seedbox/Dockerfiles/openvpn/container-root/etc/defaults/client.ovpn

23 lines
203 B
Plaintext

client
nobind
remote MYSERVER_HOST 1194
proto udp
dev tun
resolv-retry infinite
cipher AES-256-CBC
auth SHA512
tls-client
# comp-lzo
persist-tun
persist-key
sndbuf 393216
rcvbuf 393216