Deleted Added
full compact
unbound-control.8.in (249140) unbound-control.8.in (249141)
1.TH "unbound-control" "8" "May 24, 2012" "NLnet Labs" "unbound 1.4.17"
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.\"
10.SH "NAME"
11.LP
12.B unbound\-control,
13.B unbound\-control\-setup
14\- Unbound remote server control utility.
15.SH "SYNOPSIS"
16.B unbound\-control
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.\"
10.SH "NAME"
11.LP
12.B unbound\-control,
13.B unbound\-control\-setup
14\- Unbound remote server control utility.
15.SH "SYNOPSIS"
16.B unbound\-control
17.RB [ \-h ]
17.RB [ \-hq ]
18.RB [ \-c
19.IR cfgfile ]
20.RB [ \-s
21.IR server ]
22.IR command
23.SH "DESCRIPTION"
24.B Unbound\-control
25performs remote administration on the \fIunbound\fR(8) DNS server.

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

33.TP
34.B \-c \fIcfgfile
35The config file to read with settings. If not given the default
36config file @ub_conf_file@ is used.
37.TP
38.B \-s \fIserver[@port]
39IPv4 or IPv6 address of the server to contact. If not given, the
40address is read from the config file.
18.RB [ \-c
19.IR cfgfile ]
20.RB [ \-s
21.IR server ]
22.IR command
23.SH "DESCRIPTION"
24.B Unbound\-control
25performs remote administration on the \fIunbound\fR(8) DNS server.

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

33.TP
34.B \-c \fIcfgfile
35The config file to read with settings. If not given the default
36config file @ub_conf_file@ is used.
37.TP
38.B \-s \fIserver[@port]
39IPv4 or IPv6 address of the server to contact. If not given, the
40address is read from the config file.
41.TP
42.B \-q
43quiet, if the option is given it does not print anything if it works ok.
41.SH "COMMANDS"
42There are several commands that the server understands.
43.TP
44.B start
45Start the server. Simply execs \fIunbound\fR(8). The unbound executable
46is searched for in the \fBPATH\fR set in the environment. It is started
47with the config file specified using \fI\-c\fR or the default config file.
48.TP

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

122.B flush_type \fIname\fR \fItype
123Remove the name, type information from the cache.
124.TP
125.B flush_zone \fIname
126Remove all information at or below the name from the cache.
127The rrsets and key entries are removed so that new lookups will be performed.
128This needs to walk and inspect the entire cache, and is a slow operation.
129.TP
44.SH "COMMANDS"
45There are several commands that the server understands.
46.TP
47.B start
48Start the server. Simply execs \fIunbound\fR(8). The unbound executable
49is searched for in the \fBPATH\fR set in the environment. It is started
50with the config file specified using \fI\-c\fR or the default config file.
51.TP

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

125.B flush_type \fIname\fR \fItype
126Remove the name, type information from the cache.
127.TP
128.B flush_zone \fIname
129Remove all information at or below the name from the cache.
130The rrsets and key entries are removed so that new lookups will be performed.
131This needs to walk and inspect the entire cache, and is a slow operation.
132.TP
133.B flush_bogus
134Remove all bogus data from the cache.
135.TP
130.B flush_stats
131Reset statistics to zero.
132.TP
133.B flush_requestlist
134Drop the queries that are worked on. Stops working on the queries that the
135server is working on now. The cache is unaffected. No reply is sent for
136those queries, probably making those users request again later.
137Useful to make the server restart working on queries with new settings,

--- 313 unchanged lines hidden ---
136.B flush_stats
137Reset statistics to zero.
138.TP
139.B flush_requestlist
140Drop the queries that are worked on. Stops working on the queries that the
141server is working on now. The cache is unaffected. No reply is sent for
142those queries, probably making those users request again later.
143Useful to make the server restart working on queries with new settings,

--- 313 unchanged lines hidden ---