You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I believe this is now ready for review.
There are no limits for error reporting.
Reports will be generated for client inited queries that gave an error during the mesh state.
This is mostly the validator at the moment. When EDEs for RPZ are introduced (blocked, censored, etc) it needs to be revisited (probably by excluding those codes from the report).
LDNS_EDE_OTHER is excluded from the reports because the code does not make sense by itself.
LDNS_EDE_STALE_ANSWER is not interfering with the report (it is generated when responding with stale data, not the same code path).
- Merge #902: DNS Error Reporting (RFC 9567). Introduces new
configuration option 'dns-error-reporting' and new statistics for
'num.dns_error_reports'.
jedisct1
added a commit
to jedisct1/unbound
that referenced
this pull request
Apr 24, 2025
* nlnet/master: (49 commits)
- Tag for 1.23.0rc2. This became the release of 1.23.0 on 24 April 2025. The code repository continues with 1.23.1 in development.
- Increase default to `num-queries-per-thread: 2048`, when unbound is compiled with libevent. It makes saturation of the task queue more resource intensive and less practical. Thanks to Shiming Liu, Network and Information Security Lab, Tsinghua University for the report.
Changelog entry for NLnetLabs#1265: - Merge NLnetLabs#1265: Fix WSAPoll.
Fix WSAPoll (NLnetLabs#1265)
Changelog entry for NLnetLabs#1265: - Merge NLnetLabs#1265: Fix WSAPoll.
Fix WSAPoll (NLnetLabs#1265)
- Fix for print of connection type in log-replies for dot and doh.
- FixNLnetLabs#1264: unbound 1.22.0 leaks memory when doing DoH.
- Fix to detect if atomic_store links in configure.
- Fix fast_reload to print chroot with config file name.
- Update to the manpage for the fast_reload part.
- Tag for 1.23.0rc1.
- More explicit text about memory usage during fast_reload.
Changelog entry for NLnetLabs#902: - Merge NLnetLabs#902: DNS Error Reporting (RFC 9567). Introduces new configuration option 'dns-error-reporting' and new statistics for 'num.dns_error_reports'.
DNS Error Reporting (RFC 9567) (NLnetLabs#902)
- Fix to update common.sh for speed of kill_pid.
- Fix test to speed up common.sh script kill_pid.
Fix typo in Changelog entry.
Changelog entry for NLnetLabs#1019: - Merge NLnetLabs#1019: Redis read-only replica support. Introduces new 'redis-replica-*' options for the Redis cache backend.
- Fix redis_replicat test for unused option defaults and log printout.
...
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Draft PR for work on
draft-ietf-dnsop-dns-error-reportingRFC 9567