mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 21:55:57 +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.
31 lines
723 B
JSON
31 lines
723 B
JSON
{
|
|
"dns_providers": [],
|
|
"domains": [
|
|
{
|
|
"dnsProviders": {},
|
|
"meta": {
|
|
"dnscontrol_nameraw": "unsafe.com",
|
|
"dnscontrol_nameunicode": "unsafe.com",
|
|
"dnscontrol_uniquename": "unsafe.com"
|
|
},
|
|
"name": "unsafe.com",
|
|
"records": [],
|
|
"registrar": "none",
|
|
"uniquename": "unsafe.com",
|
|
"unmanaged_disable_safety_check": true
|
|
},
|
|
{
|
|
"dnsProviders": {},
|
|
"meta": {
|
|
"dnscontrol_nameraw": "safe.com",
|
|
"dnscontrol_nameunicode": "safe.com",
|
|
"dnscontrol_uniquename": "safe.com"
|
|
},
|
|
"name": "safe.com",
|
|
"records": [],
|
|
"registrar": "none",
|
|
"uniquename": "safe.com"
|
|
}
|
|
],
|
|
"registrars": []
|
|
}
|