Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/passteque/gluetun
/ WriteAuthFile
Method
WriteAuthFile
internal/vpn/interfaces.go:32–32 ·
view source on GitHub ↗
(user, password string)
Source
from the content-addressed store, hash-verified
30
type
OpenVPN
interface
{
31
WriteConfig(lines []string) error
32
WriteAuthFile(user, password string) error
33
WriteAskPassFile(passphrase string) error
34
}
35
Callers
1
setupOpenVPN
Function · 0.65
Implementers
1
Configurator
internal/openvpn/openvpn.go
Calls
no outgoing calls
Tested by
no test coverage detected