| Package | Description |
|---|---|
| org.minidns.record | DNS resource record types and implementations. |
| Modifier and Type | Class and Description |
|---|---|
class | CNAMEDNS CNAME (Canonical Name) record payload. Maps an alias domain name to a canonical domain name for DNS resolution. |
class | DNAMEDNS DNAME (Domain Name) redirection record payload. Provides redirection of an entire subtree of the DNS name space to another domain, similar to CNAME but for entire subtrees. |
class | NSDNS NS (Nameserver) record payload. Delegates a DNS zone to use the given authoritative name servers. |
class | PTRDNS PTR (Pointer) record payload. Used for reverse DNS lookups, mapping IP addresses to domain names. |
class | SRVDNS SRV (Service) record payload for service discovery. Specifies the location of services for a given domain with priority, weight, and port information for load balancing. |