Files
gluetun/internal/constants/paths.go

9 lines
227 B
Go
Raw Normal View History

2020-04-12 20:01:33 +00:00
package constants
const (
2020-10-20 02:45:28 +00:00
// OpenVPNAuthConf is the file path to the OpenVPN auth file.
OpenVPNAuthConf = "/etc/openvpn/auth.conf"
2021-06-20 16:12:39 +00:00
// ServersData is the server information filepath.
ServersData = "/gluetun/servers.json"
2020-04-12 20:01:33 +00:00
)