mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-02-08 01:37:38 +00:00
Переход на публичный адрес
This commit is contained in:
parent
2ef9fa6fb8
commit
9b64354728
@ -274,7 +274,7 @@ def port_check(your_port):
|
|||||||
global ports
|
global ports
|
||||||
ports = []
|
ports = []
|
||||||
|
|
||||||
checks = list(range(4000, 4200))
|
checks = list(range(25000, 25200))
|
||||||
checks.remove(your_port)
|
checks.remove(your_port)
|
||||||
|
|
||||||
for port in tqdm(checks):
|
for port in tqdm(checks):
|
||||||
@ -284,7 +284,3 @@ def port_check(your_port):
|
|||||||
sleep(10)
|
sleep(10)
|
||||||
|
|
||||||
return ports
|
return ports
|
||||||
|
|
||||||
|
|
||||||
#print( port_check(4001) )
|
|
||||||
#print( client(4085, "ping") )
|
|
||||||
|
Loading…
Reference in New Issue
Block a user