Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ NewDNSConfigurator
Function
NewDNSConfigurator
vpn/dns.go:5–7 ·
view source on GitHub ↗
(t *Tunnel)
Source
from the content-addressed store, hash-verified
3
import
"tailscale.com/net/dns"
4
5
func
NewDNSConfigurator(t *Tunnel) dns.OSConfigurator {
6
return
&dnsManager{tunnel: t}
7
}
8
9
type
dnsManager
struct
{
10
tunnel *Tunnel
Callers
1
GetNetworkingStack
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected