roles/common: Add missing rules for abusers ipsets
I had forgotten to add these when porting these rules from another repository.
This commit is contained in:
parent
ef3c5c200e
commit
6ebf900960
@ -64,4 +64,13 @@
|
|||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<rule>
|
||||||
|
<source ipset="abusers-ipv4"/>
|
||||||
|
<drop/>
|
||||||
|
</rule>
|
||||||
|
<rule>
|
||||||
|
<source ipset="abusers-ipv6"/>
|
||||||
|
<drop/>
|
||||||
|
</rule>
|
||||||
</zone>
|
</zone>
|
||||||
|
Loading…
Reference in New Issue
Block a user