Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ vpnRouter
Struct
vpnRouter
vpn/router.go:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
type
vpnRouter
struct
{
15
tunnel *Tunnel
16
}
17
18
func
(*vpnRouter) Up() error {
19
// On macOS, the Desktop app will handle turning the VPN on and off.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected