updated torguard configs, now using udp protocol as well
This commit is contained in:
@@ -1,21 +1,23 @@
|
||||
client
|
||||
dev tun0
|
||||
proto udp
|
||||
remote czech.torguardvpnaccess.com 443
|
||||
client
|
||||
dev tun1
|
||||
proto udp
|
||||
remote czech.torguardvpnaccess.com 1912
|
||||
resolv-retry infinite
|
||||
remote-cert-tls server
|
||||
nobind
|
||||
tun-mtu 1500
|
||||
tun-mtu-extra 32
|
||||
mssfix 1450
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
comp-lzo
|
||||
fast-io
|
||||
ping-restart 0
|
||||
route-delay 2
|
||||
route-method exe
|
||||
script-security 3 system
|
||||
mute-replay-warnings
|
||||
verb 3
|
||||
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"
|
||||
Reference in New Issue
Block a user