mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
Add port 5222 to luci-app-ssr-plus' common mode (#3810)
5222 is the port that needed by Telegram(refer to https://core.telegram.org/mtproto/transports).
This commit is contained in:
parent
cfc17ebb0e
commit
e309a5ce1c
@ -197,7 +197,7 @@ start_rules() {
|
||||
if [ $dports == "1" ]; then
|
||||
proxyport=" "
|
||||
else
|
||||
proxyport="-m multiport --dports 22,53,587,465,995,993,143,80,443"
|
||||
proxyport="-m multiport --dports 22,53,587,465,995,993,143,80,443,5222"
|
||||
fi
|
||||
/usr/bin/ssr-rules \
|
||||
-s "$server" \
|
||||
|
Loading…
Reference in New Issue
Block a user