You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tun: replace the DNS client in netstack with net.Resolver
Use the net.Resolver DNS client to send domain lookups to the server
specified as a CreateNetTUN parameter. The net package's DNS client
handles DNS request and response parsing when PreferGo is true.
Like the previous DNS client it replaces, the net.Resolver instances
also sends DNS queries over the WireGuard connection. Tested on and with
support from Fly.io.
Signed-off-by: Ben Burkert <[email protected]>
0 commit comments