From 08795cc18190529e28a4ccc54e225534f55ed209 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Apr 2018 15:59:03 +0200 Subject: fix transition to multi-server in cmd line for gnunet-zoneimport --- doc/man/gnunet-zoneimport.1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/man/gnunet-zoneimport.1 b/doc/man/gnunet-zoneimport.1 index d268bf9ff..afe3354e6 100644 --- a/doc/man/gnunet-zoneimport.1 +++ b/doc/man/gnunet-zoneimport.1 @@ -4,12 +4,14 @@ gnunet\-zoneimport \- import DNS zone into GNS zone .SH SYNOPSIS -.B gnunet\-zoneimport -s IP +.B gnunet\-zoneimport [IP]+ .br .SH DESCRIPTION \fBgnunet\-zoneimport\fP reads a list of domain names (FQDN) from stdin and issues DNS queries for each of the domain names given. It then checks if a local ego with a name matching the domain exists. Specifically, if the domain name is "example.fr", it will check if an ego "fr" exists, while for a domain "example.com.fr" it will look for an ego called "com.fr"). If so, it will convert the DNS records into GNS records (in particular converting NS records and glue records to GNS2DNS records) and add them to the namestore under the label ("example" in the examples above). +The arguments given to gnunet\-zoneimport is a list of IP addresses of DNS servers to query. + gnunet\-zoneimport will usually never terminate: it will check when DNS records expire, and re-issue requests when the old DNS records have expired so that GNS always has the latest data. gnunet\-zoneimport will issue many DNS queries in parallel, but is rate-limited in various ways, so most DNS servers should easily handle the load. gnunet\-zoneimport will perform a limited number of retries if queries fail. @@ -23,9 +25,6 @@ Finally, gnunet\-zoneimport keeps information for each domain name in memory. T .IP "\-c FILENAME, \-\-config=FILENAME" Use the configuration file FILENAME. .B -.IP "\-s IP, \-\-server IP" -IP address of the DNS server to query. Should be the authoritative server for the domain (lookup the IP address of the NS server!) and not some recursive resolver (which would be both slow and is more likely to return only partial information). -.B .IP "\-h, \-\-help" Print short help on options. -- cgit v1.2.3