| 313 |
|
*/ |
| 314 |
|
listen { |
| 315 |
|
/* |
| 316 |
< |
* port: the port to listen on. If no host is specified |
| 317 |
< |
* earlier in the listen {} block, it will listen on all available IPs. |
| 316 |
> |
* port: the port to listen on. If no host is specified earlier |
| 317 |
> |
* in the listen {} block, it will listen on all available IPs. |
| 318 |
|
* |
| 319 |
|
* Ports are separated by commas; a range may be specified using ".." |
| 320 |
|
*/ |
| 426 |
|
name = "sheep"; |
| 427 |
|
|
| 428 |
|
/* |
| 429 |
< |
* user: the user@host required for this operator. Multiple |
| 430 |
< |
* user lines are supported. |
| 429 |
> |
* user: the user@host required for this operator. Multiple user |
| 430 |
> |
* lines are permitted within each operator block. |
| 431 |
|
*/ |
| 432 |
|
user = "*sheep@192.168.0.0/16"; |
| 433 |
|
user = "*@127.0.0.0/8"; |
| 1100 |
|
stats_u_oper_only = no; |
| 1101 |
|
|
| 1102 |
|
/* |
| 1103 |
< |
* stats i oper only: make stats i (auth {}) oper only. Set to: |
| 1103 |
> |
* stats_i_oper only: make stats i (auth {}) oper only. Set to: |
| 1104 |
|
* yes - show users no auth blocks, made oper only. |
| 1105 |
|
* masked - show users the first matching auth block |
| 1106 |
|
* no - show users all auth blocks. |