Skip to content

Commit 9122364

Browse files
authored
Merge pull request #149 from bliss/master
Update docs: added IPv6 firewall support
2 parents bcd5d77 + 6cf9bd1 commit 9122364

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/config_file_description/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,12 @@ Exact ports and port-ranges to be allowed can be configured by the following fie
6262
- FIREWALL.TCP_OUT_IPv4<br>
6363
- FIREWALL.UDP_IN_IPv4<br>
6464
- FIREWALL.UDP_OUT_IPv4<br><br>
65+
- FIREWALL.TCP_IN_IPv6<br>
66+
- FIREWALL.TCP_OUT_IPv6<br>
67+
- FIREWALL.UDP_IN_IPv6<br>
68+
- FIREWALL.UDP_OUT_IPv6<br><br>
6569
Changes of config files will be applied automatically. You don’t need to restart the server or Imunify360.<br><br>
66-
<em><b>Please note, the feature doesn’t support IPv6 addresses at this moment and CSF needs to be disabled due to conflicts.</b></em></td></tr>
70+
<em><b>Please note that CSF needs to be disabled due to conflicts.</b></em></td></tr>
6771
<tr>
6872
<th colspan="2" align="left"><span class="notranslate">INCIDENT_LOGGING:</span></th>
6973
</tr>

docs/dashboard/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,15 @@ Exact ports and port-ranges to be allowed can be configured by the following fie
444444
* FIREWALL.TCP_OUT_IPv4
445445
* FIREWALL.UDP_IN_IPv4
446446
* FIREWALL.UDP_OUT_IPv4
447+
* FIREWALL.TCP_IN_IPv6
448+
* FIREWALL.TCP_OUT_IPv6
449+
* FIREWALL.UDP_IN_IPv6
450+
* FIREWALL.UDP_OUT_IPv6
447451

448452
Changes of config files will be applied automatically. You don’t need to restart the server or Imunify360.
449453

450454
:::warning Note
451-
The feature doesn’t support IPv6 addresses at this moment and CSF needs to be disabled due to conflicts.
455+
CSF needs to be disabled due to conflicts.
452456
:::
453457

454458

0 commit comments

Comments
 (0)