Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <span class="notranslate">`PERMISSIONS.allow_local_ip_management = false`</span> configuration option from a command line:

<div class="notranslate">

```
imunify360-agent config update '{"PERMISSIONS": {"allow_local_ip_management": false}}'
```
</div>

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 <span class="notranslate">_Add_</span> on the right side of the page.
Expand Down
4 changes: 4 additions & 0 deletions docs/features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
Expand Down