mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-01-18 17:08:48 +00:00
Проброс любых портов на jetwork.404.mn
This commit is contained in:
parent
474adb3547
commit
ca635a2644
14
port_open.py
Normal file
14
port_open.py
Normal file
@ -0,0 +1,14 @@
|
||||
from os import system, name
|
||||
|
||||
port = input("Введите порт: ")
|
||||
|
||||
print("\n[!] Не закрывайте это окно [!]\n")
|
||||
|
||||
if name == "posix":
|
||||
system(f"./bore local {port} --to jetwork.404.mn")
|
||||
elif name == "nt":
|
||||
system(f"bore.exe local {port} --to jetwork.404.mn")
|
||||
else:
|
||||
print("Увы, вероятно Ваша ОС не поддерживается.")
|
||||
print("Завершение работы...")
|
||||
exit()
|
Loading…
Reference in New Issue
Block a user