Posted by anarcat on October 2, 2009 at 9:15pm
Jump to:
Issue Summary
We should make an extra effort at being able to edit zonefiles in place and just modify the records we need. This is not so hard: we can just load the zonefile and run regular expressions over it to change various fields.
This will be necessary so that site creation can create only some records without having the whole database.
Comments
#1
Note : We should valid the syntax of the zonefiles before updating them.
#2
This is not needing to happen anymore because we are using the locking data store mechanism introduced in the dev-dns branch.
marking as won't fix.