From 089ce43d7e821c5a8382dd0fb294fe256af9ab09 Mon Sep 17 00:00:00 2001 From: pushraxret Date: Sun, 9 Mar 2025 09:44:30 +0300 Subject: [PATCH] uncomment serveo server --- hikka/web/ssh_tunnel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikka/web/ssh_tunnel.py b/hikka/web/ssh_tunnel.py index e112e52..cd2575f 100644 --- a/hikka/web/ssh_tunnel.py +++ b/hikka/web/ssh_tunnel.py @@ -15,7 +15,7 @@ class SSHTunnel(BaseTunnel): ): #TODO: select ssh servers? self.ssh_commands = [ - #(f"ssh -R 80:127.0.0.1:{port} serveo.net -T -n", r"https:\/\/(\S*serveo\.net\S*)"), + (f"ssh -R 80:127.0.0.1:{port} serveo.net -T -n", r"https:\/\/(\S*serveo\.net\S*)"), (f"ssh -o StrictHostKeyChecking=no -R 80:127.0.0.1:{port} nokey@localhost.run", r"https:\/\/(\S*lhr\.life\S*)"), ] self._change_url_callback = change_url_callback