aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am2
-rw-r--r--doc/man/gnunet-dns2gns.121
-rw-r--r--doc/man/gnunet-gns-fcfsd.113
-rw-r--r--doc/man/gnunet-resolver.111
4 files changed, 35 insertions, 12 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 51d915689..ca0c1cd6e 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -5,11 +5,13 @@ man_MANS = \
5 gnunet-config.1 \ 5 gnunet-config.1 \
6 gnunet-core.1 \ 6 gnunet-core.1 \
7 gnunet-directory.1 \ 7 gnunet-directory.1 \
8 gnunet-dns2gns.1 \
8 gnunet-download.1 \ 9 gnunet-download.1 \
9 gnunet-download-manager.1 \ 10 gnunet-download-manager.1 \
10 gnunet-ecc.1 \ 11 gnunet-ecc.1 \
11 gnunet-fs.1 \ 12 gnunet-fs.1 \
12 gnunet-gns.1 \ 13 gnunet-gns.1 \
14 gnunet-gns-fcfsd.1 \
13 gnunet-namestore.1 \ 15 gnunet-namestore.1 \
14 gnunet-nat-server.1 \ 16 gnunet-nat-server.1 \
15 gnunet-peerinfo.1 \ 17 gnunet-peerinfo.1 \
diff --git a/doc/man/gnunet-dns2gns.1 b/doc/man/gnunet-dns2gns.1
index efe30622f..f60f40e7e 100644
--- a/doc/man/gnunet-dns2gns.1
+++ b/doc/man/gnunet-dns2gns.1
@@ -1,7 +1,7 @@
1.TH GNUNET\-DNS2GNS 1 "Jan 4, 2012" "GNUnet" 1.TH GNUNET\-DNS2GNS 1 "Oct 25, 2012" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-dns2gns \- display information about transport resource allocation 4gnunet\-dns2gns \- run a DNS-to-GNS proxy
5 5
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-dns2gns 7.B gnunet\-dns2gns
@@ -9,19 +9,32 @@ gnunet\-dns2gns \- display information about transport resource allocation
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-dns2gns\fP can be used to 12Most users will not want to run an DNS to GADS proxy/gateway and thus will not need this program.
13
14\fBgnunet\-dns2gns\fP runs a DNS resolver which delegates requests to the ".gads" and ".zkey" zones to GADS. All other requests are forwarded to DNS. This DNS proxy is useful for enabling non-personalized GADS\-resolution to an entire network or to offer GADS\-resolution to DNS users.
15
16A DNS\-to\-GNS proxy using gnunet\-dns2gns is available at ".zkey.eu"
13 17
14.SH OPTIONS 18.SH OPTIONS
15.B 19.B
16.IP "\-c FILENAME, \-\-config=FILENAME" 20.IP "\-c FILENAME, \-\-config=FILENAME"
17Use the configuration file FILENAME. 21Use the configuration file FILENAME.
18.B 22.B
23.IP "\-d IP, \-\-dns=IP"
24IP address of a recursive DNS resolver that should be used for non-GADS hostnames.
25.B
26.IP "\-f NAME, \-\-fcfs=NAME"
27Authoritative FCFS suffix to use. This is the name under which the local zone's names will be made available. Default is "fcfs.zkey.eu".
28.B
19.IP "\-h, \-\-help" 29.IP "\-h, \-\-help"
20Print short help on options. 30Print short help on options.
21.B 31.B
22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 32.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 33Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
24.B 34.B
35.IP "\-s SUFFIX, \-\-suffix=SUFFIX"
36Authoritative DNS suffix to use. This is the name under which the GADS ".zkey" zone is mapped into the DNS namespace. Default is "zkey.eu".
37.B
25.IP "\-v, \-\-version" 38.IP "\-v, \-\-version"
26Print GNUnet version number. 39Print GNUnet version number.
27 40
@@ -30,4 +43,4 @@ Print GNUnet version number.
30Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org> 43Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org>
31 44
32.SH SEE ALSO 45.SH SEE ALSO
33gnunet\-transport(1) 46gnunet\-gns\-fcfs(1), gnunet\-gns(1)
diff --git a/doc/man/gnunet-gns-fcfsd.1 b/doc/man/gnunet-gns-fcfsd.1
index 0ad67dddf..fbd45e4a2 100644
--- a/doc/man/gnunet-gns-fcfsd.1
+++ b/doc/man/gnunet-gns-fcfsd.1
@@ -1,7 +1,7 @@
1.TH GNUNET\-GNS-FCFSD 1 "Jan 4, 2012" "GNUnet" 1.TH GNUNET\-GNS-FCFSD 1 "Oct 25, 2012" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-gns-fcfsd \- display information about transport resource allocation 4gnunet\-gns-fcfsd \- HTTP server for GADS domain registration
5 5
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-gns-fcfsd 7.B gnunet\-gns-fcfsd
@@ -9,7 +9,11 @@ gnunet\-gns-fcfsd \- display information about transport resource allocation
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-gns-fcfsd\fP can be used to 12Most users will not want to run an FCFS\-zone and thus will not need this program.
13
14\fBgnunet\-gns-fcfsd\fP runs a web server where users can register names to be mapped to their GADS zone. Names are made available on a First Come First Served basis (hence fcfs). Registered names do not expire. The HTTP server is run on the port that is specified in the configuration file in section "[fcfsd]" under the name "HTTPPORT". The key of the zone in which the names are registered must be specified under the name "ZONEKEY" in the same section. It is possible to manage gnunet\-gns\-fcfsd using gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm -i fcfsd" or by adding "fcfds" to the "DEFAULTSERVICES" option.
15
16An FCFS\-zone is run at http://gnunet.org/fcfs/. The respective zone key can be imported into an individual user's zone using "gnunet-gns-import.sh". GADS users are encouraged to register their zone with the gnunet.org FCFS authority.
13 17
14.SH OPTIONS 18.SH OPTIONS
15.B 19.B
@@ -30,4 +34,5 @@ Print GNUnet version number.
30Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org> 34Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org>
31 35
32.SH SEE ALSO 36.SH SEE ALSO
33gnunet\-transport(1) 37gnunet\-gns(1), gnunet\-gns\-proxy(1)
38
diff --git a/doc/man/gnunet-resolver.1 b/doc/man/gnunet-resolver.1
index a2ac907f5..6766979f4 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 \- display information about transport resource allocation 4gnunet\-resolver \- perform DNS resolution using GNUnet resolver service
5 5
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-resolver 7.B gnunet\-resolver
8.RI [ options ] 8.RI [ options ] HOSTNAME
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-resolver\fP can be used to 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 13
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
@@ -22,6 +22,9 @@ 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 "\-r, \-\-reverse"
26Perform a reverse lookup.
27.B
25.IP "\-v, \-\-version" 28.IP "\-v, \-\-version"
26Print GNUnet version number. 29Print GNUnet version number.
27 30
@@ -30,4 +33,4 @@ Print GNUnet version number.
30Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org> 33Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org>
31 34
32.SH SEE ALSO 35.SH SEE ALSO
33gnunet\-transport(1) 36gnunet\-transport(1), nslookup(1)