Skip to content

Commit a064395

Browse files
authored
Merge pull request #104 from bliss/master
Please add descriptions of changes in local ip managemement functionality
2 parents edd0b3a + 1b04993 commit a064395

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-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.

docs/features/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ imunify360-agent reload-lists
3737

3838
Or restart the agent.
3939

40+
:::tip Note
41+
Starting with imunify360-firewall-8.2.0 all IP lists are applied automatically. Manual reloading is no longer required.
42+
:::
43+
4044
:::warning Warning
4145
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.
4246
:::

0 commit comments

Comments
 (0)