Lines Matching +full:scrubber +full:- +full:done

2  * util/config_file.h - reads and stores the config file for unbound.
126 /** private key file for dnstcp-ssl service (enabled if not NULL) */
128 /** public key file for dnstcp-ssl service */
208 /** delay close of udp-timeouted ports, if 0 no delayclose. in msec */
263 /** list of servers we send edns-client-subnet option to and
266 /** list of zones we send edns-client-subnet option for */
268 /** opcode assigned by IANA for edns0-client-subnet option */
334 /** chrootdir, if not "" or chroot will be done */
357 /** log every local-zone hit **/
372 /** do not report the User-Agent HTTP header */
378 /** User-Agent for HTTP header */
417 /** squelch val_log_level to log - this is library goes to callback */
438 /** serve EDE code 3 - Stale Answer (RFC8914) for expired entries */
500 /** list of IP-netblock, tagbitlist */
502 /** list of response-driven access control entries, linked list */
504 /** RRs configured for response-driven access controls */
515 /** if the use-cert option is set */
523 /** private key file for unbound-control */
525 /** certificate file for unbound-control */
668 /** SHM data - true if shm is enabled */
670 /** SHM data - key for the shm */
683 /** provider name 2.dnscrypt-cert.example.com */
736 /** cachedb check before serving serve-expired response */
776 /** limit on NS RRs in RRset for the iterator scrubber. */
778 /** limit on CNAME, DNAME RRs in answer for the iterator scrubber. */
809 /** if stub-prime is set */
811 /** if forward-first is set (failover to without if fails) */
833 /** list of allow-notify */
844 /** this zone is used to create local-zone policies */
959 * @param filename: name of configfile. If NULL nothing is done.
1191 /** check if config for remote control turns on IP-address interface
1205 * num ::= [-](0-9)+
1247 * @return: 0..(num_tags-1) with tag ID, or -1 if tagname is not found.
1284 * Parse local-zone directive into two strings and register it in the config.
1286 * @param val: argument strings to local-zone, "example.com nodefault".
1292 * Mark "number" or "low-high" as available or not in ports array.
1338 * Convert a ptr shorthand into a full reverse-notation PTR record.
1340 * @return: malloced string "reversed-ip-name PTR name"