Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Konsole31215yLooks great,
But quick question:
Doesn't self hosted VPN defeat the point of VPN? I mean authorities can easily track it back to u -
endor57515y@Parzi you're still registring an account with your name and email (though I guess you could use fake ones, since almost nobody asks for identity proofs).
Idk about DO, but AWS and Azure require a credit card for registration, even for the free tier -
@Konsole If you want to watch foreign Netflix, this is sufficient (although I do not know if DO is blacklisted)
-
hack64565y@beegC0de no. I am using IPsec VPN server with this easy script https://github.com/hwdsl2/...
@unknown @terraria99 @AleCx04 thanks ð
@Konsole yes they can, with any vpn provider. You know LulzSec HMA fiasco. Anyway you can destroy your droplet after using it. Btw I am not using this for full privacy. I am using this mostly for minimum latency and maximum speed. If I want to have full privacy I would use tor but you know its slow af. -
If you'd seen some of the stuff I've open sourced, you'd realise your code isn't too messy ð
-
retnikt68945y@Konsole no, the point of VPN was originally to connect to a LAN over the internet. Personally I only use it for:
- securing myself on public WiFi
- connecting to my home servers from the internet (this is the original intention of VPNs)
- occasionally for foreign Netflix/HBO/etc.
Anonymity is 100% not the intended purpose of a VPN -
jimmy11765yAwesome idea! I would contribute to what I can in order to clean it up, if you decide to open source it.
-
Konsole31215yMy 50$ DO credits are expiring next month. Could you give it to me? Might as well use them for something
-
kiki352175yAwesome idea but major websites like linkedin tend to ban the whole digitaloceans or aws ip range because they afraid of scrappers
Related Rants
-
linuxxx57So, recently, a person in the US was arrested for stalking people. The evidence was some data from google, a ...
-
the-mrcoder8The most easiest explanation of VPNð
-
CoolGuy18On Slack Me: I can't access the VPN Network team: You have to create a user incident My browser: 403 Network t...
I started a nee personal project few weeks ago. I named it SelfVPN. Its simply a VPN client that lets you create DigitalOcean droplets and install vpn server without opening DigitalOcean panel. You just need to add your api key in application.
It takes like 5 min to create new server and deploy vpn server. So I am paying hourly usage of vpn! Even if I don't destroy droplet it wont cost more than 5$ a month.
I am thinking to open source it. But code is too messy ð Here is the first look of it
random
vpn
personal project