mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 18:37:54 +08:00
DOCS: Correct closing parens in AXFRDDNS doc (#1752)
This commit is contained in:
parent
c6851c9d7f
commit
27ec220814
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ If distinct zones require distinct keys, you will need to instantiate the
|
|||
provider once for each key:
|
||||
|
||||
```js
|
||||
var DSP_AXFRDDNS_A = NewDnsProvider("axfrddns-a"}
|
||||
var DSP_AXFRDDNS_B = NewDnsProvider("axfrddns-b"}
|
||||
var DSP_AXFRDDNS_A = NewDnsProvider("axfrddns-a");
|
||||
var DSP_AXFRDDNS_B = NewDnsProvider("axfrddns-b");
|
||||
```
|
||||
|
||||
And update `creds.json` accordingly:
|
||||
|
|
Loading…
Reference in a new issue