12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
remote gw1.yul1.slickvpn.com 8888
|
|
remote gw1.yul2.slickvpn.com 8888
|
|
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/slickvpn/ca.crt
|