mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	* Add any plugin This adds the any plugin, a plain copy of coredns/any documented here https://coredns.io/explugins/any/ as an external plugin. Fixes: #2785 Signed-off-by: Miek Gieben <miek@miek.nl> * Stickler bot nit Signed-off-by: Miek Gieben <miek@miek.nl>
		
			
				
	
	
	
		
			519 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			519 B
		
	
	
	
	
	
	
	
any
Name
any - give 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"