From 6caf6cd08527ab9b5ba16d942caa603b96fe84c8 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Thu, 5 Dec 2024 21:00:23 +0800 Subject: [PATCH] luci-app-passwall: sync upstream last commit: https://github.com/xiaorouji/openwrt-passwall/commit/4614c48338e6109b77b664bb80b490907aa15bcb --- luci-app-passwall/root/usr/share/passwall/iptables.sh | 2 +- luci-app-passwall/root/usr/share/passwall/nftables.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-passwall/root/usr/share/passwall/iptables.sh b/luci-app-passwall/root/usr/share/passwall/iptables.sh index 6701204a8..d724f7c86 100755 --- a/luci-app-passwall/root/usr/share/passwall/iptables.sh +++ b/luci-app-passwall/root/usr/share/passwall/iptables.sh @@ -193,7 +193,7 @@ get_geoip() { "ipv6") geoip_type_flag="-ipv4=false" ;; esac if type geoview &> /dev/null; then - geoview -input "$geoip_path" -list "$geoip_code" $geoip_type_flag + geoview -input "$geoip_path" -list "$geoip_code" $geoip_type_flag -lowmem=true else echo "" fi diff --git a/luci-app-passwall/root/usr/share/passwall/nftables.sh b/luci-app-passwall/root/usr/share/passwall/nftables.sh index 3b58ae512..6d87dfa47 100755 --- a/luci-app-passwall/root/usr/share/passwall/nftables.sh +++ b/luci-app-passwall/root/usr/share/passwall/nftables.sh @@ -253,7 +253,7 @@ get_geoip() { "ipv6") geoip_type_flag="-ipv4=false" ;; esac if type geoview &> /dev/null; then - geoview -input "$geoip_path" -list "$geoip_code" $geoip_type_flag + geoview -input "$geoip_path" -list "$geoip_code" $geoip_type_flag -lowmem=true else echo "" fi