This commit is contained in:
midoks 2022-10-25 02:53:19 +08:00
parent 1c0a130b49
commit 1239a2807f
2 changed files with 2 additions and 2 deletions

View File

@ -724,7 +724,7 @@ def checkIp(ip):
def checkPort(port):
# 检查端口是否合法
ports = ['21', '25', '7200', '888']
ports = ['21', '25', '443', '888']
if port in ports:
return False
intport = int(port)

2
cli.sh
View File

@ -9,7 +9,7 @@ if [ -f bin/activate ];then
source bin/activate
fi
# export LC_ALL="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
mw_start_task()