mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 21:10:55 -05:00
This commit adds support for the EDNS Report-Channel option,
which is returned in authoritative responses when EDNS is in use.
"send-report-channel" sets the Agent-Domain value that will be
included in EDNS Report-Channel options. This is configurable at
the options/view level; the value is a DNS name. Setting the
Agent-Domain to the root zone (".") disables the option.
When this value has been set, incoming queries matchng the form
_er.<qtype>.<qname>.<extended-error-code>._er.<agent-domain>/TXT
will be logged to the dns-reporting-agent channel at INFO level.
(Note: error reporting queries will only be accepted if sent via
TCP or with a good server cookie. If neither is present, named
returns BADCOOKIE to complete the DNS COOKIE handshake, or TC=1
to switch the client to TCP.)
|
||
|---|---|---|
| .. | ||
| bindkeys.pl | ||
| check-categories.sh | ||
| check-cocci | ||
| check-gitignore.sh | ||
| check-includes.pl | ||
| check-instincludes.sh | ||
| check-make-install.in | ||
| check-trailing-whitespace.sh | ||
| checklibs.sh | ||
| ci-wait-shotgun.py | ||
| dtrace.sh | ||
| gen-eddsa-vectors.c | ||
| gen-rsa-sha-vectors.c | ||
| generate-tsan-stress-jobs.py | ||
| get-running-system-tests.py | ||
| git-replay-merge.sh | ||
| memleak.pl | ||
| models.c | ||
| nanny.pl | ||
| pairwise-testing.sh | ||
| parse_tsan.py | ||
| release-tarball-comparison.sh | ||
| run-clang-tidy | ||
| unused-headers.sh | ||
| xmllint-html.sh | ||