add redirect-gateway option support

This commit is contained in:
Mauro Torrez 2020-06-09 08:33:48 -03:00
parent a56c452f4f
commit e7e0531b41

View File

@ -121,6 +121,10 @@ persist-key
verb {{ getv("/openvpn/verb") }}
{% endif %}
# redirect-gateway def1
{% if exists("/openvpn/redirect/gateway") %}
redirect-gateway {{ getv("/openvpn/redirect/gateway") }}
{% endif %}
EOF
{% if exists("/openvpn/ta") %}