- Merge patch to fix for glue that is outside of zone, with

`harden-unverified-glue`, from Karthik Umashankar (Microsoft).
  Enabling this option protects the Unbound resolver against bad
  glue, that is unverified out of zone glue, by resolving them.
  It uses the records as last resort if there is no other working
  glue.
This commit is contained in:
W.C.A. Wijngaards
2024-08-23 08:56:48 +02:00
parent 348df52e05
commit 1e0cf1e86b
16 changed files with 416 additions and 9 deletions
+1
View File
@@ -1009,6 +1009,7 @@ struct config_file {
int harden_short_bufsize;
int harden_large_queries;
int harden_glue;
int harden_unverified_glue;
int harden_dnssec_stripped;
int harden_referral_path;
int use_caps_bits_for_id;