updated torguard configs, now using udp protocol as well
This commit is contained in:
23
openvpn/torguard/Isle.of.Man.ovpn
Executable file
23
openvpn/torguard/Isle.of.Man.ovpn
Executable 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"
|
||||
Reference in New Issue
Block a user