There’s a lot of options for local DNS caching. I think one of the easiest is dnsmasq which not only handles dns but also lets you set up a local DHCP service, and will automatically add local machine names to your DNS lookups. I use the DHCP side for my lan and wifi networks, and then put static IPs of my servers into the hosts files on that machine (which dnsmasq also reads) so everything on my network can easily be addressed by name.
One of the benefits of a DNS cache is that it saves the wait time for lookups of sites you frequently visit (although your desktop may already provide this too). Another advantage is using local names when your various services need to reference each other. For instance if you have a database at a given IP, you could add that info to dnsmasq, point all your services to the name, and if you ever need to move the db to a different IP you only have to make one update to tell every other machine where it moved to.
Shdwdrgn@mander.xyz 1 year ago
Oh and thanks for updating the app descriptions, gives me more to look through!
Seems like one of the features I read about for Nextcloud was that it could host a Zoom-like video conference… Am I remembering right? I keep thinking of setting that up because our model train club has a lot of older members that can’t attend in person and a paid subscription is out of our range.
fraydabson@sopuli.xyz 1 year ago
I haven’t played with the Nextcloud chat apps yet so not too sure. But I’ve heard a lot of people talk about “Jitsi” and planned to look into it.
Shdwdrgn@mander.xyz 1 year ago
Thanks for the tip, I’ll check into that!