Tree
- Tree:
98579038825cbcbfbc557e5dd6594224c755a1f6- Date:
- Message:
- Only forward DNS queries upstream If someone made a POST request with any old bytes in the body we'd forward that upstream regardless. Validate stuff sent to us by parsing the DNS queries and packing, unpacking each, then forward
| .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
