x51@hckr:~$ hckr tunnel <port>

tunnel.hckr.fyi — a self-hosted, ngrok-style relay for the hckr CLI. Expose a local port to a public URL:

hckr tunnel 3000                  # random subdomain
hckr tunnel 3000 --subdomain foo  # foo.tunnel.hckr.fyi
hckr tunnel setup | status        # configure / check the relay

0 active tunnels.

x51@hckr:~$