adjust mantis url
[oweals/gnunet.git] / doc / man / gnunet-gns.1
1 .TH GNUNET\-GNS 1 "March 23, 2018" "GNUnet"
2 .SH NAME
3 gnunet\-gns \- Access to GNU Name System
4 .SH SYNOPSIS
5 .B gnunet\-gns
6 .RI [ options ]
7 .SH DESCRIPTION
8 \fBgnunet\-gns\fP can be used to lookup and process GNU Name Service
9 names.
10 .SH OPTIONS
11 .B
12 .IP "\-c FILENAME,  \-\-config=FILENAME"
13 Use the configuration file FILENAME.
14 .B
15 .IP "\-r, \-\-raw"
16 No unneeded output.
17 This is a quiet mode where only important information is displayed.
18 For example a lookup for an IP address will only yield the IP address,
19 no descriptive text.
20 .B
21 .IP "\-h, \-\-help"
22 Print short help on options.
23 .B
24 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
25 Use LOGLEVEL for logging.
26 Valid values are DEBUG, INFO, WARNING and ERROR.
27 .B
28 .IP "\-u NAME, \-\-lookup=NAME"
29 Name to lookup.
30 Resolve the specified name using the GNU Name System.
31 .B
32 .IP "\-t TYPE, \-\-type=TYPE"
33 Resource Record Type (TYPE) to look for.
34 Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA,
35 MX, LEHO, VPN, REV, PTR, TXT.
36 Defaults to "A".
37 .B
38 .IP "\-v, \-\-version"
39 Print GNUnet version number.
40 .SH RETURN VALUE
41 gnunet\-gns will return 0 on success, 1 on internal failures, 2 on
42 launch failures, 4 if the given name is not configured to use GNS.
43 .SH BUGS
44 Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
45 electronic mail to <gnunet\-developers@gnu.org>
46 .SH SEE ALSO
47 \fBgnunet\-namestore\fP(1), \fBgnunet\-identity\fP(1)
48 .PP
49 The full documentation for
50 .B gnunet
51 is maintained as a Texinfo manual.  If the
52 .B info
53 and
54 .B gnunet
55 programs are properly installed at your site, the command
56 .IP
57 .B info gnunet
58 .PP
59 should give you access to the complete handbook,
60 .IP
61 .B info gnunet-c-tutorial
62 .PP
63 will give you access to a tutorial for developers.
64 .PP
65 Depending on your installation, this information is also
66 available in
67 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).