added many comments
[oweals/gnunet.git] / doc / man / gnunet-resolver.1
1 .TH GNUNET\-RESOLVER 1 "Jan 4, 2012" "GNUnet"
2
3 .SH NAME
4 gnunet\-resolver \- perform DNS resolution using GNUnet resolver service
5
6 .SH SYNOPSIS
7 .B gnunet\-resolver
8 .RI [ options ] HOSTNAME
9 .br
10
11 .SH DESCRIPTION
12 \fBgnunet\-resolver\fP can be used to lookup the IP address(es) for a hostname or the hostname for an IP address.  gnunet\-resolver uses the GNUnet service infrastructure to do this, but otherwise does nothing special.
13
14 .SH OPTIONS
15 .B
16 .IP "\-c FILENAME,  \-\-config=FILENAME"
17 Use the configuration file FILENAME.
18 .B
19 .IP "\-h, \-\-help"
20 Print short help on options.
21 .B
22 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
24 .B
25 .IP "\-r, \-\-reverse"
26 Perform a reverse lookup.
27 .B
28 .IP "\-v, \-\-version"
29 Print GNUnet version number.
30
31
32 .SH BUGS
33 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org>
34
35 .SH SEE ALSO
36 gnunet\-transport(1), nslookup(1)