Переход на публичный адрес

This commit is contained in:
justuser 2024-06-17 08:42:57 +03:00
parent 2ef9fa6fb8
commit 9b64354728

View File

@ -274,7 +274,7 @@ def port_check(your_port):
global ports
ports = []
checks = list(range(4000, 4200))
checks = list(range(25000, 25200))
checks.remove(your_port)
for port in tqdm(checks):
@ -284,7 +284,3 @@ def port_check(your_port):
sleep(10)
return ports
#print( port_check(4001) )
#print( client(4085, "ping") )