Now is the winter of our This Content Is Not Available In Your Region.
VPNs are your friend.
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.