Tree
- Tree:
a6ba511ecb4e2062392a8cd987210dce0fb78fe2- Date:
- Message:
- read the entire DNS message over TCP, handle EOF we were just reading 1024 bytes may or may not have contained the whole message. And before we weren't even handling EOF from the underlying connection. Now the io package handles it for us.
| .gitignore | commits | blame |
| README | commits | blame |
| cmd/ | |
| dns.go | commits | blame |
| go.mod | commits | blame |
| go.sum | commits | blame |
README
Please don't use this yet $ cd cmd/dohproxy $ go build $ curl -v --doh-insecure --doh-url https://127.0.0.1:8080/dns-query http://www.olowe.co Adjust upstream resolver by changing `quad9` to some other address. https://blog.nlnetlabs.nl/dns-over-https-in-unbound/ https://datatracker.ietf.org/doc/html/rfc8484
