This commit is contained in:
parent
1c0a130b49
commit
1239a2807f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue