diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-10-23 18:47:50 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-10-23 18:47:50 +0000 |
| commit | 73dd92916f532cb3fe353220103babe576d30a15 (patch) | |
| tree | d2686694d3b637e3526355e37d2004786cfb21ac /util/config_file.h | |
| parent | 0064eb9cf1c8d526e87d3149249445d4bc8d0248 (diff) | |
Diffstat (limited to 'util/config_file.h')
| -rw-r--r-- | util/config_file.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/config_file.h b/util/config_file.h index 44ac036b88df..f77538b0d6a5 100644 --- a/util/config_file.h +++ b/util/config_file.h @@ -792,6 +792,9 @@ struct config_file { int iter_scrub_cname; /** limit on upstream queries for an incoming query and subqueries. */ int max_global_quota; + /** Should the iterator scrub promiscuous NS rrsets, from positive + * answers. */ + int iter_scrub_promiscuous; }; /** from cfg username, after daemonize setup performed */ |
