You've already forked custom-firewall
chore: fix name whitelist ipv4 in template
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
flush
|
||||
create {{ whitelist_ip4_name }} hash:net maxelem 65536
|
||||
{% for white_ip4 in whitelist_ip %}
|
||||
{% for white_ip4 in whitelist_ip4 %}
|
||||
add {{ whitelist_ip4_name }} {{ white_ip4 }}
|
||||
{% endfor %}
|
||||
create {{ whitelist_ip6_name }} hash:ip family inet6
|
||||
|
||||
Reference in New Issue
Block a user