package openvpn const ( // AuthConf is the file path to the OpenVPN auth file. AuthConf = "/etc/openvpn/auth.conf" )