dohLookup
Perform a DNS-over-HTTPS lookup to test domain resolution through a NextDNS profile, verifying blocklists or debugging DNS behavior.
Instructions
Perform a DNS-over-HTTPS lookup using a NextDNS profile.
This tool performs a DNS query through NextDNS's DoH endpoint, allowing you to test how a specific profile would resolve a domain name. This is useful for:
Testing if a domain is blocked by your profile settings
Verifying DNS resolution behavior
Debugging DNS-related issues
Testing allowlist/denylist configurations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain name to look up (e.g., "adwords.google.com") | |
| profile_id | No | NextDNS profile ID (6-character alphanumeric). If not provided, uses NEXTDNS_DEFAULT_PROFILE | |
| record_type | No | DNS record type to query. Common types: - A: IPv4 address (default) - AAAA: IPv6 address - CNAME: Canonical name - MX: Mail exchange - TXT: Text records - NS: Name servers - SOA: Start of authority - PTR: Pointer record | A |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||