roles/common: Fix short name of abusers-ipv6 ipset

This commit is contained in:
Alan Orth 2019-10-17 22:04:00 +03:00
parent 68ec9f0467
commit 6244530929
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<ipset type="hash:ip"> <ipset type="hash:ip">
<option name="family" value="inet6"/> <option name="family" value="inet6"/>
<short>abusers-ipv4</short> <short>abusers-ipv6</short>
<description>A list of abusive IPv6 addresses.</description> <description>A list of abusive IPv6 addresses.</description>
<entry>2a03:2880:11ff:10::face:b00c</entry> <entry>2a03:2880:11ff:10::face:b00c</entry>
</ipset> </ipset>