summaryrefslogtreecommitdiffhomepage
path: root/net/dns/resolver
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-02net/dns/{., resolver}, wgengine: fix goroutine leak on shutdownTom DNetto1-4/+1
2022-04-30net/dns,net/dns/resolver: refactor channels/magicDNS out of ResolverTom DNetto3-244/+28
2022-04-25net/dns/resolver: add metric for number of truncated dns packetsTom DNetto2-2/+28
2022-04-22net/dns/resolver: support magic resolution of via-<siteid>.<ip4> domainsTom DNetto2-0/+48
2022-04-21net/dns/resolver, net/tsaddr: fix reverse lookups in 4to6 IP rangeTom DNetto2-2/+17
2022-04-19net/dns: schedule DoH upgrade explicitly, fix Resolver.Addr confusionBrad Fitzpatrick4-103/+85
2022-04-19net/dns/resolver: count errors when racing DNS queries, fail earlierBrad Fitzpatrick1-25/+34
2022-04-18net/dns/resolver: make DoH dialer use existing dnscache happy eyeball dialerBrad Fitzpatrick2-15/+57