From 311cde3b155d7c121ca769547e61ea8ac9711e96 Mon Sep 17 00:00:00 2001 From: justuser Date: Fri, 16 Aug 2024 19:32:26 +0300 Subject: [PATCH] up --- proxy.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proxy.py b/proxy.py index f0fc428..dc33728 100644 --- a/proxy.py +++ b/proxy.py @@ -10,18 +10,18 @@ def proxy_http(port): global http_out os = read()['os'] if os == 'Linux': - http_out = system(f'./bore local 8000 --to bore.pub --port {port}') + http_out = system(f'./bore local 8000 --to bore.del.pw --port {port}') elif os == 'Windows' or os == 'Android': - http_out = system(f'bore local 8000 --to bore.pub --port {port}') + http_out = system(f'bore local 8000 --to bore.del.pw --port {port}') global serv_out ; serv_out = None def proxy_serv(port): global serv_out os = read()['os'] if os == 'Linux': - http_out = system(f'./bore local 8001 --to bore.pub --port {port}') + http_out = system(f'./bore local 8001 --to bore.del.pw --port {port}') elif os == 'Windows' or os == 'Android': - http_out = system(f'bore local 8001 --to bore.pub --port {port}') + http_out = system(f'bore local 8001 --to bore.del.pw --port {port}') def watch_http(port):