top | item 44920879

(no title)

dguido | 6 months ago

This is cool, and I'm glad to see someone doing this, but I also feel obligated to mention that you can also just quickly deploy your own VPN server that only you have access to with AlgoVPN: https://github.com/trailofbits/algo

discuss

order

jiveturkey|6 months ago

Where are you gonna deploy it? The ingress and egress IP will lead back to you.

Also unless you are running on a fully trusted stack (TPM or other attestation), you don't in fact know that only you have access. This is hard. `Quickly` isn't a thing.

nugzbunny|6 months ago

I’ve recently become interested in hosting my own VPN, due to the amount of websites that require me to disable my VPN when visiting their site.

I imagine those websites block IP ranges of popular VPN providers.

Am I right in thinking that hosting my own VPN would resolve this issue?

nneonneo|6 months ago

Yep! It’s very easy: rent any cloud server, stick a WireGuard/OpenVPN/ShadowSocks container on it, download the config, and you’re done. Since you’re not interested in compute, you can probably use the tiniest cloud server available to save costs.

I pay approximately 50¢/month for such a setup, and you can probably do it for free forever if you decide to be slightly abusive about it. However, be aware that you don’t really gain any real privacy since you’re effectively just changing your IP address; a real VPN provides privacy by mixing your traffic with that of a bunch of other clients.

Some services will also block cloud ranges to prevent e.g. geoblock evasion, although you’ll see a lot less blocking compared to a real VPN service or Tor.