Add rule to prevent LX containers from firewalld on host system.

This commit is contained in:
2023-05-02 20:45:27 +02:00
parent a2ba79185d
commit ff098ac058
6 changed files with 107 additions and 1 deletions

View File

@ -20,6 +20,15 @@
do_not_firewall_bridged_traffic=false
# -------------
# --- Do not firewall traffic from and to LX Gust Systems
# -------------
# - Traffic to hosted LX containers are not firewalled here.
# -
do_not_firewall_lx_guest_systems=true
# -------------
# --- Drop ICMP
# -------------