diff options
author | Adam <Adam@anope.org> | 2017-05-17 08:51:57 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-05-17 08:51:57 -0400 |
commit | 087f1cb3596aeb05d08a6d9ea3b5afa2162b0029 (patch) | |
tree | 05b0358d9d75880037ee2ae51e7acb696ce7f766 /data | |
parent | 010d20198e2b625461b1665b40b78853ffa6eeff (diff) |
m_dnsbl: fix exempts, allow cidrs, default exempt 127.0.0.0/8
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 3bc144424..9c7d9f70a 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -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" } } /* |