updated openvpn_client state
This commit is contained in:
parent
9c5eb47a4f
commit
7d43f2b260
@ -26,4 +26,12 @@ persist-tun
|
|||||||
compress lzo
|
compress lzo
|
||||||
fast-io
|
fast-io
|
||||||
|
|
||||||
|
{% for k,v in salt['network.interfaces']().items() -%}
|
||||||
|
{%- if k.startswith('en') or k.startswith('eth') %}
|
||||||
|
{% for net in salt['network.subnets'](k) -%}
|
||||||
|
pull-filter ignore "route {{ net.split("/")[0] }}"
|
||||||
|
{%- endfor %}
|
||||||
|
{%- endif %}
|
||||||
|
{%- endfor %}
|
||||||
|
|
||||||
auth-user-pass private/pass
|
auth-user-pass private/pass
|
Loading…
Reference in New Issue
Block a user