Modules§
Enums§
- Digest
Type - DsAlgorithm
- FwdProtocol
- Record
Data - Typed DNS record data. Each variant holds exactly the fields required for that record type, mapping directly to Technitium API parameters.
- Record
Selector - Identifies one or more records for deletion. Similar to
RecordDatabut intentionally not identical — every value field is optional, and some variants omit fields that are only meaningful at creation time (e.g.Caa,Ds,App,Https). A missing field broadens the selector (e.g.A { ip: None }matches every A record at the domain); compareRecordDatato understand which fields each variant actually exposes. - Sshfp
Algorithm - Sshfp
Fingerprint Type - Tlsa
Cert Usage - Tlsa
Matching Type - Tlsa
Selector
Functions§
- create_
record - Create a DNS record through a vendor-neutral record writer.
- delete_
record - Delete DNS records through a vendor-neutral record writer.
- list_
records - List DNS records through a vendor-neutral zone reader.