Hacker News new | ask | show | jobs
by bashy 199 days ago
Shell function;

``` tunnl() { if [ -z "$1" ]; then echo "Usage: tunnl <local-port>" return 1 fi

  ssh -t -R 80:localhost:"$1" proxy.tunnl.gg
} ```

There's also https://tunnelmole.com but requires binary or npm install