7 lines
120 B
Go
7 lines
120 B
Go
|
|
package openvpn
|
||
|
|
|
||
|
|
const (
|
||
|
|
// AuthConf is the file path to the OpenVPN auth file.
|
||
|
|
AuthConf = "/etc/openvpn/auth.conf"
|
||
|
|
)
|