diff --git a/docs/dashboard/README.md b/docs/dashboard/README.md index 790db8a6..084b845e 100644 --- a/docs/dashboard/README.md +++ b/docs/dashboard/README.md @@ -333,6 +333,19 @@ You will see a notification if an IP has been added successfully. ![](/images/added_zoom80.png) +Starting with imunify360-firewall-8.2.0, manual addition can be disabled. To disable it, set `PERMISSIONS.allow_local_ip_management = false` configuration option from a command line: + +
+ +``` +imunify360-agent config update '{"PERMISSIONS": {"allow_local_ip_management": false}}' +``` +
+ +After local IP management is disabled an attempt to add IP address results in error: + +![](/images/iplists-disabled-error.png) + #### How to add a country manually To add a country to the Black List, click _Add_ on the right side of the page. diff --git a/docs/features/README.md b/docs/features/README.md index 51bece55..2bb079ab 100644 --- a/docs/features/README.md +++ b/docs/features/README.md @@ -37,6 +37,10 @@ imunify360-agent reload-lists Or restart the agent. +:::tip Note +Starting with imunify360-firewall-8.2.0 all IP lists are applied automatically. Manual reloading is no longer required. +::: + :::warning Warning Specifying IPs in those files will not prevent Imunify from adding the same IPs to dynamic lists (like Gray list), but all White lists always have the priority over Black lists when it comes to actual filtering of requests/packages. :::