Skip to content

Commit

Permalink
DOCS: Update migrating.md to match BIND's current behavior (#3454)
Browse files Browse the repository at this point in the history
  • Loading branch information
udf2457 authored Feb 24, 2025
1 parent f3bdb17 commit 5c18be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

This will read the file `zones/example.com.zone`. The system is a bit
inflexible and that must be the filename. You can copy the zone file to
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).

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

Expand Down

0 comments on commit 5c18be2

Please sign in to comment.