Files
gluetun/internal/constants/openvpn/paths.go
2022-05-27 16:29:49 +00:00

7 lines
120 B
Go

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