DOCS: Update NAMESERVER.md (#2155)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Paul Dee 2023-03-13 21:33:05 +01:00 committed by GitHub
parent 11a8bf994b
commit 0ecae2c151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.