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:
Alan Orth 2019-10-05 13:01:51 +03:00
parent ef3c5c200e
commit 6ebf900960
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 9 additions and 0 deletions

View File

@ -64,4 +64,13 @@
{% endfor %}
{% endif %}
<rule>
<source ipset="abusers-ipv4"/>
<drop/>
</rule>
<rule>
<source ipset="abusers-ipv6"/>
<drop/>
</rule>
</zone>