mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-16 19:27:07 +02:00
28 lines
505 B
Plaintext
28 lines
505 B
Plaintext
client
|
||
remote mil.tigervpn.com 1194 udp
|
||
remote mil.tigervpn.com 443 tcp-client
|
||
|
||
pull
|
||
comp-lzo adaptive
|
||
dev tun
|
||
tls-client
|
||
script-security 2
|
||
cipher AES-256-CBC
|
||
mute 10
|
||
|
||
route-delay 5
|
||
redirect-gateway def1
|
||
resolv-retry infinite
|
||
#dhcp-renew
|
||
#dhcp-release
|
||
persist-key
|
||
persist-tun
|
||
remote-cert-tls server
|
||
mssfix
|
||
|
||
ca /etc/openvpn/tiger/ca.crt
|
||
auth-user-pass /config/openvpn-credentials.txt
|
||
|
||
# Get help and more information by visiting https://help.tigervpn.com
|
||
# With love from Bratislava, happy tigerVPN’ing!
|