Expand description
nsupdate command executor for dynamic DNS updates
This module provides programmatic access to BIND9’s nsupdate utility for performing dynamic DNS record updates using the DNS UPDATE protocol (RFC 2136).
§Features
- TSIG authentication support
- Add, remove, and update individual DNS records
- Async command execution with tokio
- Comprehensive error handling and parsing
Structs§
- Nsupdate
Executor - nsupdate command executor