You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
4 years ago
|
remote {{SERVER_FQDN}}
|
||
|
dev tun
|
||
|
ifconfig {{OVPN_IP_PREFIX}}.2 {{OVPN_IP_PREFIX}}.1
|
||
|
secret {{SERVER_NAME}}.key
|
||
|
keepalive 10 60
|
||
|
ping-timer-rem
|
||
|
persist-tun
|
||
|
persist-key
|
||
|
log-append /var/log/openvpn-{{SERVER_NAME}}.log
|