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

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Is there some project that the opensource world is missing that you think it needs?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 1 day ago* (last edited 1 day ago) (1 children)

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.

[โ€“] [email protected] 4 points 1 day ago

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.