Lines Matching +full:over +full:-
1 .TH "unbound-control" "8" "Oct 17, 2024" "NLnet Labs" "unbound 1.22.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.
75 controlled using the \fBstatistics\-cumulative\fR config statement.
87 Add new local zone with name and type. Like \fBlocal\-zone\fR config statement.
95 Add new local data, the given resource record. Like \fBlocal\-data\fR
108 Add local zones read from stdin of unbound\-control. Input is read per line,
112 Remove local zones read from stdin of unbound\-control. Input is one name per
116 Add local data RRs read from stdin of unbound\-control. Input is one RR per
120 Remove local data RRs read from stdin of unbound\-control. Input is one name per
126 Not supported in remote Unbounds in multi-process operation.
135 Not supported in remote Unbounds in multi-process operation.
160 with serve\-expired enabled, it'll serve that information but schedule a
170 iterator last-resort lookup failures from the rrset cache.
205 The values that work are: statistics\-interval, statistics\-cumulative,
206 do\-not\-query\-localhost, harden\-short\-bufsize, harden\-large\-queries,
207 harden\-glue, harden\-dnssec\-stripped, harden\-below\-nxdomain,
208 harden\-referral\-path, prefetch, prefetch\-key, log\-queries,
209 hide\-identity, hide\-version, identity, version, val\-log\-level,
210 val\-log\-squelch, ignore\-cd\-flag, add\-holddown, del\-holddown,
211 keep\-missing, tcp\-upstream, ssl\-upstream, max\-udp\-size, ratelimit,
212 ip\-ratelimit, cache\-max\-ttl, cache\-min\-ttl, cache\-max\-negative\-ttl.
233 List the zones with domain\-insecure.
242 Add a \fBdomain\-insecure\fR for the given zone, like the statement in unbound.conf.
247 Removes domain\-insecure for the given zone.
251 \fIdomain\-insecure\fR for the zone (so it can resolve insecurely if you have
253 The addr can be IP4, IP6 or nameserver names, like \fIforward-zone\fR config
255 The +t option sets it to use tls upstream, like \fIforward\-tls\-upstream\fR: yes.
259 \fIdomain\-insecure\fR for the zone.
263 \fIdomain\-insecure\fR for the zone. With +p the stub zone is set to prime,
265 names, like the \fIstub-zone\fR config in unbound.conf.
266 The +t option sets it to use tls upstream, like \fIstub\-tls\-upstream\fR: yes.
270 \fIdomain\-insecure\fR for the zone.
278 to is printed. On startup this is from the forward\-zone "." configuration.
282 are used. This can be used to avoid to avoid buggy or non\-DNSSEC supporting
315 you set Unbound to validate with for-upstream yes and that can be cleared with
376 \fBcookie\-secret\-file\fR option in the server section of the config file.
389 The unbound\-control program exits with status code 1 on error, 0 on success.
391 The setup requires a self\-signed certificate and private keys for both
392 the server and client. The script \fIunbound\-control\-setup\fR generates
393 these in the default run directory, or with \-d in another directory.
395 who can use unbound\-control, by default owner and group but not all users.
399 sudo \-u unbound unbound\-control\-setup
405 After running the script as root, turn on \fBcontrol\-enable\fR in
460 is only reported when sock-queue-timeout is enabled.
496 the time of the request. This helps you spot if the incoming\-num\-tcp
500 summed over threads.
503 summed over threads.
506 summed over threads.
509 summed over threads.
512 summed over threads.
515 summed over threads.
518 summed over threads.
521 summed over threads.
524 summed over threads.
527 summed over threads.
530 summed over threads.
533 summed over threads.
536 summed over threads.
539 summed over threads.
545 summed over threads.
548 averaged over threads.
554 summed over threads.
557 summed over threads.
560 summed over threads.
563 averaged over threads.
566 summed over threads.
614 Shows a histogram, summed over all threads. Every element counts the
620 The total number of queries over all threads with query type A.
625 Number of queries with query types 256\-65535.
628 The total number of queries over all threads with query class IN (internet).
631 num.query.class.other is printed for classes 256\-65535.
634 The total number of queries over all threads with query opcode QUERY.
653 Number of TLS session resumptions, these are queries over TLS towards
769 The number of queries answered from auth\-zone data, upstream queries.
774 The number of queries for downstream answered from auth\-zone data.
803 Possible actions are: nxdomain, nodata, passthru, drop, tcp\-only, local\-data,
804 disabled, and cname\-override.
812 self\-signed certificates (unbound_server.pem and unbound_control.pem).