mirror of
https://github.com/coredns/coredns.io.git
synced 2024-04-21 12:32:00 +00:00
635 B
635 B
+++ title = "any" description = "any gives a minimal response to ANY queries." weight = 2 tags = ["plugin", "any"] categories = ["plugin"] date = "2020-02-06T12:07:03.877382" +++
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"