summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-01-08 20:48:54 (GMT)
committerAdam <Adam@anope.org>2017-01-08 20:48:54 (GMT)
commit5beb33824719c4fbf2ba691e939d50d4b38196df (patch)
tree9927e0ca45fe69a8c88c9da938f954bd45c071cb /data
parent7b1154de69c175ecf9e6042a5c5f4cf89fa222e7 (diff)
downloadanope-5beb33824719c4fbf2ba691e939d50d4b38196df.zip
anope-5beb33824719c4fbf2ba691e939d50d4b38196df.tar.gz
anope-5beb33824719c4fbf2ba691e939d50d4b38196df.tar.bz2
Remove efnetrbl from example dnsbl configuration
Diffstat (limited to 'data')
-rw-r--r--data/modules.example.conf39
1 files changed, 13 insertions, 26 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf
index e921c1e..9a86266 100644
--- a/data/modules.example.conf
+++ b/data/modules.example.conf
@@ -113,7 +113,7 @@ module { name = "help" }
blacklist
{
/* Name of the blacklist. */
- name = "rbl.efnetrbl.org"
+ name = "dnsbl.dronebl.org"
/* How long to set the ban for. */
time = 4h
@@ -127,28 +127,16 @@ 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 are listed in the efnet RBL, visit http://rbl.efnetrbl.org/?i=%i for info"
-
- /* Replies to ban and their reason. If no relies are configured, all replies get banned. */
- reply
- {
- code = 1
- reason = "Open Proxy"
- }
-
- #reply
- {
- code = 2
- reason = "spamtrap666"
- }
+ reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup_branded?ip=%i&network=%N"
+ /* Replies to ban and their reason. If no replies are configured, all replies get banned. */
#reply
{
code = 3
- reason = "spamtrap50"
+ reason = "IRC Drone"
}
- reply
+ #reply
{
code = 4
reason = "TOR"
@@ -160,18 +148,17 @@ module { name = "help" }
#allow_account = yes
}
- reply
+ #reply
{
- code = 5
- reason = "Drones / Flooding"
+ code = 8
+ reason = "SOCKS 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"
+ #reply
+ {
+ code = 9
+ reason = "HTTP Proxy"
+ }
}
/* Exempt localhost from DNSBL checks */