tailscale/net/dns/resolver
Brad Fitzpatrick 66b4a363bd net/dns/resolver: add yet another 4via6 DNS form that's hopefully more robust
$ dig +short @100.100.100.100 aaaa 10-2-5-3-via-7.foo-bar.ts.net
fd7a:115c:a1e0:b1a:0:7:a02:503

$ dig +short @100.100.100.100 aaaa 10-2-5-3-via-7
fd7a:115c:a1e0:b1a:0:7:a02:503

$ ping 10-2-5-3-via-7
PING 10-2-5-3-via-7(fd7a:115c:a1e0:b1a:0:7:a02:503 (fd7a:115c:a1e0:b1a:0:7:a02:503)) 56 data bytes
...

Change-Id: Ice8f954518a6a2fca8b2c04da7f31f61d78cdec4
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-11-11 09:30:48 -08:00
..
debug.go all: use atomic.Pointer 2022-08-03 21:42:52 -07:00
doh_test.go net/dns/{publicdns,resolver}: add NextDNS DoH support 2022-09-08 12:50:32 -07:00
forwarder.go all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
forwarder_test.go net/dns, types/dnstypes: update some comments, tests for DoH 2022-09-08 17:16:13 -07:00
macios_ext.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
tsdns.go net/dns/resolver: add yet another 4via6 DNS form that's hopefully more robust 2022-11-11 09:30:48 -08:00
tsdns_server_test.go all: convert more code to use net/netip directly 2022-07-25 21:53:49 -07:00
tsdns_test.go net/dns/resolver: add yet another 4via6 DNS form that's hopefully more robust 2022-11-11 09:30:48 -08:00