1
0
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:
Adam
2017-05-17 08:51:57 -04:00
parent 010d20198e
commit 087f1cb359
2 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -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" }
}
/*