coredns/plugin/any
Yong Tang f8bba51f84
Update Caddy to 1.0.1, and update import path (#2961)
* Update Caddy to 1.0.1, and update import path

This fix updates caddy to 1.0.1 and also
updates the import path to github.com/caddyserver/caddy

This fix fixes 2959

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Also update plugin.cfg

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update and bump zplugin.go

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2019-07-03 09:04:47 +08: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
OWNERS Add any plugin (#2801) 2019-04-28 11:46:45 +01:00
README.md Add any plugin (#2801) 2019-04-28 11:46:45 +01:00
setup.go Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00

any

Name

any - give 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.