Deleted Added
full compact
unbound-control.8 (256281) unbound-control.8 (269257)
1.TH "unbound-control" "8" "Mar 21, 2013" "NLnet Labs" "unbound 1.4.20"
1.TH "unbound-control" "8" "Mar 12, 2014" "NLnet Labs" "unbound 1.4.22"
2.\"
3.\" unbound-control.8 -- unbound remote control manual
4.\"
5.\" Copyright (c) 2008, NLnet Labs. All rights reserved.
6.\"
7.\" See LICENSE for the license.
8.\"
9.\"

--- 155 unchanged lines hidden (view full) ---

165in libunbound, where all values work because unbound has not been inited.
166.IP
167The values that work are: statistics\-interval, statistics\-cumulative,
168do\-not\-query\-localhost, harden\-short\-bufsize, harden\-large\-queries,
169harden\-glue, harden\-dnssec\-stripped, harden\-below\-nxdomain,
170harden\-referral\-path, prefetch, prefetch\-key, log\-queries,
171hide\-identity, hide\-version, identity, version, val\-log\-level,
172val\-log\-squelch, ignore\-cd\-flag, add\-holddown, del\-holddown,
2.\"
3.\" unbound-control.8 -- unbound remote control manual
4.\"
5.\" Copyright (c) 2008, NLnet Labs. All rights reserved.
6.\"
7.\" See LICENSE for the license.
8.\"
9.\"

--- 155 unchanged lines hidden (view full) ---

165in libunbound, where all values work because unbound has not been inited.
166.IP
167The values that work are: statistics\-interval, statistics\-cumulative,
168do\-not\-query\-localhost, harden\-short\-bufsize, harden\-large\-queries,
169harden\-glue, harden\-dnssec\-stripped, harden\-below\-nxdomain,
170harden\-referral\-path, prefetch, prefetch\-key, log\-queries,
171hide\-identity, hide\-version, identity, version, val\-log\-level,
172val\-log\-squelch, ignore\-cd\-flag, add\-holddown, del\-holddown,
173keep\-missing, tcp\-upstream, ssl\-upstream.
173keep\-missing, tcp\-upstream, ssl\-upstream, max\-udp\-size.
174.TP
175.B get_option \fIopt
176Get the value of the option. Give the option name without a trailing ':'.
177The value is printed. If the value is "", nothing is printed
178and the connection closes. On error 'error ...' is printed (it gives
179a syntax error on unknown option). For some options a list of values,
180one on each line, is printed. The options are shown from the config file
181as modified with set_option. For some options an override may have been

--- 9 unchanged lines hidden (view full) ---

191List the forward zones in use. These are printed zone by zone to the output.
192.TP
193.B list_local_zones
194List the local zones in use. These are printed one per line with zone type.
195.TP
196.B list_local_data
197List the local data RRs in use. The resource records are printed.
198.TP
174.TP
175.B get_option \fIopt
176Get the value of the option. Give the option name without a trailing ':'.
177The value is printed. If the value is "", nothing is printed
178and the connection closes. On error 'error ...' is printed (it gives
179a syntax error on unknown option). For some options a list of values,
180one on each line, is printed. The options are shown from the config file
181as modified with set_option. For some options an override may have been

--- 9 unchanged lines hidden (view full) ---

191List the forward zones in use. These are printed zone by zone to the output.
192.TP
193.B list_local_zones
194List the local zones in use. These are printed one per line with zone type.
195.TP
196.B list_local_data
197List the local data RRs in use. The resource records are printed.
198.TP
199.B insecure_add \fIzone
200Add a \fBdomain\-insecure\fR for the given zone, like the statement in unbound.conf.
201Adds to the running unbound without affecting the cache contents (which may
202still be bogus, use \fBflush_zone\fR to remove it), does not affect the config file.
203.TP
204.B insecure_remove \fIzone
205Removes domain\-insecure for the given zone.
206.TP
199.B forward_add \fR[\fI+i\fR] \fIzone addr ...
200Add a new forward zone to running unbound. With +i option also adds a
201\fIdomain\-insecure\fR for the zone (so it can resolve insecurely if you have
202a DNSSEC root trust anchor configured for other names).
203The addr can be IP4, IP6 or nameserver names, like \fIforward-zone\fR config
204in unbound.conf.
205.TP
206.B forward_remove \fR[\fI+i\fR] \fIzone

--- 250 unchanged lines hidden ---
207.B forward_add \fR[\fI+i\fR] \fIzone addr ...
208Add a new forward zone to running unbound. With +i option also adds a
209\fIdomain\-insecure\fR for the zone (so it can resolve insecurely if you have
210a DNSSEC root trust anchor configured for other names).
211The addr can be IP4, IP6 or nameserver names, like \fIforward-zone\fR config
212in unbound.conf.
213.TP
214.B forward_remove \fR[\fI+i\fR] \fIzone

--- 250 unchanged lines hidden ---