diff options
author | Adam <Adam@anope.org> | 2017-01-16 18:45:08 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-01-16 18:45:08 -0500 |
commit | 1f6f9f5dbbdeb4442a2753cbdef51f8dbf1bd404 (patch) | |
tree | 14b7697f6f073e275c33bd691d77d7f0991c9428 | |
parent | 34bf21f7d199e3c744ca7a38f2ebd81cbbdaa2ec (diff) |
Revert "Remove efnetrbl from example dnsbl configuration"
-rw-r--r-- | data/modules.example.conf | 37 |
1 files changed, 25 insertions, 12 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 9a86266c7..3bc144424 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -113,7 +113,7 @@ module { name = "help" } blacklist { /* Name of the blacklist. */ - name = "dnsbl.dronebl.org" + name = "rbl.efnetrbl.org" /* How long to set the ban for. */ time = 4h @@ -127,17 +127,29 @@ module { name = "help" } * %r is the reply reason (configured below). Will be nothing if not configured. * %N is the network name set in networkinfo:networkname */ - reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup_branded?ip=%i&network=%N" + reason = "You are listed in the efnet RBL, visit http://rbl.efnetrbl.org/?i=%i for info" /* Replies to ban and their reason. If no replies are configured, all replies get banned. */ + reply + { + code = 1 + reason = "Open Proxy" + } + #reply { - code = 3 - reason = "IRC Drone" + code = 2 + reason = "spamtrap666" } #reply { + code = 3 + reason = "spamtrap50" + } + + reply + { code = 4 reason = "TOR" @@ -148,17 +160,18 @@ module { name = "help" } #allow_account = yes } - #reply + reply { - code = 8 - reason = "SOCKS Proxy" + code = 5 + reason = "Drones / Flooding" } + } - #reply - { - code = 9 - reason = "HTTP Proxy" - } + #blacklist + { + name = "dnsbl.dronebl.org" + time = 4h + reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup_branded?ip=%i&network=%N" } /* Exempt localhost from DNSBL checks */ |