| # | Line 263 | Line 263 | listen { | |
|---|---|---|
| 263 | * unless you are an administrator. | |
| 264 | * | |
| 265 | * NOTE: The "flags" directive has to come before "port". Always! | |
| 266 | + | * |
| 267 | + | * Currently available flags are: |
| 268 | + | * |
| 269 | + | * ssl - Port is for SSL client connections only |
| 270 | + | * server - Only server connections are permitted |
| 271 | + | * hidden - Port is hidden from /stats P |
| 272 | */ | |
| 273 | flags = hidden; | |
| 274 | host = "192.168.0.1"; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |