How To’s

Create New Zone

To create new zone you first need to register using /user/add then crate new zone with /domain/add. This will create SOA, NS, and CNAME record for you.

Add/Edit/Remove spesific Record

To add/edit/remove specific record you can use /record/add, /record/edit/:record_id, and record/delete/:record_id

Note

RESTKnot handles SOA serial incremental automatically, so you don’t need to hassle. But if the record you manage is SOA, you have to increment the serial manually.

Remove zone completely

To remove zone completely, which will remove all records. You can use /domain/delete