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:
@ -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.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user