mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-27 08:14:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			54 lines
		
	
	
		
			722 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			722 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
| .\" Generated by Mmark Markdown Processer - mmark.miek.nl
 | |
| .TH "COREDNS-ANY" 7 "March 2021" "CoreDNS" "CoreDNS Plugins"
 | |
| 
 | |
| .SH "NAME"
 | |
| .PP
 | |
| \fIany\fP - gives a minimal response to ANY queries.
 | |
| 
 | |
| .SH "DESCRIPTION"
 | |
| .PP
 | |
| \fIany\fP basically blocks ANY queries by responding to them with a short HINFO reply. See RFC
 | |
| 8482
 | |
| \[la]https://tools.ietf.org/html/rfc8482\[ra] for details.
 | |
| 
 | |
| .SH "SYNTAX"
 | |
| .PP
 | |
| .RS
 | |
| 
 | |
| .nf
 | |
| any
 | |
| 
 | |
| .fi
 | |
| .RE
 | |
| 
 | |
| .SH "EXAMPLES"
 | |
| .PP
 | |
| .RS
 | |
| 
 | |
| .nf
 | |
| example.org {
 | |
|     whoami
 | |
|     any
 | |
| }
 | |
| 
 | |
| .fi
 | |
| .RE
 | |
| 
 | |
| .PP
 | |
| A \fB\fCdig +nocmd ANY example.org +noall +answer\fR now returns:
 | |
| 
 | |
| .PP
 | |
| .RS
 | |
| 
 | |
| .nf
 | |
| example.org.  8482    IN    HINFO    "ANY obsoleted" "See RFC 8482"
 | |
| 
 | |
| .fi
 | |
| .RE
 | |
| 
 | |
| .SH "SEE ALSO"
 | |
| .PP
 | |
| RFC 8482
 | |
| \[la]https://tools.ietf.org/html/rfc8482\[ra].
 | |
| 
 |