We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bdb17 commit 5c18be2Copy full SHA for 5c18be2
documentation/migrating.md
@@ -55,9 +55,9 @@ dnscontrol get-zones --format=js bind BIND example.com
55
dnscontrol get-zones --format=js --out=draft.js bind BIND example.com
56
```
57
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.
+This will read the file `zones/example.com.zone`. By default the system
+uses directory `zones` and file suffix `.zone`. You can modify this default
+behaviour by configuring `creds.json` for BIND as described [here](provider/bind.md).
61
62
Add the contents of `draft.js` to `dnsconfig.js` and edit it as needed.
63
0 commit comments