chore(constants): add internal/constants/openvpn package
This commit is contained in:
6
internal/constants/openvpn/paths.go
Normal file
6
internal/constants/openvpn/paths.go
Normal file
@@ -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