add redirect-gateway option support
This commit is contained in:
parent
a56c452f4f
commit
e7e0531b41
@ -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") %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user