coredns/plugin/any
Miek Gieben 24176a97e6
Move to CODEOWNERS (#3489)
* Move to CODEOWNERS

No change in who own what; just a move to CODEOWNERS. This allows
dreck cleanups.

Added .dreck.yaml for alias and exec.

Fixes: #3486

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

* stickler bot

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

* sort the file

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-11-29 13:17:05 +00:00
..
any.go Add any plugin (#2801) 2019-04-28 11:46:45 +01:00
any_test.go Add any plugin (#2801) 2019-04-28 11:46:45 +01:00
README.md Making README text consistent with other plugins' READMEs (#3254) 2019-09-08 08:26:25 +01:00
setup.go all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00

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"

Also See

RFC 8482.