Perform Multi-type DNS Lookups with Google's Free Public DNS Service
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 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.
Good to Know 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
How It Works
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.
How to Use
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.).
Related Templates
Track OpenAI Token Usage and AI Agent Metrics with Google Sheets Dashboard
What it does Captures token usage and cost from your AI Agent/LLM. Logs model, tokens, cost, tool use, and conversation ...
Lookup IP Geolocation Details with IP-API.com via Webhook
This n8n template enables you to instantly retrieve detailed geolocation information for any given IP address by simply ...
Send Hourly Crypto Market Analysis from Binance to Telegram
📈 Daily Crypto Market Summary Bot (Binance to Telegram) This workflow fetches 24h price change data from Binance for s...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments