Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions src/content/partials/dns/dns-scan-note.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
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/).
Loading