mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-11 23:54:28 +08:00
DOCS: Update migrating.md to match BIND's current behavior (#3454)
This commit is contained in:
parent
f3bdb1740a
commit
5c18be2293
1 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,9 @@ dnscontrol get-zones --format=js bind BIND example.com
|
||||||
dnscontrol get-zones --format=js --out=draft.js bind BIND example.com
|
dnscontrol get-zones --format=js --out=draft.js bind BIND example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
This will read the file `zones/example.com.zone`. The system is a bit
|
This will read the file `zones/example.com.zone`. By default the system
|
||||||
inflexible and that must be the filename. You can copy the zone file to
|
uses directory `zones` and file suffix `.zone`. You can modify this default
|
||||||
that name or use a symlink.
|
behaviour by configuring `creds.json` for BIND as described [here](provider/bind.md).
|
||||||
|
|
||||||
Add the contents of `draft.js` to `dnsconfig.js` and edit it as needed.
|
Add the contents of `draft.js` to `dnsconfig.js` and edit it as needed.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue