mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-17 00:44:10 +02:00
chore(constants): add internal/constants/openvpn package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package openvpn
|
||||
|
||||
const (
|
||||
// AuthConf is the file path to the OpenVPN auth file.
|
||||
AuthConf = "/etc/openvpn/auth.conf"
|
||||
)
|
||||
Reference in New Issue
Block a user