2025-06-01 16:30:01 -07:00
..
2019-04-28 11:46:45 +01:00
2020-09-24 18:14:41 +02:00

any

Name

any - gives a minimal response to ANY queries.

Description

any basically blocks ANY queries by responding to them with a short HINFO reply. See RFC 8482 for details.

Syntax

any

Examples

example.org {
    whoami
    any
}

A dig +nocmd ANY example.org +noall +answer now returns:

example.org.  8482	IN	HINFO	"ANY obsoleted" "See RFC 8482"

See Also

RFC 8482.