Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
COREDNS-ANY(7)			CoreDNS	Plugins			COREDNS-ANY(7)

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 <https://tools.ietf.org/html/rfc8482> for de-
       tails.

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	<https://tools.ietf.org/html/rfc8482>.

CoreDNS				  March	2021			COREDNS-ANY(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=coredns-any&sektion=7&manpath=FreeBSD+Ports+14.3.quarterly>

home | help