mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Add-back note about BIND local scripts
This commit is contained in:
@@ -7,6 +7,10 @@ jsId: BIND
|
||||
# BIND Provider
|
||||
This provider maintains a directory with a collection of .zone files.
|
||||
|
||||
This provider does not generate or update the named.conf file, nor does it deploy the .zone files to the BIND master.
|
||||
Both of those tasks are different at each site, so they are best done by a locally-written script.
|
||||
|
||||
|
||||
## Configuration
|
||||
In your credentials file (`creds.json`), you can specify a `directory` where the provider will look for and create zone files. The default is the `zones` directory where dnscontrol is run.
|
||||
|
||||
@@ -39,4 +43,4 @@ var BIND = NewDnsProvider('bind', 'BIND', {
|
||||
})
|
||||
{% endhighlight %}
|
||||
|
||||
If you need to customize your SOA or NS records, you can do so with this setup.
|
||||
If you need to customize your SOA or NS records, you can do so with this setup.
|
||||
|
Reference in New Issue
Block a user