ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/reference.conf
(Generate patch)

Comparing ircd-hybrid/trunk/doc/reference.conf (file contents):
Revision 8314 by michael, Wed Feb 28 17:47:23 2018 UTC vs.
Revision 8496 by michael, Thu Apr 5 12:46:00 2018 UTC

# Line 227 | Line 227 | class {
227          ping_time = 90 seconds;
228  
229          /*
230 <         * number_per_ip: how many local users are allowed to connect
230 >         * number_per_ip_local: how many local users are allowed to connect
231           * from a single IP address (optional)
232           */
233 <        number_per_ip = 2;
233 >        number_per_ip_local = 2;
234  
235          /*
236 <         * max_local: how many local users are allowed to connect
237 <         * from a single ident@host (optional)
238 <         */
239 <        max_local = 2;
240 <
241 <        /*
242 <         * max_global: network-wide limit of users per ident@host (optional)
236 >         * number_per_ip_global: how many global users are allowed to connect
237 >         * from a single IP address (optional)
238           */
239 <        max_global = 10;
239 >        number_per_ip_global = 8;
240  
241          /*
242           * max_number: the maximum number of users allowed in this class (optional)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)