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'); var REG_MONITOR = NewRegistrar('DNS-over-HTTPS', 'DNSOVERHTTPS');
D("example.com", REG_MONITOR, D("example.com", REG_MONITOR,
NNAMESERVER("ns1.example.com."), NAMESERVER("ns1.example.com."),
NNAMESERVER("ns2.example.com."), NAMESERVER("ns2.example.com."),
); );
{% endhighlight %} {% endhighlight %}

View File

@@ -9,7 +9,7 @@ jsId: INTERNETBS
DNSControl's Internet.bs provider supports being a Registrar. Support for being a DNS Provider is not included, but could be added in the future. DNSControl's Internet.bs provider supports being a Registrar. Support for being a DNS Provider is not included, but could be added in the future.
## Configuration ## Configuration
In your credentials file, you must provide your API key and account password In your credentials file, you must provide your API key and account password
{% highlight json %} {% highlight json %}
{ {
@@ -30,11 +30,11 @@ Example Javascript:
var REG_INTERNETBS = NewRegistrar('internetbs', 'INTERNETBS'); var REG_INTERNETBS = NewRegistrar('internetbs', 'INTERNETBS');
D("example.com", REG_INTERNETBS, D("example.com", REG_INTERNETBS,
NNAMESERVER("ns1.example.com."), NAMESERVER("ns1.example.com."),
NNAMESERVER("ns2.example.com."), NAMESERVER("ns2.example.com."),
); );
{% endhighlight %} {% endhighlight %}
## Activation ## Activation
Pay attention, you need to define white list of IP for API. But you always can change it on `My Profile > Reseller Settings` Pay attention, you need to define white list of IP for API. But you always can change it on `My Profile > Reseller Settings`