uncomment serveo server

pull/123/head
pushraxret 2025-03-09 09:44:30 +03:00
parent da1cea5f57
commit 089ce43d7e
1 changed files with 1 additions and 1 deletions

View File

@ -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