mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	sed -i 's/Also See/See Also/' plugin/**/README.md Some plugins did already use 'See Also', so it's all consistent now. Fixes: #4196 Signed-off-by: Miek Gieben <miek@miek.nl>
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"