1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

minor editing (#39)

This commit is contained in:
Hefeweizen
2017-03-14 14:42:08 -07:00
committed by Craig Peterson
parent 94031d08da
commit 36c7911926
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ After this process we have a list of "Authoritative Nameservers" for the domain.
As much as possible, all dns servers should agree on this nameserver list, and serve identical NS records. DNSControl will generate As much as possible, all dns servers should agree on this nameserver list, and serve identical NS records. DNSControl will generate
NS records for the authoritative nameserver list and automatically add them to the domain's records. NS records for the authoritative nameserver list and automatically add them to the domain's records.
NS records for the base domain should not be specidied manually, as that will result in an error. NS records for the base domain should not be specified manually, as that will result in an error.
{% include alert.html text="Note: Not all providers allow full control over the NS records of your zone. It is not recommended to use these providers in complicated scenarios such as hosting across multiple providers. See individual provider docs for more info." %} {% include alert.html text="Note: Not all providers allow full control over the NS records of your zone. It is not recommended to use these providers in complicated scenarios such as hosting across multiple providers. See individual provider docs for more info." %}

View File

@@ -37,7 +37,7 @@ Yes, we could layer rule upon rule upon rule. Eventually we'd get
all the rules right. However, now a user would have to know all the all the rules right. However, now a user would have to know all the
rules to be able to use Dnscontrol. The point of the Dnscontrol DSL rules to be able to use Dnscontrol. The point of the Dnscontrol DSL
is to enable the casual user to be able to make DNS updates. By is to enable the casual user to be able to make DNS updates. By
"casual user" we mean someone someone that lives and breathes DNS "casual user" we do not mean someone someone that lives and breathes DNS
like you and I do. In fact, we mean someone that hasn't memorized like you and I do. In fact, we mean someone that hasn't memorized
the list of rules. the list of rules.
@@ -93,4 +93,4 @@ future solutions from being upward compatible. By simply giving an
error we open the door to new solutions. error we open the door to new solutions.
We should warn you, however, that any new proposals should be We should warn you, however, that any new proposals should be
simplier than "add a dot". simpler than "add a dot".