mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 13:46:07 +08:00
# Issue Fixes https://github.com/StackExchange/dnscontrol/issues/3898 After the v4.28.0 upgrade, the `%D` option in BIND's `"filenameformat"` option no longer works (returns "") when reading the zonefile (but it works for writing to one!). As a result, "push" always re-creates the zonefile even if there are no changes. # Resolution Fix `%D` in the zone reading code.
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"meta": {
|
|
"dnscontrol_nameraw": "nothing.com",
|
|
"dnscontrol_nameunicode": "nothing.com",
|
|
"dnscontrol_uniquename": "nothing.com"
|
|
},
|
|
"name": "nothing.com",
|
|
"records": [],
|
|
"registrar": "none",
|
|
"uniquename": "nothing.com"
|
|
},
|
|
{
|
|
"auto_dnssec": "on",
|
|
"dnsProviders": {},
|
|
"meta": {
|
|
"dnscontrol_nameraw": "with.com",
|
|
"dnscontrol_nameunicode": "with.com",
|
|
"dnscontrol_uniquename": "with.com"
|
|
},
|
|
"name": "with.com",
|
|
"records": [],
|
|
"registrar": "none",
|
|
"uniquename": "with.com"
|
|
},
|
|
{
|
|
"auto_dnssec": "off",
|
|
"dnsProviders": {},
|
|
"meta": {
|
|
"dnscontrol_nameraw": "without.com",
|
|
"dnscontrol_nameunicode": "without.com",
|
|
"dnscontrol_uniquename": "without.com"
|
|
},
|
|
"name": "without.com",
|
|
"records": [],
|
|
"registrar": "none",
|
|
"uniquename": "without.com"
|
|
}
|
|
],
|
|
"registrars": []
|
|
}
|