Home > @hapoosjs/api-common > DNSRecord
DNS record entry such as CNAME, TXT, etc.
Signature:
export declare class DNSRecord
Constructor | Modifiers | Description |
---|---|---|
(constructor)(name, type, value) | Creates a new DNS record specification |
Property | Modifiers | Type | Description |
---|---|---|---|
name | string | Domain name | |
type | string | Record type, e.g. TXT, A | |
value | string | Record value |