diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-11-13 14:59:14 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-11-13 14:59:14 +0100 |
commit | c30a518e58479c6ffc5e634db3624f5e82e25f1d (patch) | |
tree | 8989b15cbc8444eb9fb0c0222e6f99fe8ed449ab /doc/man | |
parent | c84054626c6cc460bad4b6562ee89c221be308aa (diff) |
complete implementation of -R, to be tested by r
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/gnunet-namestore.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1 index 10577a0d9..9f4b4d2d6 100644 --- a/doc/man/gnunet-namestore.1 +++ b/doc/man/gnunet-namestore.1 @@ -61,6 +61,14 @@ label) Determine our GNS name for the given public key (reverse lookup of the PKEY) in the given zone. .B +.IP "\-R RECORDLINE, \-\-replace=RECORDLINE" +Sets record set to values given in RECORDLINE. This option can be specified multiple +times to provide multiple records for the record set. Existing records under the +same label will be deleted. The format for the RECORDLINE is +"TTL TYPE FLAGS VALUE" where TTL is the time to live in seconds, TYPE is the +DNS/GNS record type, FLAGS is "(N)ORMAL", "(S)HADOW" or "(P)UBLIC". The VALUE +follows the usual human-readable value format(s) of DNS/GNS. +.B .IP "\-s, \-\-shadow" Create a record that is a shadow record. Shadow records are only used once all other records of the same type under the same label have |