*Remove DEFAULT
This commit is contained in:
parent
4cb79067b0
commit
084c4c7347
|
@ -15,7 +15,6 @@ export interface DNSRecord {
|
||||||
value: string;
|
value: string;
|
||||||
}
|
}
|
||||||
const DNS_RECORD_TYPE = {
|
const DNS_RECORD_TYPE = {
|
||||||
DEFAULT: "DEFAULT",
|
|
||||||
A: "A",
|
A: "A",
|
||||||
CNAME: "CNAME",
|
CNAME: "CNAME",
|
||||||
NS: "NS",
|
NS: "NS",
|
||||||
|
|
Loading…
Reference in New Issue