1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
This commit is contained in:
Tom Limoncelli
2021-01-05 21:18:07 -05:00
committed by GitHub
parent 50db086278
commit 80fb4282e9
2 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ Example Javascript:
var REG_MONITOR = NewRegistrar('DNS-over-HTTPS', 'DNSOVERHTTPS');
D("example.com", REG_MONITOR,
NNAMESERVER("ns1.example.com."),
NNAMESERVER("ns2.example.com."),
NAMESERVER("ns1.example.com."),
NAMESERVER("ns2.example.com."),
);
{% endhighlight %}

View File

@@ -30,8 +30,8 @@ Example Javascript:
var REG_INTERNETBS = NewRegistrar('internetbs', 'INTERNETBS');
D("example.com", REG_INTERNETBS,
NNAMESERVER("ns1.example.com."),
NNAMESERVER("ns2.example.com."),
NAMESERVER("ns1.example.com."),
NAMESERVER("ns2.example.com."),
);
{% endhighlight %}