From 2ef9fa6fb83e8ad91401707e2981e760d20f91d1 Mon Sep 17 00:00:00 2001 From: justuser Date: Mon, 17 Jun 2024 08:39:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=85=D0=BE=D0=B4=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D1=83=D0=B1=D0=BB=D0=B8=D1=87=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proxy.py b/proxy.py index 42511c4..bba9d08 100644 --- a/proxy.py +++ b/proxy.py @@ -6,17 +6,17 @@ global http_out ; http_out = None def proxy_http(port): global http_out if name == "posix": - http_out = system(f"./bore local 8000 --to jetwork.404.mn --port {port}") + http_out = system(f"./bore local 8000 --to bore.pub --port {port}") elif name == "nt": - http_out = system(f"bore local 8000 --to jetwork.404.mn --port {port}") + http_out = system(f"bore local 8000 --to bore.pub --port {port}") global serv_out ; serv_out = None def proxy_serv(port): global serv_out if name == "posix": - http_out = system(f"./bore local 8001 --to jetwork.404.mn --port {port}") + http_out = system(f"./bore local 8001 --to bore.pub --port {port}") elif name == "nt": - http_out = system(f"bore local 8001 --to jetwork.404.mn --port {port}") + http_out = system(f"bore local 8001 --to bore.pub --port {port}") def watch_http(port):