Interface: PTRRecord
Defined in: types.ts:488
PTR record - Maps an IP address to a domain name (reverse DNS).
Example
const record: PTRRecord = {
type: "PTR",
value: "host.example.com",
ttl: 300,
};
Extends
Properties
ttl?
optionalttl?:number
Defined in: types.ts:76
Time to live in seconds (optional)
Inherited from
type
type:
"PTR"
Defined in: types.ts:489
The type of DNS record
Overrides
value
value:
string
Defined in: types.ts:491
Domain name