This commit is contained in:
Tom Limoncelli 2021-01-05 21:18:07 -05:00 committed by GitHub
parent 50db086278
commit 80fb4282e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -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.
## 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 %}
{
@ -30,11 +30,11 @@ 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 %}
## 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`