Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: