updated openvpn_client state

This commit is contained in:
Paul 2022-10-01 20:10:46 +02:00
parent 9c5eb47a4f
commit 7d43f2b260

View File

@ -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