-fix #3211
[oweals/gnunet.git] / doc / man / gnunet-gns.1
1 .TH GNUNET\-GNS 1 "Aug 23, 2013" "GNUnet"
2
3 .SH NAME
4 gnunet\-gns \- Access to GNUnet Name Service
5
6 .SH SYNOPSIS
7 .B gnunet\-gns
8 .RI [ options ]
9 .br
10
11 .SH DESCRIPTION
12 \fBgnunet\-gns\fP can be used to lookup and process GNUnet Name Service names.
13
14 .SH OPTIONS
15 .B
16 .IP "\-c FILENAME,  \-\-config=FILENAME"
17 Use the configuration file FILENAME.
18 .B
19 .IP "\-r, \-\-raw"
20 No unneeded output.
21 This is a quiet mode where only important information is displayed.
22 For example a lookup for an IP address will only yield the IP address, no
23 descriptive text.
24 .B
25 .IP "\-t TYPE, \-\-type=TYPE"
26 Resource Record Type (TYPE) to look for.
27 Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT
28
29 Defaults to "A".
30 .B
31 .IP "\-h, \-\-help"
32 Print short help on options.
33 .B
34 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
35 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
36 .B
37 .IP "\-u NAME, \-\-lookup=NAME"
38 Name to lookup.
39 Resolve the specified name using the GNUnet Name System.
40 .B
41 .IP "\-p PKEY, \-\-public-key=PKEY"
42 Public key of the zone to perform the lookup in.  This option should be used if the lookup is to be performed against a zone not controlled by this peer (alternatively, you could pass a ".zkey" for the name).
43 .B
44 .IP "\-z NAME, \-\-zone=NAME"
45 Name of the ego of the zone to lookup the record in.  The public key associated with the ego will be used for the zone.
46 .B
47 .IP "\-v, \-\-version"
48 Print GNUnet version number.
49 .B
50
51
52 .SH BUGS
53 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
54
55
56 .SH "SEE ALSO"
57 \fBgnunet\-namestore\fP(1), \fBgnunet\-identity\fP(1)