From 5c18be2293ed26dcf272222322680f46b2c6e219 Mon Sep 17 00:00:00 2001 From: udf2457 Date: Mon, 24 Feb 2025 11:54:45 +0000 Subject: [PATCH] DOCS: Update migrating.md to match BIND's current behavior (#3454) --- documentation/migrating.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/migrating.md b/documentation/migrating.md index c53bedac70..810c32928f 100644 --- a/documentation/migrating.md +++ b/documentation/migrating.md @@ -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.