add redirect-gateway option support
This commit is contained in:
parent
a56c452f4f
commit
e7e0531b41
@ -121,6 +121,10 @@ persist-key
|
|||||||
verb {{ getv("/openvpn/verb") }}
|
verb {{ getv("/openvpn/verb") }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
# redirect-gateway def1
|
||||||
|
{% if exists("/openvpn/redirect/gateway") %}
|
||||||
|
redirect-gateway {{ getv("/openvpn/redirect/gateway") }}
|
||||||
|
{% endif %}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
{% if exists("/openvpn/ta") %}
|
{% if exists("/openvpn/ta") %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user