mirror of
https://github.com/anope/anope.git
synced 2026-07-08 15:03:12 +02:00
m_dnsbl: fix exempts, allow cidrs, default exempt 127.0.0.0/8
This commit is contained in:
@@ -175,7 +175,7 @@ module { name = "help" }
|
||||
}
|
||||
|
||||
/* Exempt localhost from DNSBL checks */
|
||||
exempt { ip = "127.0.0.1" }
|
||||
exempt { ip = "127.0.0.0/8" }
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user