14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
remote pao1.gpvpn.com 443 udp
|
|
remote pao2.gpvpn.com 443 udp
|
|
remote pao3.gpvpn.com 443 udp
|
|
|
|
auth-user-pass /config/openvpn-credentials.txt
|
|
client
|
|
redirect-gateway
|
|
remote-cert-tls server
|
|
cipher AES-256-CBC
|
|
proto udp
|
|
dev tun
|
|
nobind
|
|
ca /etc/openvpn/ghostpath/ca.crt
|