diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-05-10 12:48:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-05-10 12:48:53 +0200 |
commit | 60b697dc2e61bec2d49c13d4d8855e1506efba9b (patch) | |
tree | daa773d2fb46db438d43e1b13012ec04fad684ef /doc | |
parent | 4c8b719d9fcb5c67b4f461961d436532cbd4c8c1 (diff) |
add option to bump lifetime
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/gnunet-zoneimport.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/gnunet-zoneimport.1 b/doc/man/gnunet-zoneimport.1 index bcfa7b734b..cf76b86eed 100644 --- a/doc/man/gnunet-zoneimport.1 +++ b/doc/man/gnunet-zoneimport.1 @@ -48,6 +48,14 @@ Use the configuration file FILENAME. .IP "\-h, \-\-help" Print short help on options. .B +.IP "\-m RELATIVETIME, \-\-minimum-expiration=RELATIVETIME" +.B +Ensure that imported DNS records never have an expiration time that +is less than RELATIVETIME into the future. RELATIVETIME is a time +given like "1 week" or "1 h". If 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). Default is zero. + .IP "\-s MAPSIZE, \-\-size=MAPSIZE" Specifies the size (in number of entries) to use for the main hash map. The value provided should be at least twice the number of domain |