aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-10 12:48:53 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-10 12:48:53 +0200
commit60b697dc2e61bec2d49c13d4d8855e1506efba9b (patch)
treedaa773d2fb46db438d43e1b13012ec04fad684ef /doc
parent4c8b719d9fcb5c67b4f461961d436532cbd4c8c1 (diff)
downloadgnunet-60b697dc2e61bec2d49c13d4d8855e1506efba9b.tar.gz
gnunet-60b697dc2e61bec2d49c13d4d8855e1506efba9b.zip
add option to bump lifetime
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-zoneimport.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/gnunet-zoneimport.1 b/doc/man/gnunet-zoneimport.1
index bcfa7b734..cf76b86ee 100644
--- a/doc/man/gnunet-zoneimport.1
+++ b/doc/man/gnunet-zoneimport.1
@@ -48,6 +48,14 @@ Use the configuration file FILENAME.
48.IP "\-h, \-\-help" 48.IP "\-h, \-\-help"
49Print short help on options. 49Print short help on options.
50.B 50.B
51.IP "\-m RELATIVETIME, \-\-minimum-expiration=RELATIVETIME"
52.B
53Ensure that imported DNS records never have an expiration time that
54is less than RELATIVETIME into the future. RELATIVETIME is a time
55given like "1 week" or "1 h". If DNS returns records with a shorter
56lifetime, gnunet\-zoneimport will simply bump the lifetime to the
57specified value (relative to the time of the import). Default is zero.
58
51.IP "\-s MAPSIZE, \-\-size=MAPSIZE" 59.IP "\-s MAPSIZE, \-\-size=MAPSIZE"
52Specifies the size (in number of entries) to use for the main hash 60Specifies the size (in number of entries) to use for the main hash
53map. The value provided should be at least twice the number of domain 61map. The value provided should be at least twice the number of domain