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'