Skip to content

Commit 1b04993

Browse files
authored
Description how to disable local IP management added
1 parent 43d94a3 commit 1b04993

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/dashboard/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,19 @@ You will see a notification if an IP has been added successfully.
333333

334334
![](/images/added_zoom80.png)
335335

336+
Starting with imunify360-firewall-8.2.0, manual addition can be disabled. To disable it, set <span class="notranslate">`PERMISSIONS.allow_local_ip_management = false`</span> configuration option from a command line:
337+
338+
<div class="notranslate">
339+
340+
```
341+
imunify360-agent config update '{"PERMISSIONS": {"allow_local_ip_management": false}}'
342+
```
343+
</div>
344+
345+
After local IP management is disabled an attempt to add IP address results in error:
346+
347+
![](/images/iplists-disabled-error.png)
348+
336349
#### How to add a country manually
337350

338351
To add a country to the Black List, click <span class="notranslate">_Add_</span> on the right side of the page.

0 commit comments

Comments
 (0)