UPDATE:Source is now available!
So I finally found some more time to work on the dnsEditor interface - and I think I’ve done most of what was needed for now.
Demo: http://www.lokkju.com/projects/dnsEditor2/dnsEditor.php
Screenshot:
Fixes/Additions:
- Replaced all the +/- links to add/delete items with image buttons
- Implemented Add/Delete Zones
- Added a Refresh Zone List button
- Added a hover tip box
- Implemented multi-server update (through mysql) of modified records. (disabled in demo)
- Automatically update the SOA serial with epoch time on changes
Still to possibly do:
- Add TXT (and perhaps CNAME) abilities, this is actually very quick to do.
- Add SPF generator to TXT records editor.
- Add as you edit help - for instance, describe what the rules are for the feild you are currently in.
- Add a verification function, to verify either a specific zone, or all zones in your DB, and generate a report (similar to dnsreports.com).
- Add authentication, on a per zone, and possibly fine grained control of which records in a zone are allowed to be updated. Would most likely require seperate permissions table.
- Add a database abstration layer for both different RDBMS and different table layout - I would love some suggestions on this. (MAJOR)
More suggestions are always welcome.






February 9th, 2006 at 7:33 am
Nice job !
What is/will be the license ?
Where can we find the source code ?
April 29th, 2006 at 2:07 pm
look great! are you going to releace it?
May 15th, 2006 at 3:03 am
Hello,
this is a great project. Are you planning to release it as open source?
Does this work with flat files or DB backend?
Greatings
Ice
Right now, it uses a mysql backend - the goal is to port it over to a PEAR:DB interface or somesuch, to allow almost any DB to be supported. As for open source, *YES*, I am going to be releasing it under GPL - just getting a trac/svn site setup, to allow people to contribute. - Lokkju
May 21st, 2006 at 6:18 pm
Any update to this? I’m very interested in it, and don’t want to waste my time building my own if I could use and test someone else’s.
June 17th, 2006 at 7:47 pm
Dear Lokkju,
Hello,
Can you please add support for NAPTR ?
Best Regards.
I am going to add a custom field section, for TXT, PTR, etc