mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-10 09:27:46 +08:00
DOCS: Update NAMESERVER.md (#2155)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
11a8bf994b
commit
0ecae2c151
2 changed files with 2 additions and 2 deletions
2
commands/types/dnscontrol.d.ts
vendored
2
commands/types/dnscontrol.d.ts
vendored
|
@ -758,7 +758,7 @@ declare function MX(name: string, priority: number, target: string, ...modifiers
|
|||
* Others may require you to add the `NS` records to the parent domain
|
||||
* manually.
|
||||
*
|
||||
* # How to not change the parent NS records?
|
||||
* # How to prevent changing the parent NS records?
|
||||
*
|
||||
* If dnsconfig.js has zero `NAMESERVER()` commands for a domain, it will
|
||||
* use the API to remove all non-default nameservers.
|
||||
|
|
|
@ -66,7 +66,7 @@ Some providers restrict the names to hosts they control.
|
|||
Others may require you to add the `NS` records to the parent domain
|
||||
manually.
|
||||
|
||||
# How to not change the parent NS records?
|
||||
# How to prevent changing the parent NS records?
|
||||
|
||||
If dnsconfig.js has zero `NAMESERVER()` commands for a domain, it will
|
||||
use the API to remove all non-default nameservers.
|
||||
|
|
Loading…
Reference in a new issue