|
1 | 1 | { |
2 | | - "registrars": [], |
3 | 2 | "dns_providers": [], |
4 | 3 | "domains": [ |
5 | 4 | { |
6 | | - "name": "extdns-default.com", |
7 | | - "registrar": "none", |
8 | 5 | "dnsProviders": {}, |
| 6 | + "ignore_external_dns": true, |
9 | 7 | "meta": { |
10 | 8 | "dnscontrol_uniquename": "extdns-default.com" |
11 | 9 | }, |
| 10 | + "name": "extdns-default.com", |
12 | 11 | "records": [], |
13 | | - "ignore_external_dns": true |
| 12 | + "registrar": "none" |
14 | 13 | }, |
15 | 14 | { |
16 | | - "name": "extdns-custom.com", |
17 | | - "registrar": "none", |
18 | 15 | "dnsProviders": {}, |
| 16 | + "external_dns_prefix": "extdns-", |
| 17 | + "ignore_external_dns": true, |
19 | 18 | "meta": { |
20 | 19 | "dnscontrol_uniquename": "extdns-custom.com" |
21 | 20 | }, |
| 21 | + "name": "extdns-custom.com", |
22 | 22 | "records": [], |
23 | | - "ignore_external_dns": true, |
24 | | - "external_dns_prefix": "extdns-" |
| 23 | + "registrar": "none" |
25 | 24 | }, |
26 | 25 | { |
27 | | - "name": "extdns-combined.com", |
28 | | - "registrar": "none", |
29 | 26 | "dnsProviders": {}, |
| 27 | + "ignore_external_dns": true, |
30 | 28 | "meta": { |
31 | 29 | "dnscontrol_uniquename": "extdns-combined.com" |
32 | 30 | }, |
| 31 | + "name": "extdns-combined.com", |
33 | 32 | "records": [ |
34 | 33 | { |
35 | | - "type": "CNAME", |
| 34 | + "filepos": "[line:12:5]", |
36 | 35 | "name": "api", |
| 36 | + "target": "www.extdns-combined.com.", |
37 | 37 | "ttl": 300, |
38 | | - "filepos": "[line:12:5]", |
39 | | - "target": "www.extdns-combined.com." |
| 38 | + "type": "CNAME" |
40 | 39 | }, |
41 | 40 | { |
42 | | - "type": "A", |
| 41 | + "filepos": "[line:11:5]", |
43 | 42 | "name": "www", |
| 43 | + "target": "1.2.3.4", |
44 | 44 | "ttl": 300, |
45 | | - "filepos": "[line:11:5]", |
46 | | - "target": "1.2.3.4" |
| 45 | + "type": "A" |
47 | 46 | } |
48 | 47 | ], |
49 | | - "ignore_external_dns": true |
| 48 | + "registrar": "none" |
50 | 49 | } |
51 | | - ] |
| 50 | + ], |
| 51 | + "registrars": [] |
52 | 52 | } |
0 commit comments