Y
Hacker News
new
|
ask
|
show
|
jobs
by
nijave
441 days ago
Don't expose anything to the Internet. Use a tunneling tool (Tailscale et al) or VPN
2 comments
diggan
441 days ago
You'll have a hard time hosting websites/projects meant for the public to view, if you don't allow public internet traffic :)
link
arevno
441 days ago
We've been running production traffic via Cloudflare Tunnels for over a year with no problems. Ngrok and tailscale both run similar services, too.
link
ghoshbishakh
441 days ago
There is also
https://pinggy.io
which is even simpler to use. Just paste one command like ssh -p 443 -R0:localhost:8000 qr@a.pinggy.io
link
raxxorraxor
441 days ago
But you don't have as many security issues as well :)
link
diggan
440 days ago
This is why I never leave my house too :)
link
crtasm
441 days ago
I think they want to host public websites.
link