Files
gluetun/internal/constants/openvpn/paths.go

7 lines
120 B
Go
Raw Normal View History

package openvpn
const (
// AuthConf is the file path to the OpenVPN auth file.
AuthConf = "/etc/openvpn/auth.conf"
)