mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
BIND: DOCS: clarify meta config instructions (#3111)
This commit is contained in:
parent
9178a837de
commit
040384f233
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue