summaryrefslogtreecommitdiffhomepage
path: root/net/dns
AgeCommit message (Expand)AuthorFilesLines
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun4-9/+5
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick2-4/+4
2022-09-13net/dns/resolver: remove unused responseTimeout constantMihai Parparita1-3/+0
2022-09-13net/dns: fix fmt error on Revert printnyghtowl1-1/+1
2022-09-11net/dns/publicdns: also support NextDNS DoH query parametersBrad Fitzpatrick2-1/+17
2022-09-10net/dns/resolver: set DNS-over-HTTPS Accept and User-Agent header on requestsBrad Fitzpatrick1-5/+3
2022-09-09net/dns/publicdns: support NextDNS DoH URLs with path parametersBrad Fitzpatrick2-0/+13
2022-09-08net/dns, types/dnstypes: update some comments, tests for DoHBrad Fitzpatrick2-0/+17
2022-09-08net/dns/{publicdns,resolver}: add NextDNS DoH supportBrad Fitzpatrick8-32/+247
2022-08-31go.mod: bump wireguard/windows, which moves to using net/netipBrad Fitzpatrick1-5/+1
2022-08-30net/dns: set OS DNS to 100.100.100.100 for route-less ExtraRecords [cap 41]Brad Fitzpatrick3-3/+97
2022-08-29net/dns: [win] fix regression in disableDynamicUpdateMaisem Ali1-2/+2
2022-08-26net/dns/publicdns: Add Mullvad DoHNahum Shalman2-0/+11
2022-08-19net/dns: [win] add MagicDNS entries to etc/hostsMaisem Ali5-2/+264
2022-08-14net/dns: disable NetBIOS on Tailscale interfacesMaisem Ali1-4/+20
2022-08-14util/winutil: consolidate interface specific registry keysMaisem Ali3-109/+24
2022-08-12net/dns: [win] respond with SERVFAIL queries when no resolversMaisem Ali1-4/+3
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 Ali2-5/+5
2022-08-03all: use atomic.PointerMaisem Ali2-4/+4
2022-08-02all: migrate more code code to net/netip directlyBrad Fitzpatrick2-6/+6
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick2-10/+18
2022-07-27net/dns: remove systemd-resolved pingnyghtowl2-20/+11
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick18-143/+133
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick11-42/+52
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick20-51/+55
2022-07-22net/dns: add Windows group policy notifications to the NRPT rule managerAaron Klotz4-54/+623
2022-07-22net/dns: handle D-Bus restarts in resolved manager (#5026)Melanie Warrick2-73/+155
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-24net/dns: set appropriate Windows registry values to prevent it from sending D...Aaron Klotz1-0/+28
2022-06-23net/dns: update Windows split DNS settings to work alongside other NRPT entri...Aaron Klotz3-160/+587
2022-06-02net/dns/resolver: add support for <IPv4>.via-<site-id>Maisem Ali2-16/+34
2022-05-27net/dns, paths, util/winutil: change net/dns/windowsManager NRPT management t...Aaron Klotz2-17/+271
2022-05-18net/dns{., resolver}: time out DNS queries after 10 seconds (#4690)Tom2-2/+11
2022-05-06tailcfg,all: change structs to []*dnstype.ResolverMaisem Ali7-34/+34
2022-05-05net/dns, wgengine: implement DNS over TCP (#4598)Tom2-0/+255
2022-05-02net/dns/{., resolver}, wgengine: fix goroutine leak on shutdownTom DNetto2-10/+30
2022-04-30assorted: documentation and readability fixesTom DNetto1-7/+7
2022-04-30net/dns,net/dns/resolver: refactor channels/magicDNS out of ResolverTom DNetto4-249/+158
2022-04-25net/dns/resolver: add metric for number of truncated dns packetsTom DNetto2-2/+28
2022-04-23net/dns: add tailscaled-on-macOS DNS OSConfiguratorBrad Fitzpatrick2-2/+129
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 Fitzpatrick7-146/+134
2022-04-19net/dns/resolver: count errors when racing DNS queries, fail earlierBrad Fitzpatrick1-25/+34
2022-04-19net/dns: remove an unused functionBrad Fitzpatrick1-8/+0