aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-zoneimport.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-zoneimport.1')
-rw-r--r--doc/man/gnunet-zoneimport.126
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/man/gnunet-zoneimport.1 b/doc/man/gnunet-zoneimport.1
index f09544912..f3f60bfb4 100644
--- a/doc/man/gnunet-zoneimport.1
+++ b/doc/man/gnunet-zoneimport.1
@@ -30,11 +30,11 @@
30import DNS zone into GNS zone 30import DNS zone into GNS zone
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm 32.Nm
33.Op Fl c Ar FILENAME | \-config= Ns Ar FILENAME 33.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
34.Op Fl h | \-help 34.Op Fl h | -help
35.Op Fl m Ar RELATIVETIME | Fl \-minimum-expiration= Ns Ar RELATIVETIME 35.Op Fl m Ar RELATIVETIME | Fl -minimum-expiration= Ns Ar RELATIVETIME
36.Op Fl s Ar MAPSIZE | Fl \-size= Ns Ar MAPSIZE 36.Op Fl s Ar MAPSIZE | Fl -size= Ns Ar MAPSIZE
37.Op Ar \IP 37.Ao Ar IP Ac
38.Sh DESCRIPTION 38.Sh DESCRIPTION
39.Nm 39.Nm
40reads a list of domain names (FQDN) from stdin and issues DNS queries for each of the domain names given. 40reads a list of domain names (FQDN) from stdin and issues DNS queries for each of the domain names given.
@@ -56,27 +56,27 @@ Thus, it is fine to restart gnunet-zoneimport whenever the list of domain names
56Finally, gnunet-zoneimport keeps information for each domain name in memory. 56Finally, gnunet-zoneimport keeps information for each domain name in memory.
57This consumes about 200 bytes per domain name, or 1 GB for 5 million labels. 57This consumes about 200 bytes per domain name, or 1 GB for 5 million labels.
58.Bl -tag -width indent 58.Bl -tag -width indent
59.It Fl c Ar FILENAME | \-config= Ns Ar FILENAME 59.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
60Use the configuration file FILENAME. 60Use the configuration file FILENAME.
61.It Fl h | \-help 61.It Fl h | -help
62Print short help on options. 62Print short help on options.
63.It Fl m Ar RELATIVETIME | Fl \-minimum-expiration= Ns Ar RELATIVETIME 63.It Fl m Ar RELATIVETIME | Fl -minimum-expiration= Ns Ar RELATIVETIME
64Ensure that imported DNS records never have an expiration time that is less than RELATIVETIME into the future. 64Ensure that imported DNS records never have an expiration time that is less than RELATIVETIME into the future.
65RELATIVETIME is a time given like "1 week" or "1 h". 65RELATIVETIME is a time given like "1 week" or "1 h".
66If DNS returns records with a shorter lifetime, gnunet\-zoneimport will simply bump the lifetime to the specified value (relative to the time of the import). 66If DNS returns records with a shorter lifetime, gnunet-zoneimport will simply bump the lifetime to the specified value (relative to the time of the import).
67Default is zero. 67Default is zero.
68.It Fl s Ar MAPSIZE | Fl \-size= Ns Ar MAPSIZE 68.It Fl s Ar MAPSIZE | Fl -size= Ns Ar MAPSIZE
69Specifies the size (in number of entries) to use for the main hash map. 69Specifies the size (in number of entries) to use for the main hash map.
70The value provided should be at least twice the number of domain names that will be given to the tool. 70The value provided should be at least twice the number of domain names that will be given to the tool.
71This option is required for very large zones where the number of records encountered is too large for the automatic growth mechanism to work (that one is limited to at most 16 MB allocations for security reasons). 71This option is required for very large zones where the number of records encountered is too large for the automatic growth mechanism to work (that one is limited to at most 16 MB allocations for security reasons).
72Do not worry about this unless you are importing millions of domain names from a zone. 72Do not worry about this unless you are importing millions of domain names from a zone.
73.It Ar \IP 73.It Ao Ar IP Ac
74IP Is the list of IPs given. 74IP Is the list of IPs given.
75.El 75.El
76.Sh EXAMPLES 76.Sh EXAMPLES
77Typical invocaton would be: 77Typical invocation would be:
78.Pp 78.Pp
79.Dl $ gnunet\-zoneimport 1.2.3.4 < names.txt 79.Dl $ gnunet-zoneimport 1.2.3.4 < names.txt
80.Sh SEE ALSO 80.Sh SEE ALSO
81.Xr gnunet-gns 1 , 81.Xr gnunet-gns 1 ,
82.Xr gnunet-namestore 1 82.Xr gnunet-namestore 1