34 lines
714 B
Plaintext
34 lines
714 B
Plaintext
#script-security 3
|
|
auth-user-pass-optional
|
|
ca /usr/local/share/ca-certificates/Dailymotion.crt
|
|
cert /etc/ssl/certs/vpn.dailymotion.com-cert.pem
|
|
user openvpn
|
|
cipher aes-128-cbc
|
|
dev vpnroadwarrior
|
|
dev-type tun
|
|
dh dh2048.pem
|
|
ifconfig 192.168.200.0 192.168.207.255
|
|
ifconfig-nowarn
|
|
keepalive 10 120
|
|
key /etc/ssl/private/vpn.dailymotion.com-key.pem
|
|
management 127.0.0.1 4000
|
|
management-client
|
|
management-client-auth
|
|
mode server
|
|
group openvpn
|
|
persist-key
|
|
persist-remote-ip
|
|
persist-tun
|
|
port 41690
|
|
proto tcp-server
|
|
push "dhcp-option DNS 10.190.32.2"
|
|
push "dhcp-option DNS 10.190.32.20"
|
|
push "topology p2p"
|
|
reneg-sec 43200
|
|
tls-auth tlsauth.key
|
|
tls-server
|
|
topology p2p
|
|
username-as-common-name
|
|
verb 4
|
|
client-cert-not-required
|