61 Commits (4512e213d5bb400a4c59dd313f853986a552d8ab)

Author SHA1 Message Date
Brad Fitzpatrick 486059589b all: gofmt -w -s (simplify) tests 4 years ago
Brad Fitzpatrick cced414c7d net/dns/resolver: add Windows ExitDNS service support, using net package 4 years ago
Brad Fitzpatrick c37af58ea4 net/tsdial: move more weirdo dialing into new tsdial package, plumb 4 years ago
Brad Fitzpatrick 3ae6f898cf ipn/ipnlocal, net/dns/resolver: use exit node's DoH proxy when available 4 years ago
Brad Fitzpatrick 135580a5a8 tailcfg, ipn/ipnlocal, net/dns: forward exit node DNS on Unix to system DNS 4 years ago
Brad Fitzpatrick 78b0bd2957 net/dns/resolver: add clientmetrics for DNS 4 years ago
Brad Fitzpatrick 25525b7754 net/dns/resolver, ipn/ipnlocal: wire up peerapi DoH server to DNS forwarder 4 years ago
Josh Bleecher Snyder 758c37b83d net/netns: thread logf into control functions 4 years ago
Josh Bleecher Snyder 94fb42d4b2 all: use testingutil.MinAllocsPerRun 5 years ago
Maisem Ali 7817ab6b20 net/dns/resolver: set maxDoHInFlight to 1000 on iOS 15+. 5 years ago
David Crawshaw 77696579f5 net/dns/resolver: drop dropping log 5 years ago
Brad Fitzpatrick 676fb458c3 net/dns/resolver: make hasRDNSBonjourPrefix match shorter queries too 5 years ago
nicksherron f01ff18b6f all: fix spelling mistakes 5 years ago
Smitty b382161fe5 tsdns: don't forward transient DNS errors 5 years ago
Denton Gentry d883747d8b net/dns/resolver: don't forward DNS-SD on all platforms 5 years ago
Brad Fitzpatrick 297d1b7cb6 net/dns/resolver: don't forward DNS-SD queries 5 years ago
Brad Fitzpatrick 47044f3af7 net/dns/resolver: fix log prefix 5 years ago
Brad Fitzpatrick 7634af5c6f all: gofmt 5 years ago
Filippo Valsorda d7ce2be5f4 net/dns/resolver: add unsecured Quad9 resolvers 5 years ago
David Crawshaw 9502b515f1 net/dns: replace resolver IPs with type for DoH 5 years ago
David Anderson 39748e9562 net/dns/resolver: authoritatively return NXDOMAIN for reverse zones we own. 5 years ago
Emmanuel T Odeke 0daa32943e all: add (*testing.B).ReportAllocs() to every benchmark 5 years ago
slowy07 ac0353e982 fix: typo spelling grammar 5 years ago
Josh Bleecher Snyder a24cee0d67 all: simplify ts_macext build tags 5 years ago
Adrian Dewhurst 8bdf878832 net/dns/resolver: use forwarded dns txid directly 5 years ago
Josh Bleecher Snyder a5da4ed981 all: gofmt with Go 1.17 5 years ago
Brad Fitzpatrick 54e33b511a net/dns/resolver: add test that I forgot to git add earlier 5 years ago
Brad Fitzpatrick be921d1a95 net/dns/resolver: fix skipped DoH test that bitrot 5 years ago
Josh Bleecher Snyder 881bb8bcdc net/dns/resolver: allow an extra alloc for go closure allocation 5 years ago
David Crawshaw f414a9cc01 net/dns/resolver: EDNS OPT record off-by-one 5 years ago
Brad Fitzpatrick 53a2f63658 net/dns/resolver: race well-known resolvers less aggressively 5 years ago
Brad Fitzpatrick e94ec448a7 net/dns/resolver: add forwardQuery type as race work prep 5 years ago
Brad Fitzpatrick 064b916b1a net/dns/resolver: fix func used as netaddr.IP in printf 5 years ago
Brad Fitzpatrick 2968893add net/dns/resolver: bound DoH usage on iOS 5 years ago
Brad Fitzpatrick 3daf27eaad net/dns/resolver: fall back to IPv6 for well-known DoH servers if v4 fails 5 years ago
Brad Fitzpatrick 74eee4de1c net/dns/resolver: use correct Cloudflare DoH hostnames 5 years ago
Brad Fitzpatrick e74d37d30f net/dns{,/resolver}: quiet DNS output logging 5 years ago
Brad Fitzpatrick 236eb4d04d net/dns/resolver: upgrade forwarded MagicDNS queries to DoH when IP known 5 years ago
julianknodt 72a0b5f042 net/dns/resolver: fmt item 5 years ago
Adrian Dewhurst bcaae3e074 net/dns/resolver: clamp EDNS size 5 years ago
Brad Fitzpatrick 45e64f2e1a net/dns{,/resolver}: refactor DNS forwarder, send out of right link on macOS/iOS 5 years ago
Brad Fitzpatrick 733d52827b net/dns/resolver: skip test on macOS 5 years ago
Adrian Dewhurst 8b11937eaf net/dns/resolver: permit larger max responses, signal truncation 5 years ago
David Anderson 7fab244614 net/dns/resolver: don't spam logs on EHOSTUNREACH. 5 years ago
Josh Bleecher Snyder 25df067dd0 all: adapt to opaque netaddr types 5 years ago
David Anderson 30f5d706a1 net/dns/resolver: remove unnecessary/racy WaitGroup. 5 years ago
David Anderson 1a371b93be util/dnsname: add FQDN type, use throughout codebase. 5 years ago
David Anderson 6def647514 net/dns/resolver: don't avoid tailscale routes for DNS forwarding. 5 years ago
David Anderson 0ba6d03768 net/dns/resolver: add a test helper to get at the resolver config. 5 years ago
David Anderson 1bf91c8123 net/dns/resolver: remove unused err return value. 5 years ago