mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Linting (#647)
* linting * Fix adding-new-rtypes.md to include validation * BIND: improve docs wrt SOA records, get-zones
This commit is contained in:
@@ -46,7 +46,16 @@ var BIND = NewDnsProvider('bind', 'BIND', {
|
||||
})
|
||||
{% endhighlight %}
|
||||
|
||||
## SOA Records
|
||||
# FYI: get-zones
|
||||
|
||||
When used with "get-zones", specifying "all" scans the directory for
|
||||
any files named `*.zone` and assumes they are zone files.
|
||||
|
||||
```
|
||||
dnscontrol get-zones --format=nameonly - BIND all
|
||||
```
|
||||
|
||||
# FYI: SOA Records
|
||||
|
||||
DNSControl assumes that SOA records are managed by the provider. Most
|
||||
providers simply generate the SOA record for you and do not permit you
|
||||
|
Reference in New Issue
Block a user