1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-03-01 16:16:35 +01:00
infrastructure/roles/fail2ban/files/fail2ban6.xml
Christian Heusel 487dc5de73
fail2ban: Make ipv6 banning work
So far we were only ever actually banning on ipv4, fix this by
introducing another ipset for the other address family.

Signed-off-by: Christian Heusel <christian@heusel.eu>
2025-10-13 19:09:12 +02:00

5 lines
112 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ipset type="hash:net">
<option name="family" value="inet6"/>
</ipset>