Live data from Hacker News

Ask HN: Which VPN service do you use?

news.ycombinator.com

1–10 of 11 posts

Re: Ask HN: Which VPN service do you use?

#3

Self-hosted OpenVPN server on a cheap VPS in whichever country I want/need it. Simple to setup, full control, and the cost of the VPS is lower than most paid services (and can be used for hosting other stuff too if I want).

Same here but in a Docker container ^^

Re: Ask HN: Which VPN service do you use?

#4

Self-hosted OpenVPN server on a cheap VPS in whichever country I want/need it. Simple to setup, full control, and the cost of the VPS is lower than most paid services (and can be used for hosting other stuff too if I want).

Same here but in a Docker container ^^

Yep same here actually. Docker certainly helps with the "simple to setup" bit, along with a script I wrote - http://github.com/lukebennett/ovpn

Re: Ask HN: Which VPN service do you use?

#6

Earlier quoted context omitted.

Same here but in a Docker container ^^

Yep same here actually. Docker certainly helps with the "simple to setup" bit, along with a script I wrote - http://github.com/lukebennett/ovpn

Do you have any guide on setting something like yours?

Re: Ask HN: Which VPN service do you use?

#7
post #6

Earlier quoted context omitted.

Yep same here actually. Docker certainly helps with the "simple to setup" bit, along with a script I wrote - http://github.com/lukebennett/ovpn

Do you have any guide on setting something like yours?

Keep meaning to write a blog post, one day I'll get round to it :)

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-...

Re: Ask HN: Which VPN service do you use?

#10
Depends on the use you are going to make.

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.

Post reply on HN