Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/passteque/gluetun
/ KeepPortForward
Method
KeepPortForward
internal/vpn/portforward.go:70–72 ·
view source on GitHub ↗
(context.Context, pfutils.PortForwardObjects)
Source
from the content-addressed store, hash-verified
68
}
69
70
func
(n *noPortForwarder) KeepPortForward(context.Context, pfutils.PortForwardObjects) (err error) {
71
return
fmt.Errorf(
"%w: for %s"
, ErrPortForwardingNotSupported, n.providerName)
72
}
Callers
nothing calls this directly
Calls
1
Errorf
Method · 0.65
Tested by
no test coverage detected