Ask HN: Which VPN service do you use? Why did you end up choosing it over the others? |
Ask HN: Which VPN service do you use? Why did you end up choosing it over the others? |
A self-hosted VPN (5 USD VPS running a VPN server and socks5/http proxy) is cheaper. The exit IP address most likely is NOT blacklisted by IP-sensible services (e.g. PayPal). But you get one country, one IP and belongs to you.
A professional VPN service will give you access through many countries (40-70 or more), the exit point is 'shared' and many VPN providers (e.g. TorGuard) do not keep logs. Or at least that's what their TOS says.
My setup is based on docker-openvpn[0] which has quite a detailed readme, along with a Digital Ocean community tutorial[1]. My script basically wraps up some of the config and makes the various commands a bit easier to remember.
[0] https://github.com/kylemanna/docker-openvpn
[1] https://www.digitalocean.com/community/tutorials/how-to-run-...