19 Commits (cd282ec00fa4fbb071a40627c7a1f285aa1322e7)

Author SHA1 Message Date
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
David Anderson c4530971db net/dns/resolver: remove leftover debug print. 5 years ago
David Anderson 9f105d3968 net/dns/resolver: teach the forwarder to do per-domain routing. 5 years ago
David Anderson 90f82b6946 net/dns/resolver: add live reconfig, plumb through to ipnlocal. 5 years ago
David Anderson caeafc4a32 net/dns/resolver: fix package docstring. 5 years ago
David Anderson dbe4f6f42d net/dns/resolver: unexport Resolve and ResolveReverse. 5 years ago
David Anderson cdeb8d6816 net/dns/resolver: fix staticcheck error. 5 years ago
David Anderson f185d62dc8 net/dns/resolver: unexport Packet, only use it internally. 5 years ago
David Anderson 5fb9e00ecf net/dns/resolver: remove Start method, fully spin up in New instead. 5 years ago
David Anderson 075fb93e69 net/dns/resolver: remove the Config struct. 5 years ago
David Anderson bc81dd4690 net/dns/resolver: rename ResolverConfig to just Config. 5 years ago
David Anderson d99f5b1596 net/dns/resolver: factor the resolver out into a sub-package. 5 years ago