From 536aea7d976c2dc9354abcd6be229ab615dc7c9f Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 2 May 2023 21:37:47 +0200 Subject: [PATCH] change defaut value for '+do_not_firewall_lx_guest_systems' to false. --- conf/main_ipv4.conf.sample | 2 +- conf/main_ipv6.conf.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/main_ipv4.conf.sample b/conf/main_ipv4.conf.sample index 338d13d..a280bfc 100644 --- a/conf/main_ipv4.conf.sample +++ b/conf/main_ipv4.conf.sample @@ -26,7 +26,7 @@ do_not_firewall_bridged_traffic=false # - Traffic to hosted LX containers are not firewalled here. # - -do_not_firewall_lx_guest_systems=true +do_not_firewall_lx_guest_systems=false # ------------- diff --git a/conf/main_ipv6.conf.sample b/conf/main_ipv6.conf.sample index f0f0e84..1a069a0 100644 --- a/conf/main_ipv6.conf.sample +++ b/conf/main_ipv6.conf.sample @@ -26,7 +26,7 @@ do_not_firewall_bridged_traffic=false # - Traffic to hosted LX containers are not firewalled here. # - -do_not_firewall_lx_guest_systems=true +do_not_firewall_lx_guest_systems=false # -------------