Hacker News new | ask | show | jobs
by thomc 3491 days ago
It was clear the UK was going this way for a while so I switched to a small cloud host for VPN which exits in another country. $5 a month and it took only a couple of minutes to setup OpenVPN with a simple shell script[0].

Also important is to setup outbound firewall (or other mechanism) so that if the VPN goes down, you don't spew your traffic over the open connection [1].

I don't notice any speed difference from daily usage over the last year. Large file downloads I task my NAS to download outside the VPN.

My purpose is only to prevent the ISP from collecting logs about usage, I don't expect it to have much effect if I'm targeted for surveillance and I'm fine with that. Who knows how ISPs will handle the data (we've seen targeted advertising and content injection in the past) let alone all the agencies with less than stellar security practices.

[0]: https://github.com/thomascannon/scripts/tree/master/vpn [1]: https://github.com/thomascannon/scripts/tree/master/vpn/vpn-...

1 comments

Very interesting, thanks for this.

Large downloads is a concern of mine. I downloaded 1TB over PIA this month and it was never a problem. I can probably do these outside the VPN though.