Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Drpz.h264 void rpz_enable(struct rpz* r);
H A Drpz.c2781 void rpz_enable(struct rpz* r) in rpz_enable() function
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch106 + if(daemon->cfg->rpz_enable) {
3196 + int rpz_enable;
3250 +content_rpz: rpz_enable | rpz_zone | rpz_option
3252 +rpz_enable: VAR_RPZ_ENABLE STRING_ARG
3254 + OUTYY(("P(rpz_enable:%s)\n", $2));
3257 + else cfg_parser->cfg->rpz_enable = (strcmp($2, "yes")==0);
/freebsd/contrib/unbound/daemon/
H A Dremote.c3189 rpz_enable(z->rpz); in do_rpz_enable_disable()
/freebsd/contrib/unbound/doc/
H A DChangelog1522 - Fix #678: [FR] modify behaviour of unbound-control rpz_enable zone,
2404 - Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands