MCPcopy 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

3import "tailscale.com/net/dns"
4
5func NewDNSConfigurator(t *Tunnel) dns.OSConfigurator {
6 return &dnsManager{tunnel: t}
7}
8
9type dnsManager struct {
10 tunnel *Tunnel

Callers 1

GetNetworkingStackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected