Deleted Added
sdiff udiff text old ( 256281 ) new ( 269257 )
full compact
1.TH "unbound-control" "8" "Mar 21, 2013" "NLnet Labs" "unbound 1.4.20"
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.
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 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 ---