updated torguard configs, now using udp protocol as well

This commit is contained in:
Kristian Haugene
2016-09-02 22:31:41 +02:00
parent 3643e24434
commit 31b66f3d35
75 changed files with 1376 additions and 1282 deletions

View File

@@ -0,0 +1,23 @@
client
dev tun
proto udp
remote iom.torguardvpnaccess.com 1912
resolv-retry infinite
nobind
persist-key
persist-tun
ca /etc/openvpn/torguard/ca.crt
tls-auth /etc/openvpn/torguard/ta.key 1
auth SHA256
cipher AES-128-CBC
remote-cert-tls server
auth-user-pass /config/openvpn-credentials.txt
comp-lzo
verb 1
reneg-sec 0
fast-io
# Uncomment these directives if you have speed issues
;sndbuf 393216
;rcvbuf 393216
;push "sndbuf 393216"
;push "rcvbuf 393216"