Update web_console settings to use allowed_ips

This commit is contained in:
Juanito Fatas 2020-06-10 18:47:58 +09:00
parent 186115180e
commit 94260c0477
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ do that with `local_variables`.
### Settings
* `config.web_console.whitelisted_ips`: Authorized list of IPv4 or IPv6
* `config.web_console.allowed_ips`: Authorized list of IPv4 or IPv6
addresses and networks (defaults: `127.0.0.1/8, ::1`).
* `config.web_console.whiny_requests`: Log a message when a console rendering
is prevented (defaults: `true`).