git: a39a5a690561 - main - unbound: Vendor import 1.16.0

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Wed, 08 Jun 2022 22:10:41 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=a39a5a6905612447def27b66ffe73b9d11efd80c

commit a39a5a6905612447def27b66ffe73b9d11efd80c
Merge: ee9ee699d6b5 5f9f82264b91
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-06-08 22:08:42 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-06-08 22:08:42 +0000

    unbound: Vendor import 1.16.0
    
    Merge commit '5f9f82264b91e041df7cba2406625146e7268ce4' into main
    
    MFC after:      1 month

 contrib/unbound/Makefile.in                        |  23 +-
 contrib/unbound/acx_python.m4                      |  57 +++--
 contrib/unbound/config.guess                       |  34 ++-
 contrib/unbound/config.h.in                        |   6 +-
 contrib/unbound/configure                          | 116 ++++++---
 contrib/unbound/configure.ac                       |  18 +-
 contrib/unbound/daemon/acl_list.c                  |  35 +++
 contrib/unbound/daemon/acl_list.h                  |  11 +
 contrib/unbound/daemon/cachedump.c                 |   6 +-
 contrib/unbound/daemon/worker.c                    | 284 ++++++++++++++++++---
 contrib/unbound/doc/Changelog                      | 141 ++++++++++
 contrib/unbound/doc/README                         |   2 +-
 contrib/unbound/doc/example.conf.in                |  16 +-
 contrib/unbound/doc/libunbound.3.in                |   4 +-
 contrib/unbound/doc/unbound-anchor.8.in            |   2 +-
 contrib/unbound/doc/unbound-checkconf.8.in         |   2 +-
 contrib/unbound/doc/unbound-control.8.in           |  24 +-
 contrib/unbound/doc/unbound-host.1.in              |   2 +-
 contrib/unbound/doc/unbound.8.in                   |   4 +-
 contrib/unbound/doc/unbound.conf.5.in              |  56 +++-
 contrib/unbound/edns-subnet/subnetmod.c            |  30 ++-
 contrib/unbound/edns-subnet/subnetmod.h            |   7 +
 contrib/unbound/ipset/ipset.c                      |  71 +++---
 contrib/unbound/iterator/iter_delegpt.h            |   2 +-
 contrib/unbound/iterator/iter_utils.c              |  24 +-
 contrib/unbound/iterator/iter_utils.h              |   6 +-
 contrib/unbound/iterator/iterator.c                |  41 +--
 contrib/unbound/libunbound/libworker.c             |   6 +-
 contrib/unbound/respip/respip.c                    |  23 +-
 contrib/unbound/respip/respip.h                    |   5 +-
 contrib/unbound/services/authzone.c                | 103 ++++++--
 contrib/unbound/services/authzone.h                |   3 +
 contrib/unbound/services/cache/dns.c               |   5 +
 contrib/unbound/services/listen_dnsport.c          |  79 +++++-
 contrib/unbound/services/localzone.c               |  26 +-
 contrib/unbound/services/mesh.c                    | 181 ++++++++++++-
 contrib/unbound/services/mesh.h                    |  17 +-
 contrib/unbound/services/outside_network.c         |   5 +-
 contrib/unbound/services/rpz.c                     |  41 ++-
 contrib/unbound/services/rpz.h                     |   4 +-
 contrib/unbound/sldns/parseutil.c                  |  36 ++-
 contrib/unbound/sldns/parseutil.h                  |   4 +-
 contrib/unbound/sldns/pkthdr.h                     |   4 +
 contrib/unbound/sldns/rrdef.h                      |  32 +++
 contrib/unbound/sldns/str2wire.c                   |  38 ++-
 contrib/unbound/sldns/wire2str.c                   |   1 +
 contrib/unbound/smallapp/unbound-checkconf.c       |  23 ++
 contrib/unbound/smallapp/unbound-control.c         |  28 +-
 contrib/unbound/testcode/unitzonemd.c              |   4 +-
 .../unbound/testdata/auth_zonemd_file_unknown.rpl  | 184 +++++++++++++
 contrib/unbound/testdata/ede.tdir/bogus/clean.sh   |   1 +
 .../testdata/ede.tdir/bogus/dnskey-failures.test   |  10 +
 .../testdata/ede.tdir/bogus/dnssec-failures.test   |  15 ++
 .../testdata/ede.tdir/bogus/make-broken-zone.sh    |  67 +++++
 .../testdata/ede.tdir/bogus/nsec-failures.test     |  10 +
 .../testdata/ede.tdir/bogus/rrsig-failures.test    |  10 +
 contrib/unbound/testdata/ede.tdir/ede-auth.conf    |  27 ++
 contrib/unbound/testdata/ede.tdir/ede.conf         |  49 ++++
 contrib/unbound/testdata/ede.tdir/ede.dsc          |  16 ++
 contrib/unbound/testdata/ede.tdir/ede.post         |  10 +
 contrib/unbound/testdata/ede.tdir/ede.pre          |  37 +++
 contrib/unbound/testdata/ede.tdir/ede.test         |  72 ++++++
 contrib/unbound/testdata/ede_acl_refused.rpl       |  35 +++
 .../unbound/testdata/ede_cache_snoop_noth_auth.rpl |  33 +++
 .../testdata/ede_localzone_dname_expansion.rpl     |  37 +++
 contrib/unbound/testdata/ipset.tdir/ipset.conf     |  23 ++
 contrib/unbound/testdata/ipset.tdir/ipset.dsc      |  16 ++
 contrib/unbound/testdata/ipset.tdir/ipset.post     |  14 +
 contrib/unbound/testdata/ipset.tdir/ipset.pre      |  33 +++
 contrib/unbound/testdata/ipset.tdir/ipset.test     | 155 +++++++++++
 contrib/unbound/testdata/ipset.tdir/ipset.testns   | 103 ++++++++
 contrib/unbound/testdata/iter_cname_minimise.rpl   | 179 +++++++++++++
 contrib/unbound/testdata/iter_dp_ip6useless.rpl    | 168 ++++++++++++
 contrib/unbound/testdata/nsid_bogus.rpl            |   3 +-
 contrib/unbound/testdata/rpz_passthru.rpl          | 154 +++++++++++
 contrib/unbound/testdata/subnet_prefetch.crpl      | 215 ++++++++++++++++
 .../testdata/subnet_prefetch_with_client_ecs.crpl  | 221 ++++++++++++++++
 contrib/unbound/util/config_file.c                 | 136 +---------
 contrib/unbound/util/config_file.h                 |  57 +----
 contrib/unbound/util/configlexer.lex               |   4 +
 contrib/unbound/util/configparser.y                |  58 ++++-
 contrib/unbound/util/data/msgparse.c               |   3 +-
 contrib/unbound/util/data/msgparse.h               |   9 +
 contrib/unbound/util/data/msgreply.c               |  31 +++
 contrib/unbound/util/data/msgreply.h               |  39 ++-
 contrib/unbound/util/module.c                      | 142 +++++++++++
 contrib/unbound/util/module.h                      |  73 +++++-
 contrib/unbound/util/net_help.c                    |   8 +-
 contrib/unbound/util/netevent.c                    |  29 ++-
 contrib/unbound/validator/autotrust.c              |  13 +-
 contrib/unbound/validator/val_kcache.c             |   1 +
 contrib/unbound/validator/val_kentry.c             |  20 ++
 contrib/unbound/validator/val_kentry.h             |  19 ++
 contrib/unbound/validator/val_nsec.c               |   2 +-
 contrib/unbound/validator/val_nsec3.c              |  11 +-
 contrib/unbound/validator/val_nsec3.h              |   4 +-
 contrib/unbound/validator/val_sigcrypt.c           |  99 +++++--
 contrib/unbound/validator/val_sigcrypt.h           |  49 ++--
 contrib/unbound/validator/val_utils.c              |  66 ++---
 contrib/unbound/validator/val_utils.h              |  67 ++---
 contrib/unbound/validator/validator.c              | 123 +++++++--
 contrib/unbound/validator/validator.h              |   2 +-
 102 files changed, 3983 insertions(+), 671 deletions(-)

diff --cc contrib/unbound/testdata/auth_zonemd_file_unknown.rpl
index 000000000000,f5c5f276e882..f5c5f276e882
mode 000000,100644..100644
--- a/contrib/unbound/testdata/auth_zonemd_file_unknown.rpl
+++ b/contrib/unbound/testdata/auth_zonemd_file_unknown.rpl
diff --cc contrib/unbound/testdata/ede.tdir/bogus/clean.sh
index 000000000000,54128f807217..54128f807217
mode 000000,100755..100755
--- a/contrib/unbound/testdata/ede.tdir/bogus/clean.sh
+++ b/contrib/unbound/testdata/ede.tdir/bogus/clean.sh
diff --cc contrib/unbound/testdata/ede.tdir/bogus/dnskey-failures.test
index 000000000000,49d6ad5a384d..49d6ad5a384d
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede.tdir/bogus/dnskey-failures.test
+++ b/contrib/unbound/testdata/ede.tdir/bogus/dnskey-failures.test
diff --cc contrib/unbound/testdata/ede.tdir/bogus/dnssec-failures.test
index 000000000000,5af5941c0959..5af5941c0959
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede.tdir/bogus/dnssec-failures.test
+++ b/contrib/unbound/testdata/ede.tdir/bogus/dnssec-failures.test
diff --cc contrib/unbound/testdata/ede.tdir/bogus/make-broken-zone.sh
index 000000000000,67b4fcfb2d84..67b4fcfb2d84
mode 000000,100755..100755
--- a/contrib/unbound/testdata/ede.tdir/bogus/make-broken-zone.sh
+++ b/contrib/unbound/testdata/ede.tdir/bogus/make-broken-zone.sh
diff --cc contrib/unbound/testdata/ede.tdir/bogus/nsec-failures.test
index 000000000000,529298df686b..529298df686b
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede.tdir/bogus/nsec-failures.test
+++ b/contrib/unbound/testdata/ede.tdir/bogus/nsec-failures.test
diff --cc contrib/unbound/testdata/ede.tdir/bogus/rrsig-failures.test
index 000000000000,cab0b7f48d04..cab0b7f48d04
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede.tdir/bogus/rrsig-failures.test
+++ b/contrib/unbound/testdata/ede.tdir/bogus/rrsig-failures.test
diff --cc contrib/unbound/testdata/ede.tdir/ede-auth.conf
index 000000000000,d78da0382ad4..d78da0382ad4
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede.tdir/ede-auth.conf
+++ b/contrib/unbound/testdata/ede.tdir/ede-auth.conf
diff --cc contrib/unbound/testdata/ede.tdir/ede.conf
index 000000000000,13730d42f2c5..13730d42f2c5
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede.tdir/ede.conf
+++ b/contrib/unbound/testdata/ede.tdir/ede.conf
diff --cc contrib/unbound/testdata/ede.tdir/ede.dsc
index 000000000000,c397ded693f2..c397ded693f2
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede.tdir/ede.dsc
+++ b/contrib/unbound/testdata/ede.tdir/ede.dsc
diff --cc contrib/unbound/testdata/ede.tdir/ede.post
index 000000000000,88b26f3132a1..88b26f3132a1
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede.tdir/ede.post
+++ b/contrib/unbound/testdata/ede.tdir/ede.post
diff --cc contrib/unbound/testdata/ede.tdir/ede.pre
index 000000000000,e5a0667b0e02..e5a0667b0e02
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede.tdir/ede.pre
+++ b/contrib/unbound/testdata/ede.tdir/ede.pre
diff --cc contrib/unbound/testdata/ede.tdir/ede.test
index 000000000000,5d478bd49cb2..5d478bd49cb2
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede.tdir/ede.test
+++ b/contrib/unbound/testdata/ede.tdir/ede.test
diff --cc contrib/unbound/testdata/ede_acl_refused.rpl
index 000000000000,81c9cd0a071d..81c9cd0a071d
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede_acl_refused.rpl
+++ b/contrib/unbound/testdata/ede_acl_refused.rpl
diff --cc contrib/unbound/testdata/ede_cache_snoop_noth_auth.rpl
index 000000000000,d243fdde00ac..d243fdde00ac
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede_cache_snoop_noth_auth.rpl
+++ b/contrib/unbound/testdata/ede_cache_snoop_noth_auth.rpl
diff --cc contrib/unbound/testdata/ede_localzone_dname_expansion.rpl
index 000000000000,e0540e4fbf1d..e0540e4fbf1d
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ede_localzone_dname_expansion.rpl
+++ b/contrib/unbound/testdata/ede_localzone_dname_expansion.rpl
diff --cc contrib/unbound/testdata/ipset.tdir/ipset.conf
index 000000000000,7cc34912dd2f..7cc34912dd2f
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ipset.tdir/ipset.conf
+++ b/contrib/unbound/testdata/ipset.tdir/ipset.conf
diff --cc contrib/unbound/testdata/ipset.tdir/ipset.dsc
index 000000000000,b7792b7e0188..b7792b7e0188
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ipset.tdir/ipset.dsc
+++ b/contrib/unbound/testdata/ipset.tdir/ipset.dsc
diff --cc contrib/unbound/testdata/ipset.tdir/ipset.post
index 000000000000,7af512a4d374..7af512a4d374
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ipset.tdir/ipset.post
+++ b/contrib/unbound/testdata/ipset.tdir/ipset.post
diff --cc contrib/unbound/testdata/ipset.tdir/ipset.pre
index 000000000000,ee1aedc70937..ee1aedc70937
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ipset.tdir/ipset.pre
+++ b/contrib/unbound/testdata/ipset.tdir/ipset.pre
diff --cc contrib/unbound/testdata/ipset.tdir/ipset.test
index 000000000000,9150e5e3f0bf..9150e5e3f0bf
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ipset.tdir/ipset.test
+++ b/contrib/unbound/testdata/ipset.tdir/ipset.test
diff --cc contrib/unbound/testdata/ipset.tdir/ipset.testns
index 000000000000,2b626e915ea7..2b626e915ea7
mode 000000,100644..100644
--- a/contrib/unbound/testdata/ipset.tdir/ipset.testns
+++ b/contrib/unbound/testdata/ipset.tdir/ipset.testns
diff --cc contrib/unbound/testdata/iter_cname_minimise.rpl
index 000000000000,b61c3e344684..b61c3e344684
mode 000000,100644..100644
--- a/contrib/unbound/testdata/iter_cname_minimise.rpl
+++ b/contrib/unbound/testdata/iter_cname_minimise.rpl
diff --cc contrib/unbound/testdata/iter_dp_ip6useless.rpl
index 000000000000,9a7746e118ed..9a7746e118ed
mode 000000,100644..100644
--- a/contrib/unbound/testdata/iter_dp_ip6useless.rpl
+++ b/contrib/unbound/testdata/iter_dp_ip6useless.rpl
diff --cc contrib/unbound/testdata/rpz_passthru.rpl
index 000000000000,5c8557547692..5c8557547692
mode 000000,100644..100644
--- a/contrib/unbound/testdata/rpz_passthru.rpl
+++ b/contrib/unbound/testdata/rpz_passthru.rpl
diff --cc contrib/unbound/testdata/subnet_prefetch.crpl
index 000000000000,7083aba6a563..7083aba6a563
mode 000000,100644..100644
--- a/contrib/unbound/testdata/subnet_prefetch.crpl
+++ b/contrib/unbound/testdata/subnet_prefetch.crpl
diff --cc contrib/unbound/testdata/subnet_prefetch_with_client_ecs.crpl
index 000000000000,b0410255e85d..b0410255e85d
mode 000000,100644..100644
--- a/contrib/unbound/testdata/subnet_prefetch_with_client_ecs.crpl
+++ b/contrib/unbound/testdata/subnet_prefetch_with_client_ecs.crpl
diff --cc contrib/unbound/util/config_file.c
index e5492afd3cfa,000000000000..363af3c2c5a9
mode 100644,000000..100644
--- a/contrib/unbound/util/config_file.c
+++ b/contrib/unbound/util/config_file.c
@@@ -1,2708 -1,0 +1,2600 @@@
 +/*
 + * util/config_file.c - reads and stores the config file for unbound.
 + *
 + * Copyright (c) 2007, NLnet Labs. All rights reserved.
 + *
 + * This software is open source.
 + * 
 + * Redistribution and use in source and binary forms, with or without
 + * modification, are permitted provided that the following conditions
 + * are met:
 + * 
 + * Redistributions of source code must retain the above copyright notice,
 + * this list of conditions and the following disclaimer.
 + * 
 + * Redistributions in binary form must reproduce the above copyright notice,
 + * this list of conditions and the following disclaimer in the documentation
 + * and/or other materials provided with the distribution.
 + * 
 + * Neither the name of the NLNET LABS nor the names of its contributors may
 + * be used to endorse or promote products derived from this software without
 + * specific prior written permission.
 + * 
 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 + * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 + * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 + */
 +
 +/**
 + * \file
 + *
 + * This file contains functions for the config file.
 + */
 +
 +#include "config.h"
 +#include <ctype.h>
 +#include <stdarg.h>
 +#ifdef HAVE_TIME_H
 +#include <time.h>
 +#endif
 +#include "util/log.h"
 +#include "util/configyyrename.h"
 +#include "util/config_file.h"
 +#include "configparser.h"
 +#include "util/net_help.h"
 +#include "util/data/msgparse.h"
 +#include "util/module.h"
 +#include "util/regional.h"
 +#include "util/fptr_wlist.h"
 +#include "util/data/dname.h"
 +#include "util/rtt.h"
 +#include "services/cache/infra.h"
 +#include "sldns/wire2str.h"
 +#include "sldns/parseutil.h"
 +#include "iterator/iterator.h"
 +#ifdef HAVE_GLOB_H
 +# include <glob.h>
 +#endif
 +#ifdef CLIENT_SUBNET
 +#include "edns-subnet/edns-subnet.h"
 +#endif
 +#ifdef HAVE_PWD_H
 +#include <pwd.h>
 +#endif
 +
 +/** from cfg username, after daemonize setup performed */
 +uid_t cfg_uid = (uid_t)-1;
 +/** from cfg username, after daemonize setup performed */
 +gid_t cfg_gid = (gid_t)-1;
 +/** for debug allow small timeout values for fast rollovers */
 +int autr_permit_small_holddown = 0;
 +/** size (in bytes) of stream wait buffers max */
 +size_t stream_wait_max = 4 * 1024 * 1024;
 +size_t http2_query_buffer_max = 4 * 1024 * 1024;
 +size_t http2_response_buffer_max = 4 * 1024 * 1024;
 +
 +/** global config during parsing */
 +struct config_parser_state* cfg_parser = 0;
 +
 +/** init ports possible for use */
 +static void init_outgoing_availports(int* array, int num);
 +
 +struct config_file* 
 +config_create(void)
 +{
 +	struct config_file* cfg;
 +	cfg = (struct config_file*)calloc(1, sizeof(struct config_file));
 +	if(!cfg)
 +		return NULL;
 +	/* the defaults if no config is present */
 +	cfg->verbosity = 1;
 +	cfg->stat_interval = 0;
 +	cfg->stat_cumulative = 0;
 +	cfg->stat_extended = 0;
 +	cfg->num_threads = 1;
 +	cfg->port = UNBOUND_DNS_PORT;
 +	cfg->do_ip4 = 1;
 +	cfg->do_ip6 = 1;
 +	cfg->do_udp = 1;
 +	cfg->do_tcp = 1;
 +	cfg->tcp_reuse_timeout = 60 * 1000; /* 60s in milisecs */
 +	cfg->max_reuse_tcp_queries = 200;
 +	cfg->tcp_upstream = 0;
 +	cfg->udp_upstream_without_downstream = 0;
 +	cfg->tcp_mss = 0;
 +	cfg->outgoing_tcp_mss = 0;
 +	cfg->tcp_idle_timeout = 30 * 1000; /* 30s in millisecs */
 +	cfg->tcp_auth_query_timeout = 3 * 1000; /* 3s in millisecs */
 +	cfg->do_tcp_keepalive = 0;
 +	cfg->tcp_keepalive_timeout = 120 * 1000; /* 120s in millisecs */
 +	cfg->ssl_service_key = NULL;
 +	cfg->ssl_service_pem = NULL;
 +	cfg->ssl_port = UNBOUND_DNS_OVER_TLS_PORT;
 +	cfg->ssl_upstream = 0;
 +	cfg->tls_cert_bundle = NULL;
 +	cfg->tls_win_cert = 0;
 +	cfg->tls_use_sni = 1;
 +	cfg->https_port = UNBOUND_DNS_OVER_HTTPS_PORT;
 +	if(!(cfg->http_endpoint = strdup("/dns-query"))) goto error_exit;
 +	cfg->http_max_streams = 100;
 +	cfg->http_query_buffer_size = 4*1024*1024;
 +	cfg->http_response_buffer_size = 4*1024*1024;
 +	cfg->http_nodelay = 1;
 +	cfg->use_syslog = 1;
 +	cfg->log_identity = NULL; /* changed later with argv[0] */
 +	cfg->log_time_ascii = 0;
 +	cfg->log_queries = 0;
 +	cfg->log_replies = 0;
 +	cfg->log_tag_queryreply = 0;
 +	cfg->log_local_actions = 0;
 +	cfg->log_servfail = 0;
 +#ifndef USE_WINSOCK
 +#  ifdef USE_MINI_EVENT
 +	/* select max 1024 sockets */
 +	cfg->outgoing_num_ports = 960;
 +	cfg->num_queries_per_thread = 512;
 +#  else
 +	/* libevent can use many sockets */
 +	cfg->outgoing_num_ports = 4096;
 +	cfg->num_queries_per_thread = 1024;
 +#  endif
 +	cfg->outgoing_num_tcp = 10;
 +	cfg->incoming_num_tcp = 10;
 +#else
 +	cfg->outgoing_num_ports = 48; /* windows is limited in num fds */
 +	cfg->num_queries_per_thread = 24;
 +	cfg->outgoing_num_tcp = 2; /* leaves 64-52=12 for: 4if,1stop,thread4 */
 +	cfg->incoming_num_tcp = 2; 
 +#endif
 +	cfg->stream_wait_size = 4 * 1024 * 1024;
 +	cfg->edns_buffer_size = 1232; /* from DNS flagday recommendation */
 +	cfg->msg_buffer_size = 65552; /* 64 k + a small margin */
 +	cfg->msg_cache_size = 4 * 1024 * 1024;
 +	cfg->msg_cache_slabs = 4;
 +	cfg->jostle_time = 200;
 +	cfg->rrset_cache_size = 4 * 1024 * 1024;
 +	cfg->rrset_cache_slabs = 4;
 +	cfg->host_ttl = 900;
 +	cfg->bogus_ttl = 60;
 +	cfg->min_ttl = 0;
 +	cfg->max_ttl = 3600 * 24;
 +	cfg->max_negative_ttl = 3600;
 +	cfg->prefetch = 0;
 +	cfg->prefetch_key = 0;
 +	cfg->deny_any = 0;
 +	cfg->infra_cache_slabs = 4;
 +	cfg->infra_cache_numhosts = 10000;
 +	cfg->infra_cache_min_rtt = 50;
 +	cfg->infra_keep_probing = 0;
 +	cfg->delay_close = 0;
 +	cfg->udp_connect = 1;
 +	if(!(cfg->outgoing_avail_ports = (int*)calloc(65536, sizeof(int))))
 +		goto error_exit;
 +	init_outgoing_availports(cfg->outgoing_avail_ports, 65536);
 +	if(!(cfg->username = strdup(UB_USERNAME))) goto error_exit;
 +#ifdef HAVE_CHROOT
 +	if(!(cfg->chrootdir = strdup(CHROOT_DIR))) goto error_exit;
 +#endif
 +	if(!(cfg->directory = strdup(RUN_DIR))) goto error_exit;
 +	if(!(cfg->logfile = strdup(""))) goto error_exit;
 +	if(!(cfg->pidfile = strdup(PIDFILE))) goto error_exit;
 +	if(!(cfg->target_fetch_policy = strdup("3 2 1 0 0"))) goto error_exit;
 +	cfg->fast_server_permil = 0;
 +	cfg->fast_server_num = 3;
 +	cfg->donotqueryaddrs = NULL;
 +	cfg->donotquery_localhost = 1;
 +	cfg->root_hints = NULL;
 +	cfg->use_systemd = 0;
 +	cfg->do_daemonize = 1;
 +	cfg->if_automatic = 0;
++	cfg->if_automatic_ports = NULL;
 +	cfg->so_rcvbuf = 0;
 +	cfg->so_sndbuf = 0;
 +	cfg->so_reuseport = REUSEPORT_DEFAULT;
 +	cfg->ip_transparent = 0;
 +	cfg->ip_freebind = 0;
 +	cfg->ip_dscp = 0;
 +	cfg->num_ifs = 0;
 +	cfg->ifs = NULL;
 +	cfg->num_out_ifs = 0;
 +	cfg->out_ifs = NULL;
 +	cfg->stubs = NULL;
 +	cfg->forwards = NULL;
 +	cfg->auths = NULL;
 +#ifdef CLIENT_SUBNET
 +	cfg->client_subnet = NULL;
 +	cfg->client_subnet_zone = NULL;
 +	cfg->client_subnet_opcode = LDNS_EDNS_CLIENT_SUBNET;
 +	cfg->client_subnet_always_forward = 0;
 +	cfg->max_client_subnet_ipv4 = 24;
 +	cfg->max_client_subnet_ipv6 = 56;
 +	cfg->min_client_subnet_ipv4 = 0;
 +	cfg->min_client_subnet_ipv6 = 0;
 +	cfg->max_ecs_tree_size_ipv4 = 100;
 +	cfg->max_ecs_tree_size_ipv6 = 100;
 +#endif
 +	cfg->views = NULL;
 +	cfg->acls = NULL;
 +	cfg->tcp_connection_limits = NULL;
 +	cfg->harden_short_bufsize = 1;
 +	cfg->harden_large_queries = 0;
 +	cfg->harden_glue = 1;
 +	cfg->harden_dnssec_stripped = 1;
 +	cfg->harden_below_nxdomain = 1;
 +	cfg->harden_referral_path = 0;
 +	cfg->harden_algo_downgrade = 0;
 +	cfg->use_caps_bits_for_id = 0;
 +	cfg->caps_whitelist = NULL;
 +	cfg->private_address = NULL;
 +	cfg->private_domain = NULL;
 +	cfg->unwanted_threshold = 0;
 +	cfg->hide_identity = 0;
 +	cfg->hide_version = 0;
 +	cfg->hide_trustanchor = 0;
 +	cfg->hide_http_user_agent = 0;
 +	cfg->identity = NULL;
 +	cfg->version = NULL;
 +	cfg->http_user_agent = NULL;
 +	cfg->nsid_cfg_str = NULL;
 +	cfg->nsid = NULL;
 +	cfg->nsid_len = 0;
 +	cfg->auto_trust_anchor_file_list = NULL;
 +	cfg->trust_anchor_file_list = NULL;
 +	cfg->trust_anchor_list = NULL;
 +	cfg->trusted_keys_file_list = NULL;
 +	cfg->trust_anchor_signaling = 1;
 +	cfg->root_key_sentinel = 1;
 +	cfg->domain_insecure = NULL;
 +	cfg->val_date_override = 0;
 +	cfg->val_sig_skew_min = 3600; /* at least daylight savings trouble */
 +	cfg->val_sig_skew_max = 86400; /* at most timezone settings trouble */
 +	cfg->val_max_restart = 5;
 +	cfg->val_clean_additional = 1;
 +	cfg->val_log_level = 0;
 +	cfg->val_log_squelch = 0;
 +	cfg->val_permissive_mode = 0;
 +	cfg->aggressive_nsec = 1;
 +	cfg->ignore_cd = 0;
 +	cfg->serve_expired = 0;
 +	cfg->serve_expired_ttl = 0;
 +	cfg->serve_expired_ttl_reset = 0;
 +	cfg->serve_expired_reply_ttl = 30;
 +	cfg->serve_expired_client_timeout = 0;
++	cfg->ede_serve_expired = 0;
 +	cfg->serve_original_ttl = 0;
 +	cfg->zonemd_permissive_mode = 0;
 +	cfg->add_holddown = 30*24*3600;
 +	cfg->del_holddown = 30*24*3600;
 +	cfg->keep_missing = 366*24*3600; /* one year plus a little leeway */
 +	cfg->permit_small_holddown = 0;
 +	cfg->key_cache_size = 4 * 1024 * 1024;
 +	cfg->key_cache_slabs = 4;
 +	cfg->neg_cache_size = 1 * 1024 * 1024;
 +	cfg->local_zones = NULL;
 +	cfg->local_zones_nodefault = NULL;
 +#ifdef USE_IPSET
 +	cfg->local_zones_ipset = NULL;
 +#endif
 +	cfg->local_zones_disable_default = 0;
 +	cfg->local_data = NULL;
 +	cfg->local_zone_overrides = NULL;
 +	cfg->unblock_lan_zones = 0;
 +	cfg->insecure_lan_zones = 0;
 +	cfg->python_script = NULL;
 +	cfg->dynlib_file = NULL;
 +	cfg->remote_control_enable = 0;
 +	cfg->control_ifs.first = NULL;
 +	cfg->control_ifs.last = NULL;
 +	cfg->control_port = UNBOUND_CONTROL_PORT;
 +	cfg->control_use_cert = 1;
 +	cfg->minimal_responses = 1;
 +	cfg->rrset_roundrobin = 1;
 +	cfg->unknown_server_time_limit = 376;
 +	cfg->max_udp_size = 4096;
 +	if(!(cfg->server_key_file = strdup(RUN_DIR"/unbound_server.key"))) 
 +		goto error_exit;
 +	if(!(cfg->server_cert_file = strdup(RUN_DIR"/unbound_server.pem"))) 
 +		goto error_exit;
 +	if(!(cfg->control_key_file = strdup(RUN_DIR"/unbound_control.key"))) 
 +		goto error_exit;
 +	if(!(cfg->control_cert_file = strdup(RUN_DIR"/unbound_control.pem"))) 
 +		goto error_exit;
 +
 +#ifdef CLIENT_SUBNET
 +	if(!(cfg->module_conf = strdup("subnetcache validator iterator"))) goto error_exit;
 +#else
 +	if(!(cfg->module_conf = strdup("validator iterator"))) goto error_exit;
 +#endif
 +	if(!(cfg->val_nsec3_key_iterations = 
 +		strdup("1024 150 2048 150 4096 150"))) goto error_exit;
 +#if defined(DNSTAP_SOCKET_PATH)
 +	if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH)))
 +		goto error_exit;
 +#endif
 +	cfg->dnstap_bidirectional = 1;
 +	cfg->dnstap_tls = 1;
 +	cfg->disable_dnssec_lame_check = 0;
 +	cfg->ip_ratelimit = 0;
 +	cfg->ratelimit = 0;
 +	cfg->ip_ratelimit_slabs = 4;
 +	cfg->ratelimit_slabs = 4;
 +	cfg->ip_ratelimit_size = 4*1024*1024;
 +	cfg->ratelimit_size = 4*1024*1024;
 +	cfg->ratelimit_for_domain = NULL;
 +	cfg->ratelimit_below_domain = NULL;
 +	cfg->ip_ratelimit_factor = 10;
 +	cfg->ratelimit_factor = 10;
 +	cfg->ip_ratelimit_backoff = 0;
 +	cfg->ratelimit_backoff = 0;
 +	cfg->outbound_msg_retry = 5;
 +	cfg->qname_minimisation = 1;
 +	cfg->qname_minimisation_strict = 0;
 +	cfg->shm_enable = 0;
 +	cfg->shm_key = 11777;
 +	cfg->edns_client_strings = NULL;
 +	cfg->edns_client_string_opcode = 65001;
 +	cfg->dnscrypt = 0;
 +	cfg->dnscrypt_port = 0;
 +	cfg->dnscrypt_provider = NULL;
 +	cfg->dnscrypt_provider_cert = NULL;
 +	cfg->dnscrypt_provider_cert_rotated = NULL;
 +	cfg->dnscrypt_secret_key = NULL;
 +	cfg->dnscrypt_shared_secret_cache_size = 4*1024*1024;
 +	cfg->dnscrypt_shared_secret_cache_slabs = 4;
 +	cfg->dnscrypt_nonce_cache_size = 4*1024*1024;
 +	cfg->dnscrypt_nonce_cache_slabs = 4;
 +	cfg->pad_responses = 1;
 +	cfg->pad_responses_block_size = 468; /* from RFC8467 */
 +	cfg->pad_queries = 1;
 +	cfg->pad_queries_block_size = 128; /* from RFC8467 */
 +#ifdef USE_IPSECMOD
 +	cfg->ipsecmod_enabled = 1;
 +	cfg->ipsecmod_ignore_bogus = 0;
 +	cfg->ipsecmod_hook = NULL;
 +	cfg->ipsecmod_max_ttl = 3600;
 +	cfg->ipsecmod_whitelist = NULL;
 +	cfg->ipsecmod_strict = 0;
 +#endif
 +#ifdef USE_CACHEDB
 +	if(!(cfg->cachedb_backend = strdup("testframe"))) goto error_exit;
 +	if(!(cfg->cachedb_secret = strdup("default"))) goto error_exit;
 +#ifdef USE_REDIS
 +	if(!(cfg->redis_server_host = strdup("127.0.0.1"))) goto error_exit;
 +	cfg->redis_timeout = 100;
 +	cfg->redis_server_port = 6379;
 +	cfg->redis_expire_records = 0;
 +#endif  /* USE_REDIS */
 +#endif  /* USE_CACHEDB */
 +#ifdef USE_IPSET
 +	cfg->ipset_name_v4 = NULL;
 +	cfg->ipset_name_v6 = NULL;
 +#endif
++	cfg->ede = 0;
 +	return cfg;
 +error_exit:
 +	config_delete(cfg);
 +	return NULL;
 +}
 +
 +struct config_file* config_create_forlib(void)
 +{
 +	struct config_file* cfg = config_create();
 +	if(!cfg) return NULL;
 +	/* modifications for library use, less verbose, less memory */
 +	free(cfg->chrootdir);
 +	cfg->chrootdir = NULL;
 +	cfg->verbosity = 0;
 +	cfg->outgoing_num_ports = 16; /* in library use, this is 'reasonable'
 +		and probably within the ulimit(maxfds) of the user */
 +	cfg->outgoing_num_tcp = 2;
 +	cfg->msg_cache_size = 1024*1024;
 +	cfg->msg_cache_slabs = 1;
 +	cfg->rrset_cache_size = 1024*1024;
 +	cfg->rrset_cache_slabs = 1;
 +	cfg->infra_cache_slabs = 1;
 +	cfg->use_syslog = 0;
 +	cfg->key_cache_size = 1024*1024;
 +	cfg->key_cache_slabs = 1;
 +	cfg->neg_cache_size = 100 * 1024;
 +	cfg->donotquery_localhost = 0; /* allow, so that you can ask a
 +		forward nameserver running on localhost */
 +	cfg->val_log_level = 2; /* to fill why_bogus with */
 +	cfg->val_log_squelch = 1;
 +	cfg->minimal_responses = 0;
 +	cfg->harden_short_bufsize = 1;
 +	return cfg;
 +}
 +
 +/** check that the value passed is >= 0 */
 +#define IS_NUMBER_OR_ZERO \
 +	if(atoi(val) == 0 && strcmp(val, "0") != 0) return 0
 +/** check that the value passed is > 0 */
 +#define IS_NONZERO_NUMBER \
 +	if(atoi(val) == 0) return 0
 +/** check that the value passed is not 0 and a power of 2 */
 +#define IS_POW2_NUMBER \
 +	if(atoi(val) == 0 || !is_pow2((size_t)atoi(val))) return 0
 +/** check that the value passed is yes or no */
 +#define IS_YES_OR_NO \
 +	if(strcmp(val, "yes") != 0 && strcmp(val, "no") != 0) return 0
 +/** put integer_or_zero into variable */
 +#define S_NUMBER_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
 +	{ IS_NUMBER_OR_ZERO; cfg->var = atoi(val); }
 +/** put integer_nonzero into variable */
 +#define S_NUMBER_NONZERO(str, var) if(strcmp(opt, str) == 0) \
 +	{ IS_NONZERO_NUMBER; cfg->var = atoi(val); }
 +/** put integer_or_zero into unsigned */
 +#define S_UNSIGNED_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
 +	{ IS_NUMBER_OR_ZERO; cfg->var = (unsigned)atoi(val); }
 +/** put integer_or_zero into size_t */
 +#define S_SIZET_OR_ZERO(str, var) if(strcmp(opt, str) == 0) \
 +	{ IS_NUMBER_OR_ZERO; cfg->var = (size_t)atoi(val); }
 +/** put integer_nonzero into size_t */
 +#define S_SIZET_NONZERO(str, var) if(strcmp(opt, str) == 0) \
 +	{ IS_NONZERO_NUMBER; cfg->var = (size_t)atoi(val); }
 +/** put yesno into variable */
 +#define S_YNO(str, var) if(strcmp(opt, str) == 0) \
 +	{ IS_YES_OR_NO; cfg->var = (strcmp(val, "yes") == 0); }
 +/** put memsize into variable */
 +#define S_MEMSIZE(str, var) if(strcmp(opt, str)==0) \
 +	{ return cfg_parse_memsize(val, &cfg->var); }
 +/** put pow2 number into variable */
 +#define S_POW2(str, var) if(strcmp(opt, str)==0) \
 +	{ IS_POW2_NUMBER; cfg->var = (size_t)atoi(val); }
 +/** put string into variable */
 +#define S_STR(str, var) if(strcmp(opt, str)==0) \
 +	{ free(cfg->var); return (cfg->var = strdup(val)) != NULL; }
 +/** put string into strlist */
 +#define S_STRLIST(str, var) if(strcmp(opt, str)==0) \
 +	{ return cfg_strlist_insert(&cfg->var, strdup(val)); }
 +/** put string into strlist if not present yet*/
 +#define S_STRLIST_UNIQ(str, var) if(strcmp(opt, str)==0) \
 +	{ if(cfg_strlist_find(cfg->var, val)) { return 0;} \
 +	  return cfg_strlist_insert(&cfg->var, strdup(val)); }
 +/** append string to strlist */
 +#define S_STRLIST_APPEND(str, var) if(strcmp(opt, str)==0) \
 +	{ return cfg_strlist_append(&cfg->var, strdup(val)); }
 +
 +int config_set_option(struct config_file* cfg, const char* opt,
 +	const char* val)
 +{
 +	char buf[64];
 +	if(!opt) return 0;
 +	if(opt[strlen(opt)-1] != ':' && strlen(opt)+2<sizeof(buf)) {
 +		snprintf(buf, sizeof(buf), "%s:", opt);
 +		opt = buf;
 +	}
 +	S_NUMBER_OR_ZERO("verbosity:", verbosity)
 +	else if(strcmp(opt, "statistics-interval:") == 0) {
 +		if(strcmp(val, "0") == 0 || strcmp(val, "") == 0)
 +			cfg->stat_interval = 0;
 +		else if(atoi(val) == 0)
 +			return 0;
 +		else cfg->stat_interval = atoi(val);
- 	} else if(strcmp(opt, "num_threads:") == 0) {
++	} else if(strcmp(opt, "num-threads:") == 0) {
 +		/* not supported, library must have 1 thread in bgworker */
 +		return 0;
 +	} else if(strcmp(opt, "outgoing-port-permit:") == 0) {
 +		return cfg_mark_ports(val, 1, 
 +			cfg->outgoing_avail_ports, 65536);
 +	} else if(strcmp(opt, "outgoing-port-avoid:") == 0) {
 +		return cfg_mark_ports(val, 0, 
 +			cfg->outgoing_avail_ports, 65536);
 +	} else if(strcmp(opt, "local-zone:") == 0) {
 +		return cfg_parse_local_zone(cfg, val);
 +	} else if(strcmp(opt, "val-override-date:") == 0) {
 +		if(strcmp(val, "") == 0 || strcmp(val, "0") == 0) {
 +			cfg->val_date_override = 0;
 +		} else if(strlen(val) == 14) {
 +			cfg->val_date_override = cfg_convert_timeval(val);
 +			return cfg->val_date_override != 0;
 +		} else {
 +			if(atoi(val) == 0) return 0;
 +			cfg->val_date_override = (uint32_t)atoi(val);
 +		}
 +	} else if(strcmp(opt, "local-data-ptr:") == 0) { 
 +		char* ptr = cfg_ptr_reverse((char*)opt);
 +		return cfg_strlist_insert(&cfg->local_data, ptr);
 +	} else if(strcmp(opt, "logfile:") == 0) {
 +		cfg->use_syslog = 0;
 +		free(cfg->logfile);
 +		return (cfg->logfile = strdup(val)) != NULL;
 +	}
 +	else if(strcmp(opt, "log-time-ascii:") == 0)
 +	{ IS_YES_OR_NO; cfg->log_time_ascii = (strcmp(val, "yes") == 0);
 +	  log_set_time_asc(cfg->log_time_ascii); }
 +	else S_SIZET_NONZERO("max-udp-size:", max_udp_size)
 +	else S_YNO("use-syslog:", use_syslog)
 +	else S_STR("log-identity:", log_identity)
 +	else S_YNO("extended-statistics:", stat_extended)
 +	else S_YNO("statistics-cumulative:", stat_cumulative)
 +	else S_YNO("shm-enable:", shm_enable)
 +	else S_NUMBER_OR_ZERO("shm-key:", shm_key)
 +	else S_YNO("do-ip4:", do_ip4)
 +	else S_YNO("do-ip6:", do_ip6)
 +	else S_YNO("do-udp:", do_udp)
 +	else S_YNO("do-tcp:", do_tcp)
 +	else S_YNO("prefer-ip4:", prefer_ip4)
 +	else S_YNO("prefer-ip6:", prefer_ip6)
 +	else S_YNO("tcp-upstream:", tcp_upstream)
 +	else S_YNO("udp-upstream-without-downstream:",
 +		udp_upstream_without_downstream)
 +	else S_NUMBER_NONZERO("tcp-mss:", tcp_mss)
 +	else S_NUMBER_NONZERO("outgoing-tcp-mss:", outgoing_tcp_mss)
 +	else S_NUMBER_NONZERO("tcp-auth-query-timeout:", tcp_auth_query_timeout)
 +	else S_NUMBER_NONZERO("tcp-idle-timeout:", tcp_idle_timeout)
 +	else S_NUMBER_NONZERO("max-reuse-tcp-queries:", max_reuse_tcp_queries)
 +	else S_NUMBER_NONZERO("tcp-reuse-timeout:", tcp_reuse_timeout)
 +	else S_YNO("edns-tcp-keepalive:", do_tcp_keepalive)
 +	else S_NUMBER_NONZERO("edns-tcp-keepalive-timeout:", tcp_keepalive_timeout)
 +	else S_YNO("ssl-upstream:", ssl_upstream)
 +	else S_YNO("tls-upstream:", ssl_upstream)
 +	else S_STR("ssl-service-key:", ssl_service_key)
 +	else S_STR("tls-service-key:", ssl_service_key)
 +	else S_STR("ssl-service-pem:", ssl_service_pem)
 +	else S_STR("tls-service-pem:", ssl_service_pem)
 +	else S_NUMBER_NONZERO("ssl-port:", ssl_port)
 +	else S_NUMBER_NONZERO("tls-port:", ssl_port)
 +	else S_STR("ssl-cert-bundle:", tls_cert_bundle)
 +	else S_STR("tls-cert-bundle:", tls_cert_bundle)
 +	else S_YNO("tls-win-cert:", tls_win_cert)
++	else S_YNO("tls-system-cert:", tls_win_cert)
 +	else S_STRLIST("additional-ssl-port:", tls_additional_port)
 +	else S_STRLIST("additional-tls-port:", tls_additional_port)
 +	else S_STRLIST("tls-additional-ports:", tls_additional_port)
 +	else S_STRLIST("tls-additional-port:", tls_additional_port)
 +	else S_STRLIST_APPEND("tls-session-ticket-keys:", tls_session_ticket_keys)
 +	else S_STR("tls-ciphers:", tls_ciphers)
 +	else S_STR("tls-ciphersuites:", tls_ciphersuites)
 +	else S_YNO("tls-use-sni:", tls_use_sni)
 +	else S_NUMBER_NONZERO("https-port:", https_port)
 +	else S_STR("http-endpoint:", http_endpoint)
 +	else S_NUMBER_NONZERO("http-max-streams:", http_max_streams)
 +	else S_MEMSIZE("http-query-buffer-size:", http_query_buffer_size)
 +	else S_MEMSIZE("http-response-buffer-size:", http_response_buffer_size)
 +	else S_YNO("http-nodelay:", http_nodelay)
 +	else S_YNO("http-notls-downstream:", http_notls_downstream)
 +	else S_YNO("interface-automatic:", if_automatic)
++	else S_STR("interface-automatic-ports:", if_automatic_ports)
 +	else S_YNO("use-systemd:", use_systemd)
 +	else S_YNO("do-daemonize:", do_daemonize)
 +	else S_NUMBER_NONZERO("port:", port)
 +	else S_NUMBER_NONZERO("outgoing-range:", outgoing_num_ports)
 +	else S_SIZET_OR_ZERO("outgoing-num-tcp:", outgoing_num_tcp)
 +	else S_SIZET_OR_ZERO("incoming-num-tcp:", incoming_num_tcp)
 +	else S_MEMSIZE("stream-wait-size:", stream_wait_size)
 +	else S_SIZET_NONZERO("edns-buffer-size:", edns_buffer_size)
 +	else S_SIZET_NONZERO("msg-buffer-size:", msg_buffer_size)
 +	else S_MEMSIZE("msg-cache-size:", msg_cache_size)
 +	else S_POW2("msg-cache-slabs:", msg_cache_slabs)
 +	else S_SIZET_NONZERO("num-queries-per-thread:",num_queries_per_thread)
 +	else S_SIZET_OR_ZERO("jostle-timeout:", jostle_time)
 +	else S_MEMSIZE("so-rcvbuf:", so_rcvbuf)
 +	else S_MEMSIZE("so-sndbuf:", so_sndbuf)
 +	else S_YNO("so-reuseport:", so_reuseport)
 +	else S_YNO("ip-transparent:", ip_transparent)
 +	else S_YNO("ip-freebind:", ip_freebind)
 +	else S_NUMBER_OR_ZERO("ip-dscp:", ip_dscp)
 +	else S_MEMSIZE("rrset-cache-size:", rrset_cache_size)
 +	else S_POW2("rrset-cache-slabs:", rrset_cache_slabs)
 +	else S_YNO("prefetch:", prefetch)
 +	else S_YNO("prefetch-key:", prefetch_key)
 +	else S_YNO("deny-any:", deny_any)
 +	else if(strcmp(opt, "cache-max-ttl:") == 0)
 +	{ IS_NUMBER_OR_ZERO; cfg->max_ttl = atoi(val); MAX_TTL=(time_t)cfg->max_ttl;}
 +	else if(strcmp(opt, "cache-max-negative-ttl:") == 0)
 +	{ IS_NUMBER_OR_ZERO; cfg->max_negative_ttl = atoi(val); MAX_NEG_TTL=(time_t)cfg->max_negative_ttl;}
 +	else if(strcmp(opt, "cache-min-ttl:") == 0)
 +	{ IS_NUMBER_OR_ZERO; cfg->min_ttl = atoi(val); MIN_TTL=(time_t)cfg->min_ttl;}
 +	else if(strcmp(opt, "infra-cache-min-rtt:") == 0) {
 +	    IS_NUMBER_OR_ZERO; cfg->infra_cache_min_rtt = atoi(val);
 +	    RTT_MIN_TIMEOUT=cfg->infra_cache_min_rtt;
 +	}
 +	else S_YNO("infra-keep-probing:", infra_keep_probing)
 +	else S_NUMBER_OR_ZERO("infra-host-ttl:", host_ttl)
 +	else S_POW2("infra-cache-slabs:", infra_cache_slabs)
 +	else S_SIZET_NONZERO("infra-cache-numhosts:", infra_cache_numhosts)
 +	else S_NUMBER_OR_ZERO("delay-close:", delay_close)
 +	else S_YNO("udp-connect:", udp_connect)
 +	else S_STR("chroot:", chrootdir)
 +	else S_STR("username:", username)
 +	else S_STR("directory:", directory)
 +	else S_STR("pidfile:", pidfile)
 +	else S_YNO("hide-identity:", hide_identity)
 +	else S_YNO("hide-version:", hide_version)
 +	else S_YNO("hide-trustanchor:", hide_trustanchor)
 +	else S_YNO("hide-http-user-agent:", hide_http_user_agent)
 +	else S_STR("identity:", identity)
 +	else S_STR("version:", version)
 +	else S_STR("http-user-agent:", http_user_agent)
 +	else if(strcmp(opt, "nsid:") == 0) {
 +		free(cfg->nsid_cfg_str);
 +		if (!(cfg->nsid_cfg_str = strdup(val)))
 +			return 0;
 +		/* Empty string is just validly unsetting nsid */
 +		if (*val == 0) {
 +			free(cfg->nsid);
 +			cfg->nsid = NULL;
 +			cfg->nsid_len = 0;
 +			return 1;
 +		}
 +		cfg->nsid = cfg_parse_nsid(val, &cfg->nsid_len);
 +		return cfg->nsid != NULL;
 +	}
 +	else S_STRLIST("root-hints:", root_hints)
 +	else S_STR("target-fetch-policy:", target_fetch_policy)
 +	else S_YNO("harden-glue:", harden_glue)
 +	else S_YNO("harden-short-bufsize:", harden_short_bufsize)
 +	else S_YNO("harden-large-queries:", harden_large_queries)
 +	else S_YNO("harden-dnssec-stripped:", harden_dnssec_stripped)
 +	else S_YNO("harden-below-nxdomain:", harden_below_nxdomain)
 +	else S_YNO("harden-referral-path:", harden_referral_path)
 +	else S_YNO("harden-algo-downgrade:", harden_algo_downgrade)
 +	else S_YNO("use-caps-for-id:", use_caps_bits_for_id)
 +	else S_STRLIST("caps-whitelist:", caps_whitelist)
 +	else S_SIZET_OR_ZERO("unwanted-reply-threshold:", unwanted_threshold)
 +	else S_STRLIST("private-address:", private_address)
 +	else S_STRLIST("private-domain:", private_domain)
 +	else S_YNO("do-not-query-localhost:", donotquery_localhost)
 +	else S_STRLIST("do-not-query-address:", donotqueryaddrs)
 +	else S_STRLIST("auto-trust-anchor-file:", auto_trust_anchor_file_list)
 +	else S_STRLIST("trust-anchor-file:", trust_anchor_file_list)
 +	else S_STRLIST("trust-anchor:", trust_anchor_list)
 +	else S_STRLIST("trusted-keys-file:", trusted_keys_file_list)
 +	else S_YNO("trust-anchor-signaling:", trust_anchor_signaling)
 +	else S_YNO("root-key-sentinel:", root_key_sentinel)
 +	else S_STRLIST("domain-insecure:", domain_insecure)
 +	else S_NUMBER_OR_ZERO("val-bogus-ttl:", bogus_ttl)
 +	else S_YNO("val-clean-additional:", val_clean_additional)
 +	else S_NUMBER_OR_ZERO("val-log-level:", val_log_level)
 +	else S_YNO("val-log-squelch:", val_log_squelch)
 +	else S_YNO("log-queries:", log_queries)
 +	else S_YNO("log-replies:", log_replies)
 +	else S_YNO("log-tag-queryreply:", log_tag_queryreply)
 +	else S_YNO("log-local-actions:", log_local_actions)
 +	else S_YNO("log-servfail:", log_servfail)
 +	else S_YNO("val-permissive-mode:", val_permissive_mode)
 +	else S_YNO("aggressive-nsec:", aggressive_nsec)
 +	else S_YNO("ignore-cd-flag:", ignore_cd)
 +	else if(strcmp(opt, "serve-expired:") == 0)
 +	{ IS_YES_OR_NO; cfg->serve_expired = (strcmp(val, "yes") == 0);
 +	  SERVE_EXPIRED = cfg->serve_expired; }
 +	else if(strcmp(opt, "serve-expired-ttl:") == 0)
 +	{ IS_NUMBER_OR_ZERO; cfg->serve_expired_ttl = atoi(val); SERVE_EXPIRED_TTL=(time_t)cfg->serve_expired_ttl;}
 +	else S_YNO("serve-expired-ttl-reset:", serve_expired_ttl_reset)
 +	else if(strcmp(opt, "serve-expired-reply-ttl:") == 0)
 +	{ IS_NUMBER_OR_ZERO; cfg->serve_expired_reply_ttl = atoi(val); SERVE_EXPIRED_REPLY_TTL=(time_t)cfg->serve_expired_reply_ttl;}
 +	else S_NUMBER_OR_ZERO("serve-expired-client-timeout:", serve_expired_client_timeout)
++	else S_YNO("ede:", ede)	
++	else S_YNO("ede-serve-expired:", ede_serve_expired)
 +	else S_YNO("serve-original-ttl:", serve_original_ttl)
 +	else S_STR("val-nsec3-keysize-iterations:", val_nsec3_key_iterations)
 +	else S_YNO("zonemd-permissive-mode:", zonemd_permissive_mode)
 +	else S_UNSIGNED_OR_ZERO("add-holddown:", add_holddown)
 +	else S_UNSIGNED_OR_ZERO("del-holddown:", del_holddown)
 +	else S_UNSIGNED_OR_ZERO("keep-missing:", keep_missing)
 +	else if(strcmp(opt, "permit-small-holddown:") == 0)
 +	{ IS_YES_OR_NO; cfg->permit_small_holddown = (strcmp(val, "yes") == 0);
 +	  autr_permit_small_holddown = cfg->permit_small_holddown; }
 +	else S_MEMSIZE("key-cache-size:", key_cache_size)
 +	else S_POW2("key-cache-slabs:", key_cache_slabs)
 +	else S_MEMSIZE("neg-cache-size:", neg_cache_size)
 +	else S_YNO("minimal-responses:", minimal_responses)
 +	else S_YNO("rrset-roundrobin:", rrset_roundrobin)
 +	else S_NUMBER_OR_ZERO("unknown-server-time-limit:", unknown_server_time_limit)
 +	else S_STRLIST("local-data:", local_data)
 +	else S_YNO("unblock-lan-zones:", unblock_lan_zones)
 +	else S_YNO("insecure-lan-zones:", insecure_lan_zones)
 +	else S_YNO("control-enable:", remote_control_enable)
 +	else S_STRLIST_APPEND("control-interface:", control_ifs)
 +	else S_NUMBER_NONZERO("control-port:", control_port)
 +	else S_STR("server-key-file:", server_key_file)
 +	else S_STR("server-cert-file:", server_cert_file)
 +	else S_STR("control-key-file:", control_key_file)
 +	else S_STR("control-cert-file:", control_cert_file)
 +	else S_STR("module-config:", module_conf)
 +	else S_STRLIST("python-script:", python_script)
 +	else S_STRLIST("dynlib-file:", dynlib_file)
 +	else S_YNO("disable-dnssec-lame-check:", disable_dnssec_lame_check)
 +#ifdef CLIENT_SUBNET
 +	/* Can't set max subnet prefix here, since that value is used when
 +	 * generating the address tree. */
 +	/* No client-subnet-always-forward here, module registration depends on
 +	 * this option. */
 +#endif
 +#ifdef USE_DNSTAP
 +	else S_YNO("dnstap-enable:", dnstap)
 +	else S_YNO("dnstap-bidirectional:", dnstap_bidirectional)
 +	else S_STR("dnstap-socket-path:", dnstap_socket_path)
 +	else S_STR("dnstap-ip:", dnstap_ip)
 +	else S_YNO("dnstap-tls:", dnstap_tls)
 +	else S_STR("dnstap-tls-server-name:", dnstap_tls_server_name)
 +	else S_STR("dnstap-tls-cert-bundle:", dnstap_tls_cert_bundle)
 +	else S_STR("dnstap-tls-client-key-file:", dnstap_tls_client_key_file)
 +	else S_STR("dnstap-tls-client-cert-file:",
 +		dnstap_tls_client_cert_file)
 +	else S_YNO("dnstap-send-identity:", dnstap_send_identity)
*** 1997 LINES SKIPPED ***