MCPcopy
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

30type OpenVPN interface {
31 WriteConfig(lines []string) error
32 WriteAuthFile(user, password string) error
33 WriteAskPassFile(passphrase string) error
34}
35

Callers 1

setupOpenVPNFunction · 0.65

Implementers 1

Configuratorinternal/openvpn/openvpn.go

Calls

no outgoing calls

Tested by

no test coverage detected