diff options
author | Adam <Adam@anope.org> | 2012-09-07 12:04:25 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-09-07 12:04:25 -0400 |
commit | 9d6626f70ce866e2e98ce7ce607695b14a8375b7 (patch) | |
tree | f9cf4e1bb295d4707be097898c4544101fcd7340 /data/operserv.example.conf | |
parent | 5c07863ad503edfc8deb1dee38e6222602db54fd (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.conf | 7 |
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. |