From 6e950752bffa923c75e0a8a91b231a1b335d9df0 Mon Sep 17 00:00:00 2001 From: abstergail <115666354+abstergail@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:37:46 -0500 Subject: [PATCH] Update dns-scan-note.mdx --- src/content/partials/dns/dns-scan-note.mdx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/content/partials/dns/dns-scan-note.mdx b/src/content/partials/dns/dns-scan-note.mdx index 8964e54ed6e0426..b8b54b1cfe37b20 100644 --- a/src/content/partials/dns/dns-scan-note.mdx +++ b/src/content/partials/dns/dns-scan-note.mdx @@ -2,12 +2,4 @@ {} --- - -The [DNS records quick scan](/dns/zone-setups/reference/dns-quick-scan/) is not automatically invoked in the following cases: - -* If you choose Enterprise plan and, instead of the **Quick Scan**, choose to upload a DNS zone file or add records manually. -* If you add a zone via the [API](/api/resources/zones/methods/create/). - -You can manually invoke the quick scan via API with the [Scan DNS Records endpoint](/api/resources/dns/subresources/records/methods/scan/). - -Note that the quick scan is a best effort attempt based on a predefined list of commonly used record names and types. You can read more about this in the [reference page](/dns/zone-setups/reference/dns-quick-scan/). \ No newline at end of file +If you add a zone via the [API](/api/resources/zones/methods/create/), you can manually invoke the quick scan with the [Scan DNS Records endpoint](/api/resources/dns/subresources/records/methods/scan/).