rmux-server 0.10.0

Tokio daemon and request dispatcher for the RMUX terminal multiplexer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name = "localhost-run"
program = "ssh"
args = [
    "-o", "StrictHostKeyChecking=accept-new",
    "-o", "ServerAliveInterval=15",
    "-o", "ExitOnForwardFailure=yes",
    "-R", "80:{host}:{port}",
    "nokey@localhost.run",
]
url_pattern = "https://[a-z0-9-]+\\.lhr\\.life"
url_source = "both"
ready_timeout_secs = 30
install_hint = "Install OpenSSH client, for example: brew install openssh"