spf_check
Check a domain's SPF record for syntax errors, DNS lookup count (alerts at 10), and common misconfigurations.
Instructions
Retrieve and validate the SPF record for a domain. Checks syntax, counts DNS lookups (warns if approaching or exceeding the 10-lookup limit), and identifies common errors.
domain: The domain to check (e.g. "example.com")
dns_server: DNS server to query (default "8.8.8.8")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| dns_server | No | 8.8.8.8 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |