You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
debug.go all: use atomic.Pointer 2 years ago
doh_test.go net/dns/{publicdns,resolver}: add NextDNS DoH support 2 years ago
forwarder.go all: fix spelling mistakes 2 years ago
forwarder_test.go net/dns, types/dnstypes: update some comments, tests for DoH 2 years ago
macios_ext.go all: remove old +build tags 2 years ago
tsdns.go net/dns/resolver: add yet another 4via6 DNS form that's hopefully more robust 2 years ago
tsdns_server_test.go all: convert more code to use net/netip directly 2 years ago
tsdns_test.go net/dns/resolver: add yet another 4via6 DNS form that's hopefully more robust 2 years ago