mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Fix formatting bug.
This commit is contained in:
@ -112,7 +112,7 @@ When no nameserver appears in the zone, and no default nameservers nor
|
|||||||
custom master are configured, the AXFR+DDNS provider will fail with
|
custom master are configured, the AXFR+DDNS provider will fail with
|
||||||
the following error message:
|
the following error message:
|
||||||
|
|
||||||
{% highlight %}
|
{% highlight text %}
|
||||||
[Error] AXFRDDNS: the nameservers list cannot be empty.
|
[Error] AXFRDDNS: the nameservers list cannot be empty.
|
||||||
Please consider adding default `nameservers` or an explicit `master` in `creds.json`.
|
Please consider adding default `nameservers` or an explicit `master` in `creds.json`.
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
@ -126,7 +126,7 @@ Here is a sample `named.conf` example for an authauritative server on
|
|||||||
zone `example.tld`. It uses a simple IP-based ACL for the AXFR
|
zone `example.tld`. It uses a simple IP-based ACL for the AXFR
|
||||||
transfer and a conjunction of TSIG and IP-based ACL for the updates.
|
transfer and a conjunction of TSIG and IP-based ACL for the updates.
|
||||||
|
|
||||||
{% highlight %}
|
{% highlight javascript %}
|
||||||
options {
|
options {
|
||||||
|
|
||||||
listen-on { any; };
|
listen-on { any; };
|
||||||
@ -179,8 +179,8 @@ THe AXFR+DDNS provider does not display DNSSec records. But, if any
|
|||||||
DNSSec records is found in the zone, it will replace all of them with
|
DNSSec records is found in the zone, it will replace all of them with
|
||||||
a single placeholder record:
|
a single placeholder record:
|
||||||
|
|
||||||
{% highlight %}
|
{% highlight text %}
|
||||||
__dnssec IN TXT "Domain has DNSSec records, not displayed here."
|
__dnssec IN TXT "Domain has DNSSec records, not displayed here."
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
## FYI: create-domain
|
## FYI: create-domain
|
||||||
|
Reference in New Issue
Block a user