I have a persistent table to ban IPs which ask too much to my server, but I want to preserve my local IPs from banning.
For IPv4, something like
in the table seems to work.
But for IPv6, something like
doesn't prevent a ban for 2a02:40e0:b200:400:604b:f990:77b6:110a. I don't understand why. Is the "!" syntax different for IPv6?
For IPv4, something like
Code:
!192.168.1.0/24
But for IPv6, something like
Code:
!2a02:40e0:b200:400::/64