Tree
- Tree:
90d9905e3c2bc2665650db30e36a596412749139- Date:
- Message:
- Use fancy bit operations to encode message length Instead of encoding/binary package. Removes that package dependency
| .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
