summaryrefslogtreecommitdiffhomepage
path: root/net/dns/resolver
AgeCommit message (Expand)AuthorFilesLines
2024-02-23net/dns: timeout DOH requests after 10s without response headersJames Tucker1-0/+3
2024-01-05net/dns/resolver: add ID to verbose logs in forwarderAndrew Dunham1-2/+7
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov2-7/+4
2023-11-01appc,ipn/ipnlocal,net/dns/resolver: add App Connector wiring when enabled in ...James Tucker1-4/+4
2023-10-05net/dns/resolver, ipnlocal: fix ExitDNS on Android and iOSBrad Fitzpatrick1-4/+13
2023-10-03net/dns/resolver: fix flaky testAndrew Dunham1-5/+6
2023-10-03net/dns/resolver: race UDP and TCP queries (#9544)Andrew Dunham3-112/+341
2023-09-25net/dns: retry forwarder requests over TCPAndrew Dunham4-19/+400
2023-06-27all: adjust case of "IPv4" and "IPv6"Brad Fitzpatrick1-1/+1
2023-04-20all: avoid repeated default interface lookupsMihai Parparita3-4/+5
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita4-17/+17
2023-04-19ci: add more lints (#7909)Andrew Dunham1-24/+23
2023-04-15wgengine/magicsock, types/nettype, etc: finish ReadFromUDPAddrPort netip migr...Brad Fitzpatrick1-1/+1
2023-04-12net/sockstats: pass in logger to sockstats.WithSockStatsMihai Parparita1-2/+2
2023-03-12various: pass logger.Logf through to more placesAndrew Dunham1-0/+1
2023-03-06sockstats: switch label to enumMihai Parparita1-2/+2
2023-03-04all: use tstest.Replace moreMaisem Ali1-5/+2
2023-03-01sockstats: instrument networking code pathsMihai Parparita1-0/+3
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson1-1/+1
2023-02-03net/dns/resolver: remove maxDoHInFlightMihai Parparita3-74/+1
2023-02-03net/dns/resolver: add envknob to debug exit node DNS queries on on WindowsAndrew Dunham2-5/+35
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick1-2/+1
2023-01-27all: update copyright and license headersWill Norris8-24/+16
2022-11-21all: use strs.CutPrefix and strs.CutSuffix moreMihai Parparita1-2/+2
2022-11-11net/dns/resolver: add yet another 4via6 DNS form that's hopefully more robustBrad Fitzpatrick2-6/+34
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-2/+0
2022-09-29all: fix spelling mistakesJosh Soref2-3/+3
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-2/+2
2022-09-13net/dns/resolver: remove unused responseTimeout constantMihai Parparita1-3/+0
2022-09-10net/dns/resolver: set DNS-over-HTTPS Accept and User-Agent header on requestsBrad Fitzpatrick1-5/+3
2022-09-08net/dns, types/dnstypes: update some comments, tests for DoHBrad Fitzpatrick1-0/+5
2022-09-08net/dns/{publicdns,resolver}: add NextDNS DoH supportBrad Fitzpatrick3-16/+36
2022-08-26net/dns/publicdns: Add Mullvad DoHNahum Shalman1-0/+1
2022-08-09net/dns/resolver: add comments clarifying nil error returnsMaisem Ali1-0/+4
2022-08-09net/dns/resolver: return SERVFAIL when no upstream resolvers setMaisem Ali1-4/+13
2022-08-04all: use syncs.AtomicValueMaisem Ali1-3/+3
2022-08-03all: use atomic.PointerMaisem Ali2-4/+4
2022-08-02all: migrate more code code to net/netip directlyBrad Fitzpatrick1-4/+4
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-9/+15
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick4-83/+83
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick2-18/+19
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick4-25/+29
2022-07-08net/dns/resolver: add fuzz/unit test for #2533 (#5018)Andrew Dunham1-0/+58
2022-07-05net/dns/resolver: respond with SERVFAIL if all upstreams failTom DNetto3-2/+89
2022-06-29ipn/ipnlocal, net/dns*, util/cloudenv: add AWS DNS supportBrad Fitzpatrick2-27/+56
2022-06-29ipn/ipnlocal, net/dns*, util/cloudenv: specialize DNS config on Google CloudBrad Fitzpatrick1-2/+24
2022-06-02net/dns/resolver: add support for <IPv4>.via-<site-id>Maisem Ali2-16/+34
2022-05-18net/dns{., resolver}: time out DNS queries after 10 seconds (#4690)Tom1-1/+7
2022-05-06tailcfg,all: change structs to []*dnstype.ResolverMaisem Ali4-18/+18