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

DOH: Clarify DOH does not reference whois data (#1413)

* DOH: Clarify DOH does not reference whois data

Fixes https://github.com/StackExchange/dnscontrol/issues/1402

* Documentation: Customizing nameservers for hosting.de provider (#1396)
This commit is contained in:
Tom Limoncelli
2022-05-08 14:55:36 -04:00
committed by GitHub
parent c80cfbb7ae
commit 2768c34dc2
2 changed files with 8 additions and 0 deletions

View File

@ -53,3 +53,7 @@ D("example.com", REG_MONITOR,
NAMESERVER("ns2.example.com."),
);
```
NOTE: This checks the NS records via a DNS query. It does not check the
registrar's delegation (i.e. the `Name Server:` field in whois). In theory
these are the same thing but there may be situations where they are not.

View File

@ -234,6 +234,10 @@ D("example1.com", REG_MONITOR,
);
```
NOTE: This checks the NS records via a DNS query. It does not check the
registrar's delegation (i.e. the `Name Server:` field in whois). In theory
these are the same thing but there may be situations where they are not.
# Helper macros
DNSControl has some built-in macros that you might find useful.