DNS: edit zonefiles in place
anarcat - October 2, 2009 - 21:15
| Project: | Provision |
| Version: | 6.x-0.4-alpha1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | aegir-0.4, dns |
Jump to:
Description
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.

#1
Note : We should valid the syntax of the zonefiles before updating them.