mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOCS: fix default_ns example for hosting.de (#1750)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
@ -60,8 +60,8 @@ An example `dnsconfig.js` configuration:
|
||||
```js
|
||||
var REG_HTTPNET = NewRegistrar("http.net");
|
||||
|
||||
var DSP_HTTPNET = NewDnsProvider("http.net");
|
||||
default_ns: [
|
||||
var DSP_HTTPNET = NewDnsProvider("http.net", {
|
||||
"default_ns": [
|
||||
"ns1.routing.net.",
|
||||
"ns2.routing.net.",
|
||||
"ns3.routing.net.",
|
||||
|
Reference in New Issue
Block a user