mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 01:26:37 +02:00
b28d8aecd7
So you can just use mask { ip { 127.*; 192.168.*; } } without
having to worry about hostnames like 127.example.net.
(Of course you could also have used CIDR notation)
Another benefit is that, since we are dealing with IP's only,
the matching is faster than going through the more universal
match_user() routine.