summaryrefslogtreecommitdiffhomepage
path: root/net/dns/resolver
AgeCommit message (Expand)AuthorFilesLines
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-2/+2
2021-04-22net/dns/resolver: remove unnecessary/racy WaitGroup.David Anderson1-17/+4
2021-04-10util/dnsname: add FQDN type, use throughout codebase.David Anderson3-71/+62
2021-04-08net/dns/resolver: don't avoid tailscale routes for DNS forwarding.David Anderson1-2/+1
2021-04-07net/dns/resolver: add a test helper to get at the resolver config.David Anderson1-3/+10
2021-04-05net/dns/resolver: remove unused err return value.David Anderson2-34/+10
2021-04-05net/dns/resolver: remove leftover debug print.David Anderson1-1/+0
2021-04-01net/dns/resolver: teach the forwarder to do per-domain routing.David Anderson4-122/+171
2021-04-01net/dns/resolver: add live reconfig, plumb through to ipnlocal.David Anderson4-483/+181
2021-03-31net/dns/resolver: fix package docstring.David Anderson1-1/+2
2021-03-31net/dns/resolver: unexport Resolve and ResolveReverse.David Anderson2-9/+9
2021-03-31net/dns/resolver: fix staticcheck error.David Anderson1-1/+0
2021-03-31net/dns/resolver: unexport Packet, only use it internally.David Anderson3-45/+35
2021-03-31net/dns/resolver: remove Start method, fully spin up in New instead.David Anderson2-49/+41
2021-03-31net/dns/resolver: remove the Config struct.David Anderson2-49/+22
2021-03-31net/dns/resolver: rename ResolverConfig to just Config.David Anderson2-12/+12
2021-03-31net/dns/resolver: factor the resolver out into a sub-package.David Anderson9-0/+2426