mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00: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
|
||||
proxyport=" "
|
||||
else
|
||||
proxyport="-m multiport --dports 22,53,80,443 "
|
||||
proxyport="-m multiport --dports 22,53,587,465,995,993,143,80,443 "
|
||||
fi
|
||||
|
||||
/usr/bin/ssr-rules \
|
||||
|
Loading…
Reference in New Issue
Block a user