Admin message

Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.

Add knotc freeze/thaw/edit
* `knotc freeze <zone>` would *freeze* domain so it will refuse all non-manual updates (XFR, DDNS, auto-DNSSEC-signing). * `knotc thaw <zone>` will do opposite * `knotc edit <zone>` will: 1. *freeze* <zone> 2. launch $EDITOR <zone> 3. syntax check <zone> 4. update <zone> 5. *thaw* <zone> It should also protect the zonefile from modification (000?) on the disk, copy the zone contents to the temporary file and edit it there, so the updates to the zonefile are atomic. As an option, it could strip the auto-DNSSEC records from the zone, so the user will just see the plain zone.
issue