Files
Miek GiebenandGitHub 0c6ef34234 1.6.4 release notes (#166)
* Generate html for plugins

Signed-off-by: Miek Gieben <miek@miek.nl>

* Release 1.6.4

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-09-27 15:18:57 +01:00

639 B

+++ title = "any" description = "any gives a minimal response to ANY queries." weight = 2 tags = [ "plugin", "any" ] categories = [ "plugin" ] date = "2019-09-27T10:37:57.662959" +++

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"

Also See

RFC 8482.