this post was submitted on 22 Aug 2026
75 points (100.0% liked)

Privacy

50547 readers
271 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

Bit of an uphill fight with captchas everywhere. Do people here conduct all online activity over VPN whenever possible? Only for the sensitive stuff? Or perhaps the inverse because the bank already knows you? Maybe when travelling or getting around region blocking? Something else?

The one provided by my work aside, I realized that I don't have any consistent rules around using VPN. Except sometimes, you know, when downloading ISO's for my favorite distos.

top 50 comments
sorted by: hot top controversial new old
[–] Crackhappy@lemmy.world 2 points 9 hours ago
[–] mildseason@sopuli.xyz 3 points 12 hours ago

All the time, baby!

Unless it's absolutely necessary, vpn and kill switch stay on.

[–] alexquiniou@lemmy.zip 3 points 12 hours ago

Always. Wireguard is easy to setup and work like a charm.

Truenas + wireguard for pc, server and phone. Always everywhere.

[–] non_burglar@lemmy.world 3 points 12 hours ago

100% of the time.

My VPN turns on automatically when I leave my home lan. I don't use split-tunneling, so all my traffic goes back to home before going to internet.

[–] gwl@lemmy.blahaj.zone 7 points 21 hours ago

UK porn ban, always-on VPN

[–] communism@lemmy.ml 5 points 22 hours ago

On at all times at the router level. Because it'd be annoying to selectively disable it. My VPN isn't really an anonymity feature anyway; I have a dedicated browser profile for things like banking where I intend the fingerprint to be associated with my government identity.

[–] Newhere@lemmy.ml 4 points 21 hours ago

Alll the time with kill switch ON.

[–] willington@lemmy.dbzer0.com 2 points 21 hours ago

Always, unless by mistake it is off.

[–] MasterBlaster@lemmy.world 1 points 19 hours ago

Always on although my Phone VPN recently has failed to start up automatically or has shut down randomly lately and I got to get that fixed.

My reasons are just privacy. I'm not using it to get around regional restrictions. Additionally, it helps when I want to use a public Wi-Fi, especially if it doesn't have any passports on it.

I will not connect to public wifi without VPN.

[–] geneva_convenience@lemmy.ml 10 points 1 day ago
[–] ohshit604@lemmy.halstead.host 15 points 1 day ago* (last edited 1 day ago) (1 children)

Phone > WireGuard Tunnel to my House = Reap the benefits of my PiHole and other hosted services > WireGuard Tunnel to ProtonVPN endpoint = Reap the benefits of appearing outside my country

Essentially created my own multi-hop VPN, which I use 24/7 outside of my home-network.

[–] LlilL@lemmy.zip 4 points 1 day ago* (last edited 1 day ago) (2 children)

May I ask how you have that setup? I’ve been trying to do exactly that using my Ubiquiti gear in the middle, but I don’t think I Ubiquiti’s UnifFi is capable.

[–] MasterBlaster@lemmy.world 1 points 19 hours ago

I should probably try what the O.P. did as I also have an ASUS router with Merlin. However, in my case, I have a Synology NAS and I set up VPN on that and use that server as my VPN. I have a certificate-based sign-in through a single port on the router.

I use a Public VPN service when I'm out and about and then connect to my VPN when I need to do stuff on my network, Like syncing my Joplin notes.

[–] ohshit604@lemmy.halstead.host 5 points 1 day ago* (last edited 19 hours ago) (1 children)

Picked myself up an Asus WRT router (AX86U) flashed it with Merlin firmware - the custom firmware includes a feature called “VPN Director” which lets me connect up to 5 different WireGuard clients and route my devices through whichever one I choose, given that the Asus WRT router is also capable of hosting its own WireGuard server I created a VPN director rule that routes that server through one of these clients.

The VPN director has a priority ruleset, so if for example WireGuard client 5 dies it will either kill all outbound connections and wait until it’s back online or fallback to WireGuard client 4, WireGuard client 1 being the highest priority right before WAN.

I like this setup because it’s my router doing the routing, not a secondary server hosting WireGuard like Tailscale.

Edit; It also works with oVPN if you prefer that protocol over WireGuard.

[–] Squizzy@lemmy.world 2 points 22 hours ago (1 children)

Must look into Merlin, I want to stay away from closed source or US companies so Unifi was out.

Could you have a residential static VPN as one of the wireguard profiles and have it be somewhat local to you so you could use banking apps etc on specific devices? Trying to get this to pass the wife test but if streaming or banking is affected I will have to roll back to no vpn.

[–] ohshit604@lemmy.halstead.host 1 points 19 hours ago* (last edited 17 hours ago)

Could you have a residential static VPN as one of the wireguard profiles and have it be somewhat local to you so you could use banking apps etc on specific devices? Trying to get this to pass the wife test but if streaming or banking is affected I will have to roll back to no vpn.

Absolutely, my setup I have a catchall rule that captures the entire 10.6.0.0/24 range however I can specify the IP’s individually so if I want to put a remote device behind my WAN and not through another WireGuard tunnel I can do that.

You can kind of see that in my second screenshot in my previous comment, I have a couple devices individually behind WGC4 and my catchall rule sitting on WCG5, the router will prioritize WCG4 over WGC5.


Edit: the Asus router also comes with a built in DDNS feature, you can either use Asus’s free domains and associate your dynamic IP with them or setup your own domain, it’ll keep your A records up to date whenever your IP changes.

For example I use this script to update my Cloudflare record for my domain - https://github.com/clayauld/asus-merlin-cloudflare-ddns

[–] Brutticus@midwest.social 3 points 1 day ago

maybe like 75 percent of the time. the Invidious APIs for Freetube.

My job requires secure outlook and access to our database. I do occasionally have to interface with banking sites.

[–] webghost0101@sopuli.xyz 17 points 1 day ago (5 children)
[–] remotedev@lemmy.ca 2 points 1 day ago (1 children)

Do you know of a guide for a setup like this?

[–] webghost0101@sopuli.xyz 3 points 1 day ago

I have a router with opnsense which has q plugin for wireguard making things quite easy for me.

A router is usually also always online and sits at the center of a network so it is the best place for it but there is nothing stopping someone from setting it up with commandline on a home device.

https://www.wireguard.com/quickstart/

There are many online video guides that cover different ways to do it (like docker)

In all casss you first setup a main server on the device that stays home and from it you generate a peer per device you want to connect. (A bunch of settings/codes) Sometimes a peer is a qr code that your device can scan (wireguard app for some devices) otherwise you have to manualy type.

Once set you can just leave it on. The only exception i found is some apps for local payments, presumably because they require both devices to report the same location to perform a transaction.

load more comments (4 replies)
[–] NutWrench@lemmy.ml 3 points 1 day ago (1 children)

My VPN is on about 95% of the time, except when I need to pay a local utility bill (or check my bank account) where they need to know my location.

[–] MasterBlaster@lemmy.world 1 points 19 hours ago

If you're paying them, why do they need to know your location to accept it? We're in a capitalist system. Money is money.

[–] swelter_spark@reddthat.com 6 points 1 day ago (1 children)
[–] AfricanExpansionist@lemmy.ml 6 points 1 day ago (2 children)
[–] hirihit640@sh.itjust.works 1 points 7 hours ago

If you use Tor Browser in the "safest" security setting, websites will actually load pretty fast since javascript will be disabled. Well, at least for the websites that load at all

[–] gwl@lemmy.blahaj.zone 0 points 21 hours ago (1 children)

Sounds like you've got a shit VPN if it's slow for you

[–] sushiatnight@lemmy.ml 2 points 20 hours ago (1 children)

AfricanExpansionist is saying that using Tor for everything sounds slow, not that a VPN sounds slow.

[–] gwl@lemmy.blahaj.zone 1 points 19 hours ago

Ah I fully misread then

[–] artyom@piefed.social 60 points 2 days ago

Pretty much always. If someone blocks my VPN, I just don't go there or don't use that. Sucks but it is what it is. I'm just not willing to enter your site bareback.

[–] Ravenheart@lemmy.zip 8 points 1 day ago

Basically all the time.

All the time basically

Permanently on. Anything I can't access without it I generally find an alternate with very few exceptions. I have a quarantine virtual machine I use for the couple of websites that are worth making an exception for.

[–] technocrit@lemmy.dbzer0.com 5 points 1 day ago

Almost always. I turn off for certain websites that are blocked otherwise, but I hate to leave it off.

[–] somegeek@programming.dev 5 points 1 day ago

Constantly.

[–] oeuf@slrpnk.net 23 points 2 days ago (2 children)

Mine is on pretty much all the time. Capchas are indeed annoying, but I'm choosing to see that as something which helps me to be more intentional about my use of the internet.

My bank and government portal don't seem to care about it, even if my traffic is coming from a random country on the other side of the world because I've forgotten to route through one of my VPN's domestic servers. Online freelancing platforms, on the other hand, have instantly banned my accounts, and I've had problems with corporate social media (which I try and use for my business).

load more comments (2 replies)
load more comments
view more: next ›