修正小错误
This commit is contained in:
parent
f3eb37d700
commit
e5a225503e
@ -947,13 +947,16 @@ start_rules() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
if [ "$(uci_get_by_type global dports)" == "3" ]; then
|
if [ "$(uci_get_by_type global dports)" == "3" ]; then
|
||||||
local custom_ports=$(uci_get_by_name $GLOBAL_SERVER custom_ports) #custom_ports 存储了用户自定义的端口
|
local custom_ports=$(uci_get_by_name $GLOBAL_SERVER custom_ports) # custom_ports 存储了用户自定义的端口
|
||||||
if [ -n "$custom_ports" ]; then
|
if [ -n "$custom_ports" ]; then
|
||||||
local proxyport="-m multiport --dports $custom_ports"
|
local proxyport="-m multiport --dports $custom_ports"
|
||||||
fi
|
fi
|
||||||
if [ "$(uci_get_by_type global dports 1)" == "2" ]; then
|
else
|
||||||
local proxyport="-m multiport --dports 22,53,587,465,995,993,143,80,443,853,9418"
|
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
|
fi
|
||||||
|
|
||||||
get_arg_out() {
|
get_arg_out() {
|
||||||
case "$(uci_get_by_type access_control router_proxy 1)" in
|
case "$(uci_get_by_type access_control router_proxy 1)" in
|
||||||
1) echo "-o" ;;
|
1) echo "-o" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user