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:
DreamWalkerXZ 2020-03-15 14:13:03 +08:00 committed by GitHub
parent cfc17ebb0e
commit e309a5ce1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" \