From 040384f2331c6e2fb153ef1006e1e11c99db25f2 Mon Sep 17 00:00:00 2001 From: Christopher Hicks Date: Mon, 9 Sep 2024 17:03:23 -0400 Subject: [PATCH] BIND: DOCS: clarify meta config instructions (#3111) --- documentation/provider/bind.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/provider/bind.md b/documentation/provider/bind.md index c21c18377..dd40598cb 100644 --- a/documentation/provider/bind.md +++ b/documentation/provider/bind.md @@ -30,10 +30,10 @@ Example: ## Meta configuration -This provider accepts some optional metadata in the NewDnsProvider() call. +This provider accepts some optional metadata in the `NewDnsProvider()` call. -* `default_soa`: If no SOA record exists in a zone file, one will be created. The values of the new SOA are specified here. -* `default_ns`: Inject these NS records into the zone. +* `default_soa`: If no SOA record exists in a zone file, one will be created based on the values specified here. Use `SOA()` to update existing zone files. +* `default_ns`: Inject these NS records into the zone. Use this when `NS()` is insufficient. In this example we set the default SOA settings and NS records.