Expand description
DNS record management API handlers
This module implements HTTP handlers for individual DNS record operations:
- Adding records to existing zones
- Removing records from existing zones
- Updating existing records
All operations use nsupdate for dynamic DNS updates with TSIG authentication.
Structs§
- AddRecord
Request - Request to add a new DNS record
- Record
Response - Response from record operations
- Remove
Record Request - Request to remove a DNS record
- Update
Record Request - Request to update a DNS record
Functions§
- add_
record - Add a DNS record to an existing zone
- remove_
record - Remove a DNS record from an existing zone
- update_
record - Update a DNS record in an existing zone