dnscontrol/pkg/js/parse_tests/051-HASH.json
Tom Limoncelli 0ae4acc3e4
BUGFIX: BIND %D not working after v4.28.0 (#3900)
# 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.
2025-12-08 10:32:07 -05:00

18 lines
525 B
JSON

{
"dns_providers": [],
"domains": [
{
"dnsProviders": {},
"meta": {
"dnscontrol_nameraw": "a9993e364706816aba3e25717850c26c9cd0d89d",
"dnscontrol_nameunicode": "a9993e364706816aba3e25717850c26c9cd0d89d",
"dnscontrol_uniquename": "a9993e364706816aba3e25717850c26c9cd0d89d"
},
"name": "a9993e364706816aba3e25717850c26c9cd0d89d",
"records": [],
"registrar": "reg",
"uniquename": "a9993e364706816aba3e25717850c26c9cd0d89d"
}
],
"registrars": []
}