dns64 subnetcache respip validator iterator is whitelisted, it was
reported it seems to work.
+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.
&& 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