Simple PPTP, L2TP/IPsec, OpenVPN installers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vpn-install/openvpn/openvpn-server.ovpn.dist

16 lines
201 B

client
dev DEVICE
persist-key
persist-tun
cipher DES-EDE3-CBC
remote IP
port 1194
proto udp
resolv-retry infinite
redirect-gateway
tls-client
tls-auth ta.key 1
ca ca.crt
cert LOGIN.crt
key LOGIN.key