mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-18 15:25:29 +08:00
luci-ssr-plus: add more common proxy ports
This commit is contained in:
parent
0db7b6c1b4
commit
cfb7aadfd2
@ -192,7 +192,7 @@ start_rules() {
|
|||||||
if [ $dports = "1" ] ;then
|
if [ $dports = "1" ] ;then
|
||||||
proxyport=" "
|
proxyport=" "
|
||||||
else
|
else
|
||||||
proxyport="-m multiport --dports 22,53,80,443 "
|
proxyport="-m multiport --dports 22,53,587,465,995,993,143,80,443 "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/usr/bin/ssr-rules \
|
/usr/bin/ssr-rules \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user