diff options
Diffstat (limited to 'doc/man/gnunet-dns2gns.1')
-rw-r--r-- | doc/man/gnunet-dns2gns.1 | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/doc/man/gnunet-dns2gns.1 b/doc/man/gnunet-dns2gns.1 index efe30622fb..f60f40e7e2 100644 --- a/doc/man/gnunet-dns2gns.1 +++ b/doc/man/gnunet-dns2gns.1 @@ -1,7 +1,7 @@ -.TH GNUNET\-DNS2GNS 1 "Jan 4, 2012" "GNUnet" +.TH GNUNET\-DNS2GNS 1 "Oct 25, 2012" "GNUnet" .SH NAME -gnunet\-dns2gns \- display information about transport resource allocation +gnunet\-dns2gns \- run a DNS-to-GNS proxy .SH SYNOPSIS .B gnunet\-dns2gns @@ -9,19 +9,32 @@ gnunet\-dns2gns \- display information about transport resource allocation .br .SH DESCRIPTION -\fBgnunet\-dns2gns\fP can be used to +Most users will not want to run an DNS to GADS proxy/gateway and thus will not need this program. + +\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. + +A DNS\-to\-GNS proxy using gnunet\-dns2gns is available at ".zkey.eu" .SH OPTIONS .B .IP "\-c FILENAME, \-\-config=FILENAME" Use the configuration file FILENAME. .B +.IP "\-d IP, \-\-dns=IP" +IP address of a recursive DNS resolver that should be used for non-GADS hostnames. +.B +.IP "\-f NAME, \-\-fcfs=NAME" +Authoritative FCFS suffix to use. This is the name under which the local zone's names will be made available. Default is "fcfs.zkey.eu". +.B .IP "\-h, \-\-help" Print short help on options. .B .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. .B +.IP "\-s SUFFIX, \-\-suffix=SUFFIX" +Authoritative DNS suffix to use. This is the name under which the GADS ".zkey" zone is mapped into the DNS namespace. Default is "zkey.eu". +.B .IP "\-v, \-\-version" Print GNUnet version number. @@ -30,4 +43,4 @@ Print GNUnet version number. Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org> .SH SEE ALSO -gnunet\-transport(1) +gnunet\-gns\-fcfs(1), gnunet\-gns(1) |