summaryrefslogtreecommitdiff
path: root/pythonmod
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-10-18 13:52:55 +0000
committerCy Schubert <cy@FreeBSD.org>2024-10-18 13:52:55 +0000
commit0a6d797cf6eb751d7eb613900cd19803e05d905f (patch)
treec52b0ffbf8879fbe81816528e0fc7c3dd0f64e1f /pythonmod
parent9b8db746ac608ff7cdad3c9ac7ac395319e4ea0f (diff)
Diffstat (limited to 'pythonmod')
-rw-r--r--pythonmod/doc/modules/config.rst4
-rw-r--r--pythonmod/interface.i1
2 files changed, 5 insertions, 0 deletions
diff --git a/pythonmod/doc/modules/config.rst b/pythonmod/doc/modules/config.rst
index ac4db4c94af2..64480c94d66f 100644
--- a/pythonmod/doc/modules/config.rst
+++ b/pythonmod/doc/modules/config.rst
@@ -176,6 +176,10 @@ config_file
Harden against spoofed glue (out of zone data).
+ .. attribute:: harden_unverified_glue
+
+ Harden against unverified glue.
+
.. attribute:: harden_dnssec_stripped
Harden against receiving no DNSSEC data for trust anchor.
diff --git a/pythonmod/interface.i b/pythonmod/interface.i
index c876ab0729d2..810b1449d34e 100644
--- a/pythonmod/interface.i
+++ b/pythonmod/interface.i
@@ -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;