Comment by bashy
3 months 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
3 months 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
No comments yet
Contribute on Hacker News ↗