coredns/plugin/any
Miek Gieben c2e4f2f1ab
docs: move Also See to See Also (#4245)
sed -i 's/Also See/See Also/' plugin/**/README.md

Some plugins did already use 'See Also', so it's all consistent now.

Fixes: #4196

Signed-off-by: Miek Gieben <miek@miek.nl>
2020-10-28 10:56:35 -07: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 docs: move Also See to See Also (#4245) 2020-10-28 10:56:35 -07:00
setup.go For caddy v1 in our org (#4018) 2020-09-24 18:14:41 +02: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"

See Also

RFC 8482.