aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-dns2gns.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-dns2gns.1')
-rw-r--r--doc/man/gnunet-dns2gns.121
1 files changed, 17 insertions, 4 deletions
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)