Commits


dns: upgrade golang.org/x/net to stable release


New import path olowe.co No vendor lock-in


Support making DNS queries over TLS Little gotcha is that TCP messages need to be prepended with a 2-octet length field!


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


Make git.sr.ht/~otl/dns a Go package And rename dohtest to dohproxy. This thing is going live soon baby


Initial commit pls don't use this