Home
last modified time | relevance | path

Searched refs:donotquery_localhost (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/unbound/iterator/
H A Diter_donotq.c129 if(cfg->donotquery_localhost) { in donotq_apply_cfg()
/freebsd-12.1/contrib/unbound/util/
H A Dconfig_file.h236 int donotquery_localhost; member
H A Dconfig_file.c179 cfg->donotquery_localhost = 1; in config_create()
370 cfg->donotquery_localhost = 0; /* allow, so that you can ask a in config_create_forlib()
568 else S_YNO("do-not-query-localhost:", donotquery_localhost) in config_set_option()
980 else O_YNO(opt, "do-not-query-localhost", donotquery_localhost) in config_get_option()
H A Dconfigparser.y1583 else cfg_parser->cfg->donotquery_localhost =
/freebsd-12.1/contrib/unbound/smallapp/
H A Dunbound-checkconf.c163 if(cfg->donotquery_localhost) { in donotquerylocalhostcheck()