Comment by ghoshbishakh
16 hours ago
This is a very good solution for HTTP(S) tunneling - which is the most frequently needed tunnel. However if you want to play a game, or use SSH, then Pinggy tunnels are very simple to use. One command:
ssh -p 443 -R0:localhost:443 tcp@free.pinggy.io
Disclosure: Co-founder of pinggy.io here.
Edit: I meant TCP tunnels, UDP tunnels, or also TLS tunnels for end-to-end encryption.
What kind of usage limits?
A free session runs for 60 seconds after which it has to be restarted and the address changes.
You can get the address with an API call.. but we charge for convenience. Pays the infra bills.
*60 minutes
i love this! never understood why a proxy app was needed
So you don't know my IP (DDoS target), and because of NAT.
I think tonymet meant he didn't understand why cloudflare didn't allow using ssh -R instead of cloudflared to create the tunnel, not not using a tunnel at all.
2 replies →
any app will connect with an IP am I missing something . a socket is exactly (IP, port) (src, target) tuple
2 replies →