diff --git a/docs/_providers/bind.md b/docs/_providers/bind.md index 43c1b4717..059d075d1 100644 --- a/docs/_providers/bind.md +++ b/docs/_providers/bind.md @@ -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. \ No newline at end of file +If you need to customize your SOA or NS records, you can do so with this setup.