Block 1 - Split Out
- Type / Role
- n8n-nodes-base.splitOut - splitOut
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This n8n template makes it easy to perform DNS lookups directly within your n8n workflow using dns.google, without any API credentials. Use Cases Track changes: Schedule execution and log DNS answe...
n8n-nodes-base.splitout, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.splitinbatches, n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ossian Madisson.
Original n8n.io sourceTrack changes: Schedule execution and log DNS answers to track changes to records over time.
Monitoring and alerts: Schedule execution for DNS monitoring to detect misconfiguration and to trigger immediate alerts.
Prerequisite checks: Use in more extensive workflows to ensure DNS resolves correctly before running a website crawl or other sensitive tasks.
Requires no API credentials. You do not need to sign up for any third party service for DNS resolution.
Can easily be modified to use with a webhook instead of the default Forms node for external triggering.
By default performs lookup for: A CNAME AAAA MX TXT NS
The workflow checks the input for a specified DNS type. If none is found, it uses all types in a predefined list.
It splits the data into separate items for each DNS type.
It loops through all items and executes DNS resolution via the highly reliable dns.google service.
It aggregates all results into a single, easy-to-use output structure.
Import the template and execute the workflow to enter the domain you want to look up in the Form interface.
Connect the final output node to your specific use case (logging, alerting, subsequent workflow steps, etc.).
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Perform Multi-type DNS Lookups with Google's Free Public DNS Service |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | DevOps |
| Author | Ossian Madisson |
| Published | 26 Oct 2025 |
Use the JSON export at /data/workflows/10200/10200.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This n8n template makes it easy to perform DNS lookups directly within your n8n workflow using dns.google, without any API credentials. Use Cases Track changes: Schedule execution and log DNS answe...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.