From 6b5093ffb9d115b9aa8836cbb438ed0fe6eeb848 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 4 Nov 2021 20:41:13 -0400 Subject: [PATCH] retain iptables bullseye. --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 738001f..10996a1 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -234,7 +234,7 @@ function move_config_file() { function network_tables() { install_log "Selecting iptables or nftable rules" - if [ $version -lt 11 ]; then + if [ $version -lt 12 ]; then install_log "Use iptables" sudo apt-get -y install iptables tablerouteA='iptables -t nat -A POSTROUTING -s 10.3.141.0\/24 -o lokitun0 -j MASQUERADE #RASPAP'