awl/pkg/resolvers
Sam Therapy b80219019e
All checks were successful
continuous-integration/drone/push Build is passing
Add check for port at the end (#142)
Fixes #141

Before, a failure would add on the port, eg.
```
127.0.0.1:53
127.0.0.1:53:53
127.0.0.1:53:53:53 // Go actually thinks this is now an IPv6 address, interesting
```

Now a check is added so this doesn't happen

Reviewed-on: #142
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-10-16 14:25:13 +00:00
..
DNSCrypt.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
DNSCrypt_test.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
docs.go feat(resolvers/HTTPS): add HTTP proxy support (#119) 2022-09-28 18:08:56 +00:00
general.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
general_test.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
HTTPS.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
HTTPS_test.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
QUIC.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
QUIC_test.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
resolver.go Add check for port at the end (#142) 2022-10-16 14:25:13 +00:00