Skip to content

Commit 5c18be2

Browse files
authoredFeb 24, 2025
DOCS: Update migrating.md to match BIND's current behavior (#3454)
1 parent f3bdb17 commit 5c18be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎documentation/migrating.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ dnscontrol get-zones --format=js bind BIND example.com
5555
dnscontrol get-zones --format=js --out=draft.js bind BIND example.com
5656
```
5757

58-
This will read the file `zones/example.com.zone`. The system is a bit
59-
inflexible and that must be the filename. You can copy the zone file to
60-
that name or use a symlink.
58+
This will read the file `zones/example.com.zone`. By default the system
59+
uses directory `zones` and file suffix `.zone`. You can modify this default
60+
behaviour by configuring `creds.json` for BIND as described [here](provider/bind.md).
6161

6262
Add the contents of `draft.js` to `dnsconfig.js` and edit it as needed.
6363

0 commit comments

Comments
 (0)