---------
To visually interact with `dnsdist`, try adding:
```
-webserver("127.0.0.1:8083", "supersecret")
+webserver("127.0.0.1:8083", "supersecretpassword", "supersecretAPIkey")
```
to the configuration, and point your browser at http://127.0.0.1:8083 and
* Practical
* `shutdown()`: shut down `dnsdist`
* quit or ^D: exit the console
- * `webserver(address, password [, apiKey])`: launch a webserver with stats on that address with that password
+ * `webserver(address:port, password [, apiKey])`: launch a webserver with stats on that address with that password
* ACL related:
* `addACL(netmask)`: add to the ACL set who can use this server
* `setACL({netmask, netmask})`: replace the ACL set with these netmasks. Use `setACL({})` to reset the list, meaning no one can use us