mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 12:30:11 +02:00
c73369e11c
- Remove unused paths - Move paths to inline constants if used only once
9 lines
227 B
Go
9 lines
227 B
Go
package constants
|
|
|
|
const (
|
|
// OpenVPNAuthConf is the file path to the OpenVPN auth file.
|
|
OpenVPNAuthConf = "/etc/openvpn/auth.conf"
|
|
// ServersData is the server information filepath.
|
|
ServersData = "/gluetun/servers.json"
|
|
)
|