moving transmission control scripts out of configs and into openvpn start.sh, testing with PIA. Also updating PIA config list.
This commit is contained in:
18
openvpn/pia/Finland.ovpn
Normal file
18
openvpn/pia/Finland.ovpn
Normal file
@@ -0,0 +1,18 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote fi.privateinternetaccess.com 1194
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
ca /etc/openvpn/pia/ca.crt
|
||||
tls-client
|
||||
remote-cert-tls server
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
comp-lzo
|
||||
verb 1
|
||||
reneg-sec 0
|
||||
crl-verify /etc/openvpn/pia/crl.pem
|
||||
|
||||
|
Reference in New Issue
Block a user