mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 17:14:46 +02:00
Update example.conf with the new set::connthrottle::ipv6-unknown-users-limit
functionality. [skip ci]
This commit is contained in:
@@ -643,6 +643,23 @@ set {
|
|||||||
global-throttle 30:60;
|
global-throttle 30:60;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* For IPv6 users, on top of 'maxperip' (which limits
|
||||||
|
* connections per /64), connthrottle also limits how
|
||||||
|
* many unknown users can be online from wider IPv6
|
||||||
|
* prefixes (/56, /48, /32). This is an additional
|
||||||
|
* security measure, separate from the rate-throttle
|
||||||
|
* above. People in the security-group "known-users"
|
||||||
|
* bypass this, as well as set::connthrottle::except.
|
||||||
|
* The defaults below should fit most networks unchanged.
|
||||||
|
* Uncomment to tune. Set a cidr-xx item to max 0;
|
||||||
|
* to disable it.
|
||||||
|
*/
|
||||||
|
//ipv6-unknown-users-limit {
|
||||||
|
// cidr-56 { max 8; }
|
||||||
|
// cidr-48 { max 32; }
|
||||||
|
// cidr-32 { max 256; }
|
||||||
|
//}
|
||||||
|
|
||||||
/* This configures when this module will NOT be active.
|
/* This configures when this module will NOT be active.
|
||||||
* The default settings will disable the module when:
|
* The default settings will disable the module when:
|
||||||
* - The reputation module has been running for less than
|
* - The reputation module has been running for less than
|
||||||
|
|||||||
Reference in New Issue
Block a user