mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-16 19:27:07 +02:00
19 lines
338 B
Plaintext
19 lines
338 B
Plaintext
client
|
|
dev tun
|
|
proto tcp
|
|
remote vlus-jp1-ovpn-tcp.ivacy.net 80
|
|
persist-key
|
|
persist-tun
|
|
ca /etc/openvpn/ivacy/ca.crt
|
|
tls-auth /etc/openvpn/ivacy/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 |