summaryrefslogtreecommitdiff
path: root/data/operserv.example.conf
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-09-07 12:04:25 -0400
committerAdam <Adam@anope.org>2012-09-07 12:04:25 -0400
commit9d6626f70ce866e2e98ce7ce607695b14a8375b7 (patch)
treef9cf4e1bb295d4707be097898c4544101fcd7340 /data/operserv.example.conf
parent5c07863ad503edfc8deb1dee38e6222602db54fd (diff)
Made session tracking ip based, not host based, and allow using CIDR to group multiple ips from one subnet to one session
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r--data/operserv.example.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf
index 334d39a82..c6e69782e 100644
--- a/data/operserv.example.conf
+++ b/data/operserv.example.conf
@@ -185,6 +185,13 @@ operserv
sessionautokillexpiry = 30m
/*
+ * Sets the CIDR value used to determine which IP addresses represent the same person.
+ * By default this would limit 3 connections per IPv4 IP and 3 conenctions per IPv6 IP.
+ */
+ session_ipv4_cidr = 32
+ session_ipv6_cidr = 128
+
+ /*
* Adds the nickname of the IRC Operator issuing an AKILL to the kill reason.
*
* This directive is optional.