mirror of https://github.com/coddrago/Heroku
uncomment serveo server
parent
da1cea5f57
commit
089ce43d7e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue