this post was submitted on 10 Jun 2023
13 points (100.0% liked)
Free and Open Source Software
17928 readers
44 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
An option which covers a bunch of different experiments: set up PiHole on it (despite the name, it doesn't need to be run on a raspberry pi) then set up a persistent VPN, for eg wireguard, or whatever your router supports, to it from where you are, and then setup your router to use it as your DNS server for your vlan.
Its a relatively simple set of tasks, but they build a good grounding for anything else you end up wanting to run on it.
Does that introduce any latency? I think the VPS is in CA and I'm in PNW, so somewhat close. I did have pi-hole running locally until just recently. I've switched to Adguard Home instead. I have primary DNS on the pi and secondary on my unRAID server.
It might. But anecdotally, I have three instances of Adguard Home that my router uses, one local and two VPS. The fastest is on a VPS, ~7ms average processing time. My local instance is in the teens, probably because I'm abusing that poor machine hosting too much. But a VPS based DNS server is a viable option in my personal experience.