Lines Matching +full:over +full:- +full:current

1 .TH "unbound-control" "8" "Feb 10, 2022" "NLnet Labs" "unbound 1.15.0"
3 .\" unbound-control.8 -- unbound remote control manual
11 .B unbound\-control,
12 .B unbound\-control\-setup
13 \- Unbound remote server control utility.
15 .B unbound\-control
16 .RB [ \-hq ]
17 .RB [ \-c
19 .RB [ \-s
23 .B Unbound\-control
25 It reads the configuration file, contacts the Unbound server over SSL
30 .B \-h
33 .B \-c \fIcfgfile
37 .B \-s \fIserver[@port]
41 .B \-q
49 with the config file specified using \fI\-c\fR or the default config file.
69 controlled using the \fBstatistics\-cumulative\fR config statement.
81 Add new local zone with name and type. Like \fBlocal\-zone\fR config statement.
89 Add new local data, the given resource record. Like \fBlocal\-data\fR
102 Add local zones read from stdin of unbound\-control. Input is read per line,
106 Remove local zones read from stdin of unbound\-control. Input is one name per
110 Add local data RRs read from stdin of unbound\-control. Input is one RR per
114 Remove local data RRs read from stdin of unbound\-control. Input is one name per
147 with serve\-expired enabled, it'll serve that information but schedule a
157 iterator last-resort lookup failures from the rrset cache.
192 The values that work are: statistics\-interval, statistics\-cumulative,
193 do\-not\-query\-localhost, harden\-short\-bufsize, harden\-large\-queries,
194 harden\-glue, harden\-dnssec\-stripped, harden\-below\-nxdomain,
195 harden\-referral\-path, prefetch, prefetch\-key, log\-queries,
196 hide\-identity, hide\-version, identity, version, val\-log\-level,
197 val\-log\-squelch, ignore\-cd\-flag, add\-holddown, del\-holddown,
198 keep\-missing, tcp\-upstream, ssl\-upstream, max\-udp\-size, ratelimit,
199 ip\-ratelimit, cache\-max\-ttl, cache\-min\-ttl, cache\-max\-negative\-ttl.
220 List the zones with domain\-insecure.
229 Add a \fBdomain\-insecure\fR for the given zone, like the statement in unbound.conf.
234 Removes domain\-insecure for the given zone.
238 \fIdomain\-insecure\fR for the zone (so it can resolve insecurely if you have
240 The addr can be IP4, IP6 or nameserver names, like \fIforward-zone\fR config
245 \fIdomain\-insecure\fR for the zone.
249 \fIdomain\-insecure\fR for the zone. With +p the stub zone is set to prime,
251 names, like the \fIstub-zone\fR config in unbound.conf.
255 \fIdomain\-insecure\fR for the zone.
260 the current config. You could pass the nameservers after a DHCP update.
262 Without arguments the current list of addresses used to forward all queries
263 to is printed. On startup this is from the forward\-zone "." configuration.
267 are used. This can be used to avoid to avoid buggy or non\-DNSSEC supporting
279 List the domains that are ratelimited. Printed one per line with current
286 List the ip addresses that are ratelimited. Printed one per line with current
293 status, indicating if the zone is expired and current serial number.
297 the current contents of the zone in memory. This changes the auth zone
299 you set Unbound to validate with for-upstream yes and that can be cleared
337 The unbound\-control program exits with status code 1 on error, 0 on success.
339 The setup requires a self\-signed certificate and private keys for both
340 the server and client. The script \fIunbound\-control\-setup\fR generates
341 these in the default run directory, or with \-d in another directory.
343 who can use unbound\-control, by default owner and group but not all users.
347 sudo \-u unbound unbound\-control\-setup
353 After running the script as root, turn on \fBcontrol\-enable\fR in
408 .I threadX.requestlist.current.all
409 Current size of the request list, includes internally generated queries (such
412 .I threadX.requestlist.current.user
413 Current size of the request list, only the requests from client queries.
427 the time of the request. This helps you spot if the incoming\-num\-tcp
431 summed over threads.
434 summed over threads.
437 summed over threads.
440 summed over threads.
443 summed over threads.
446 summed over threads.
449 summed over threads.
452 summed over threads.
455 summed over threads.
458 summed over threads.
461 averaged over threads.
467 summed over threads.
470 summed over threads.
472 .I total.requestlist.current.all
473 summed over threads.
476 averaged over threads.
479 summed over threads.
482 current time in seconds since 1970.
523 Shows a histogram, summed over all threads. Every element counts the
529 The total number of queries over all threads with query type A.
534 Number of queries with query types 256\-65535.
537 The total number of queries over all threads with query class IN (internet).
540 num.query.class.other is printed for classes 256\-65535.
543 The total number of queries over all threads with query opcode QUERY.
558 Number of TLS session resumptions, these are queries over TLS towards
658 The number of queries answered from auth\-zone data, upstream queries.
663 The number of queries for downstream answered from auth\-zone data.
687 Possible actions are: nxdomain, nodata, passthru, drop, tcp\-only, local\-data,
688 disabled, and cname\-override.
696 self\-signed certificates (unbound_server.pem and unbound_control.pem).