←back to thread

1309 points rickybule | 2 comments | | HN request time: 0.419s | source

Indonesia is currently in chaos. Earlier today, the government blocked access to Twitter & Discord knowing news spread mainly through those channels. Usually we can use Cloudflare's WARP to avoid it, but just today they blocked the access as well. What alternative should we use?
Show context
ddtaylor ◴[] No.45055652[source]
Your first option until you get settled is to use an SSH reverse proxy:

    ssh -D 9999 user@my.server
Then configure your browser to use local port 9999 for your SOCKS5 proxy.

This gets you a temporarily usable system and if you can tunnel this way successfully installing some WireGuard or OpenVPN stuff will likely work.

EDIT: Thanks it's -D not -R

replies(1): >>45056031 #
1. hdgvhicv ◴[] No.45056031[source]
It’s -D, -R is for forwarding specific ports.
replies(1): >>45056334 #
2. ddtaylor ◴[] No.45056334[source]
Thanks I have updated my comment as well.

Sorry for the brain rot!