mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-01 04:19:36 -05:00
- Fix #192: In the unbound-checkconf tool, the module config of
dns64 subnetcache respip validator iterator is whitelisted, it was reported it seems to work.
This commit is contained in:
parent
59fe188954
commit
e4268663e6
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
16 March 2020: Wouter
|
||||
- Fix #192: In the unbound-checkconf tool, the module config of
|
||||
dns64 subnetcache respip validator iterator is whitelisted, it was
|
||||
reported it seems to work.
|
||||
|
||||
12 March 2020: Wouter
|
||||
- Fix compile of test tools without protobuf.
|
||||
|
||||
|
|
|
|||
|
|
@ -600,6 +600,8 @@ morechecks(struct config_file* cfg)
|
|||
&& strcmp(cfg->module_conf, "respip subnetcache validator iterator") != 0
|
||||
&& strcmp(cfg->module_conf, "dns64 subnetcache iterator") != 0
|
||||
&& strcmp(cfg->module_conf, "dns64 subnetcache validator iterator") != 0
|
||||
&& strcmp(cfg->module_conf, "dns64 subnetcache respip iterator") != 0
|
||||
&& strcmp(cfg->module_conf, "dns64 subnetcache respip validator iterator") != 0
|
||||
#endif
|
||||
#if defined(WITH_PYTHONMODULE) && defined(CLIENT_SUBNET)
|
||||
&& strcmp(cfg->module_conf, "python subnetcache iterator") != 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue