Ben Burkert
Ben Burkert
Thanks, I added the signoffs, I also noticed some wonkiness with `go mod tidy`, it seems to make a change that breaks `go build` for me. Still trying to track...
> I'm wondering what happens when there are no system resolvers specified in /etc/resolv.conf. `127.0.0.1:53` & `[::1]:53` are used when `resolv.conf` [doesn't include a nameserver](https://github.com/golang/go/blob/f21be2fdc6f1becdbed1592ea0b245cdeedc5ac8/src/net/dnsconfig_unix.go#L151) or when there is an...
> * How's this work on Windows, or non _unix platforms? I don't think it would, because AFAIK none of them support the `PreferGo` stuff. > * UDP dialing won't...
After thinking a bit more about this a bit more, I'm no longer in favor of using a different DNS client. What I really want is a way to override...
oooof, sorry for not responding earlier, I missed this issues hen it was opened. My original goal when I started was to support `Listen` & `Dial` for both TCP &...