| 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) |