修正小错误

This commit is contained in:
shenyunet 2024-03-01 19:51:15 +08:00 committed by sbwml
parent f3eb37d700
commit e5a225503e

View File

@ -951,9 +951,12 @@ start_rules() {
if [ -n "$custom_ports" ]; then
local proxyport="-m multiport --dports $custom_ports"
fi
else
if [ "$(uci_get_by_type global dports 1)" == "2" ]; then
local proxyport="-m multiport --dports 22,53,587,465,995,993,143,80,443,853,9418"
fi
fi
get_arg_out() {
case "$(uci_get_by_type access_control router_proxy 1)" in
1) echo "-o" ;;