diff --git a/luci-app-passwall/root/usr/share/passwall/iptables.sh b/luci-app-passwall/root/usr/share/passwall/iptables.sh index 07dcc3079..b718166b3 100755 --- a/luci-app-passwall/root/usr/share/passwall/iptables.sh +++ b/luci-app-passwall/root/usr/share/passwall/iptables.sh @@ -225,6 +225,8 @@ load_acl() { use_block_list=${USE_BLOCK_LIST} use_gfw_list=${USE_GFW_LIST} chn_list=${CHN_LIST} + tcp_proxy_mode=${TCP_PROXY_MODE} + udp_proxy_mode=${UDP_PROXY_MODE} } for i in $(cat ${TMP_ACL_PATH}/${sid}/rule_list); do diff --git a/luci-app-passwall/root/usr/share/passwall/nftables.sh b/luci-app-passwall/root/usr/share/passwall/nftables.sh index f8f340142..ca75f6904 100755 --- a/luci-app-passwall/root/usr/share/passwall/nftables.sh +++ b/luci-app-passwall/root/usr/share/passwall/nftables.sh @@ -258,6 +258,8 @@ load_acl() { use_block_list=${USE_BLOCK_LIST} use_gfw_list=${USE_GFW_LIST} chn_list=${CHN_LIST} + tcp_proxy_mode=${TCP_PROXY_MODE} + udp_proxy_mode=${UDP_PROXY_MODE} } for i in $(cat ${TMP_ACL_PATH}/${sid}/rule_list); do