mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-20 05:51:12 +02:00
* Add all purevpn servers list, as of 2016. This includes non-p2p servers but they still work after testing
20 lines
351 B
Plaintext
20 lines
351 B
Plaintext
client
|
|
dev tun
|
|
proto tcp
|
|
remote vlus-ao1-ovpn-tcp.pointtoserver.com 80
|
|
persist-key
|
|
persist-tun
|
|
ca /etc/openvpn/purevpn/ca.crt
|
|
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
|
cipher AES-256-CBC
|
|
comp-lzo
|
|
verb 1
|
|
mute 20
|
|
route-method exe
|
|
route-delay 2
|
|
route 0.0.0.0 0.0.0.0
|
|
float
|
|
auth-user-pass /config/openvpn-credentials.txt
|
|
auth-retry interact
|
|
ifconfig-nowarn
|