mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Fix typo (#1014)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user