Now is the winter of our This Content Is Not Available In Your Region.

@Nickiquote

VPNs are your friend.

@EthicalProfessor VPN endpoints tend to get blocked. Get you an AWS account, create a very small EC2 in the desired region with an ephemeral IP, and do:

ssh -D 8888 ec2-user@some-ip

then localhost port 8888 is a SOCKS endpoint that will route traffic through your EC2.

This also has the advantage that if you configure a browser or other client to use SOCKS, it is not going to accidentally go direct when the VPN is down.

@mike805 @EthicalProfessor This is the way and the truth and the light.
@nomadjoanne @EthicalProfessor This ssh tunnel approach also works over Tor. If you get a shell account you can use this in Tails to get a clean exit IP.