this post was submitted on 06 Mar 2025
102 points (99.0% liked)
Open Source
34045 readers
148 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
DNS management. Think something like InfoBlox where I can have GUI driven control from simple adding a new zone record all the way up to full anycast configuration.
I love the terminal and CLIs to death but zone files suck and setting up bind or unbound/nsd is more painful than it should be.
I have a decent web UI based DNS (and other stuff) management if you'd like to give it a try.
I'm running Netbox as the main tool Coupled with the DNS plugin With a cron job running OctoDNS with octodns-netbox as data source, and zone transfer to my local Unbound server for resolution and cloudflare for public DNS.
It was a bit of work to setup but I didn't have any issues with it so far.