aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-resolver.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-resolver.1')
-rw-r--r--doc/man/gnunet-resolver.115
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/man/gnunet-resolver.1 b/doc/man/gnunet-resolver.1
index 0666f65df..0c314bc66 100644
--- a/doc/man/gnunet-resolver.1
+++ b/doc/man/gnunet-resolver.1
@@ -1,15 +1,15 @@
1.TH GNUNET\-RESOLVER 1 "Jan 4, 2012" "GNUnet" 1.TH GNUNET\-RESOLVER 1 "Jan 4, 2012" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-resolver \- perform DNS resolution using GNUnet resolver service 4gnunet\-resolver \- build-in GNUnet stub resolver
5 5
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-resolver 7.B gnunet\-resolver
8.RI [ options ] HOSTNAME 8.RI [ options ] [ hostname ]
9.br 9.br
10 10
11.SH DESCRIPTION 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. 12\fBgnunet\-resolver\fP uses build-in GNUnet stub resolver.
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
@@ -22,15 +22,14 @@ Print short help on options.
22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
24.B 24.B
25.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
26Configure logging to write logs to LOGFILE.
27.B
25.IP "\-r, \-\-reverse" 28.IP "\-r, \-\-reverse"
26Perform a reverse lookup. 29Perform a reverse lookup.
27.B 30.B
28.IP "\-v, \-\-version" 31.IP "\-v, \-\-version"
29Print GNUnet version number. 32Print GNUnet version number.
30 33
31
32.SH BUGS 34.SH BUGS
33Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org> 35Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
34
35.SH SEE ALSO
36gnunet\-transport(1), nslookup(1)