mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-22 06:51:12 +02:00
17 lines
293 B
Plaintext
17 lines
293 B
Plaintext
client
|
|
dev tun
|
|
proto tcp
|
|
remote de2-ovpn-tcp.pointtoserver.com 80
|
|
persist-key
|
|
persist-tun
|
|
ca /etc/openvpn/purevpn/ca.crt
|
|
tls-auth /etc/openvpn/purevpn/Wdc.key 1
|
|
cipher AES-256-CBC
|
|
comp-lzo
|
|
verb 1
|
|
mute 20
|
|
float
|
|
auth-user-pass /config/openvpn-credentials.txt
|
|
auth-retry interact
|
|
ifconfig-nowarn
|