sock
ip_base = ""
start_port = 10000
end_port = 10312
ip_port_list = [f"{ip_base}:{port}:fjrbgs:147d72-f7c02b-98b798-17455f-310b4d" for port in range(start_port, end_port + 1)]
for ip_port in ip_port_list:
print(ip_port)
INFO
ip_base = ""
start_port = 10000
end_port = 10312
ip_port_list = [f"{ip_base}:{port}:fjrbgs:147d72-f7c02b-98b798-17455f-310b4d" for port in range(start_port, end_port + 1)]
for ip_port in ip_port_list:
print(ip_port)