Query Domain DNS Records
Field Descriptions:
- type: Record type, such as A, AAAA, CNAME, MX, NS, TXT, etc.
- host: Hostname (host record).
- class: Class, generally IN (Internet).
- ttl: Time To Live (TTL), in seconds.
- ip: IPv4 address (appears in A records).
- ipv6: IPv6 address (appears in AAAA records).
- target: Target address or alias (appears in CNAME, MX, NS records).
- pri: Priority (appears in MX records).
- txt: Text content (appears in TXT records).
- mname: Primary name server (appears in SOA records).
- rname: Responsible person's email (appears in SOA records).
- serial: Serial number (appears in SOA records).
- refresh: Refresh interval (appears in SOA records).
- retry: Retry interval (appears in SOA records).
- expire: Expiration time (appears in SOA records).
- minimum-ttl: Minimum TTL (appears in SOA records).