Skip to main content
DNS Checker(beta)

REFUSED

DNS response code 5: the server refused to answer, typically because of policy (e.g., not authoritative for the zone, ACL blocked).

REFUSED (RCODE 5) is what a DNS server returns when it understood the query but declined to process it. Common causes: the server is not authoritative for the zone and recursion is disabled (a hardened authoritative-only server), the query came from an IP outside the configured ACL, or rate-limiting policy kicked in. REFUSED is distinct from SERVFAIL (which signals a server-side failure) and NXDOMAIN (which signals the name does not exist). Seeing REFUSED on a domain you control usually points at a misdirected query, not a broken zone.

Reference

Related terms

See also

Referenced on