• 35 Posts
  • 677 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle













  • In some ways, yes. At 36, I have a wife and kids whom I love and enjoy. I’m a very lucky man in that respect. During my 20’s and my first (God awful) marriage, I resigned myself to the idea that I would never have a family.

    My job is not particularly fulfilling. In fact, when asked in interviews which parts of my career I’ve enjoyed most my answer is, without hesitation, “the jobs I didn’t get paid for.” Volunteering for things that had a meaningful impact on people’s lives has always been very satisfying. Sadly, I haven’t had time to do much of that in recent years. In my experience, there is a lot of truth in the statement, “It is more blessed to give than to receive.” I hope to get back to doing more volunteer work when my younger kids are a little bigger.





  • It definitely makes it more difficult to switch endpoints manually. I have multiple VPN connections with different exit nodes configured for failover in case one (or more) of them is unreachable. I don’t run into geoblocking issues very often but I also don’t route all my WAN traffic over VPN. Just some of it.

    What you can automate depends on your routers capabilities. Mine is a Mikrotik which does have fairly extensive support for custom scripts. However, detecting Geoblocking is probably going to involve parsing HTTP responses which is beyond the capabilities of almost all consumer grade routers. You would have to effectively do a MITM attack (aka deep packet inspection) in order to accomplish that on something other than the client device.

    TLDR: I manually change routes to a different VPN if needed but I very rarely run into Geoblocking issues.



  • I exclusively use my router as the VPN client for a few reasons. There are multiple services on my network that use the VPN. I’ve got static routes configured which effectively act as a kill switch and I can use QOS to prioritize traffic. It’s pretty much set it and forget it. You can use any VPN service as long at they offer a protocol your router supports. I use Proton via WireGuard and have for years.