David Anderson
|
cdeb8d6816
|
net/dns/resolver: fix staticcheck error.
Signed-off-by: David Anderson <danderson@tailscale.com>
|
2021-03-31 23:19:09 -07:00 |
|
David Anderson
|
f185d62dc8
|
net/dns/resolver: unexport Packet, only use it internally.
Signed-off-by: David Anderson <danderson@tailscale.com>
|
2021-03-31 23:12:31 -07:00 |
|
David Anderson
|
5fb9e00ecf
|
net/dns/resolver: remove Start method, fully spin up in New instead.
Signed-off-by: David Anderson <danderson@tailscale.com>
|
2021-03-31 23:12:31 -07:00 |
|
David Anderson
|
075fb93e69
|
net/dns/resolver: remove the Config struct.
In preparation for reintroducing a runtime reconfig Config struct.
Signed-off-by: David Anderson <danderson@tailscale.com>
|
2021-03-31 23:12:31 -07:00 |
|
David Anderson
|
bc81dd4690
|
net/dns/resolver: rename ResolverConfig to just Config.
Signed-off-by: David Anderson <danderson@tailscale.com>
|
2021-03-31 23:12:31 -07:00 |
|
David Anderson
|
d99f5b1596
|
net/dns/resolver: factor the resolver out into a sub-package.
Signed-off-by: David Anderson <danderson@tailscale.com>
|
2021-03-31 23:12:30 -07:00 |
|
David Anderson
|
6521f02ff6
|
Move DNS flush logic to net/dns.
Signed-off-by: David Anderson <danderson@tailscale.com>
|
2021-03-25 17:40:52 -07:00 |
|
David Anderson
|
9f7f2af008
|
wgengine/router/dns: move to net/dns.
Preparation for merging the APIs and whatnot.
Signed-off-by: David Anderson <danderson@tailscale.com>
|
2021-03-25 16:25:30 -07:00 |
|
David Anderson
|
8432999835
|
Move wgengine/tsdns to net/dns.
Straight move+fixup, no other changes. In prep for merging with
wgengine/router/dns.
Signed-off-by: David Anderson <danderson@tailscale.com>
|
2021-03-25 16:25:30 -07:00 |
|