aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-namestore.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-namestore.1')
-rw-r--r--doc/man/gnunet-namestore.119
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1
index 7517a4f5e..6a824cc47 100644
--- a/doc/man/gnunet-namestore.1
+++ b/doc/man/gnunet-namestore.1
@@ -12,13 +12,10 @@ gnunet\-namestore \- manipulate GNU Name System (GNS) zone data
12\fBgnunet\-namestore\fP can be used to manipulate records in a GNS zone. 12\fBgnunet\-namestore\fP can be used to manipulate records in a GNS zone.
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B
16.IP "\-a, \-\-add" 15.IP "\-a, \-\-add"
17Desired operation is adding a record 16Desired operation is adding a record
18.B
19.IP "\-c FILENAME, \-\-config=FILENAME" 17.IP "\-c FILENAME, \-\-config=FILENAME"
20Use the configuration file FILENAME. 18Use the configuration file FILENAME.
21.B
22.IP "\-d, \-\-delete" 19.IP "\-d, \-\-delete"
23Desired operation is deleting records under the given name that match 20Desired operation is deleting records under the given name that match
24the specified type (\-t) and value (\-V). If type or value are not 21the specified type (\-t) and value (\-V). If type or value are not
@@ -26,41 +23,31 @@ specified, it means that all types (or values) should be assumed to
26match (and possibly multiple or all values under the given label will 23match (and possibly multiple or all values under the given label will
27be deleted). Specifying a label (\-n) is mandatory. Note that 24be deleted). Specifying a label (\-n) is mandatory. Note that
28matching by expiration time or flags is (currently) not supported. 25matching by expiration time or flags is (currently) not supported.
29.B
30.IP "\-D, \-\-display" 26.IP "\-D, \-\-display"
31Desired operation is listing of matching records 27Desired operation is listing of matching records
32.B
33.IP "\-e TIME, \-\-expiration=TIME" 28.IP "\-e TIME, \-\-expiration=TIME"
34Specifies expiration time of record to add; format is relative time, 29Specifies expiration time of record to add; format is relative time,
35i.e "1 h" or "7 d 30 m". Supported units are "ms", "s", "min" or 30i.e "1 h" or "7 d 30 m". Supported units are "ms", "s", "min" or
36"minutes", "h" (hours), "d" (days) and "a" (years). 31"minutes", "h" (hours), "d" (days) and "a" (years).
37.B
38.IP "\-h, \-\-help" 32.IP "\-h, \-\-help"
39Print short help on options. 33Print short help on options.
40.B
41.IP "\-i NICKNAME, \-\-nick=NICKNAME" 34.IP "\-i NICKNAME, \-\-nick=NICKNAME"
42Set the desired NICKNAME for the zone. The nickname will be included 35Set the desired NICKNAME for the zone. The nickname will be included
43in all (public) records and used as the suggested name for this zone. 36in all (public) records and used as the suggested name for this zone.
44.B
45.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 37.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
46Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and 38Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
47ERROR. 39ERROR.
48.B
49.IP "\-m, \-\-monitor" 40.IP "\-m, \-\-monitor"
50Monitor changes to the zone on an ongoing basis (in contrast to \-D, 41Monitor changes to the zone on an ongoing basis (in contrast to \-D,
51which merely displays the current records) 42which merely displays the current records)
52.B
53.IP "\-n NAME, \-\-name=NAME" 43.IP "\-n NAME, \-\-name=NAME"
54Label or name of the record to add/delete/display 44Label or name of the record to add/delete/display
55.B
56.IP "\-p, \-\-public" 45.IP "\-p, \-\-public"
57Create a record that is public (shared with other users that know the 46Create a record that is public (shared with other users that know the
58label) 47label)
59.B
60.IP "\-r PKEY, \-\-reverse=PKEY" 48.IP "\-r PKEY, \-\-reverse=PKEY"
61Determine our GNS name for the given public key (reverse lookup of the 49Determine our GNS name for the given public key (reverse lookup of the
62PKEY) in the given zone. 50PKEY) in the given zone.
63.B
64.IP "\-R RECORDLINE, \-\-replace=RECORDLINE" 51.IP "\-R RECORDLINE, \-\-replace=RECORDLINE"
65Sets record set to values given in RECORDLINE. This option can be specified multiple 52Sets record set to values given in RECORDLINE. This option can be specified multiple
66times to provide multiple records for the record set. Existing records under the 53times to provide multiple records for the record set. Existing records under the
@@ -69,29 +56,23 @@ same label will be deleted. The format for the RECORDLINE is
69be given explicitly, seconds is always implied), TYPE is the 56be given explicitly, seconds is always implied), TYPE is the
70DNS/GNS record type, FLAGS is "(N)ORMAL", "(S)HADOW" or "(P)UBLIC". The VALUE 57DNS/GNS record type, FLAGS is "(N)ORMAL", "(S)HADOW" or "(P)UBLIC". The VALUE
71follows the usual human-readable value format(s) of DNS/GNS. 58follows the usual human-readable value format(s) of DNS/GNS.
72.B
73.IP "\-s, \-\-shadow" 59.IP "\-s, \-\-shadow"
74Create a record that is a shadow record. Shadow records are only used 60Create a record that is a shadow record. Shadow records are only used
75once all other records of the same type under the same label have 61once all other records of the same type under the same label have
76expired. 62expired.
77.B
78.IP "\-t TYPE, \-\-type=TYPE" 63.IP "\-t TYPE, \-\-type=TYPE"
79Type of the record to add/delete/display (i.e. "A", "AAAA", "NS", 64Type of the record to add/delete/display (i.e. "A", "AAAA", "NS",
80"PKEY", "MX" etc.) 65"PKEY", "MX" etc.)
81.B
82.IP "\-u URI, \-\-uri=URI" 66.IP "\-u URI, \-\-uri=URI"
83Add PKEY record from gnunet://gns/-URI to our zone; the record type is 67Add PKEY record from gnunet://gns/-URI to our zone; the record type is
84always PKEY, if no expiration is given FOREVER is used 68always PKEY, if no expiration is given FOREVER is used
85.B
86.IP "\-v, \-\-version" 69.IP "\-v, \-\-version"
87Print GNUnet version number. 70Print GNUnet version number.
88.B
89.IP "\-V VALUE, \-\-value=VALUE" 71.IP "\-V VALUE, \-\-value=VALUE"
90Value to store or remove from the GNS zone. Specific format depends 72Value to store or remove from the GNS zone. Specific format depends
91on the record type. A records expect a dotted decimal IPv4 address, 73on the record type. A records expect a dotted decimal IPv4 address,
92AAAA records an IPv6 address, PKEY a public key in GNUnet's printable 74AAAA records an IPv6 address, PKEY a public key in GNUnet's printable
93format, and CNAME and NS records should be a domain name. 75format, and CNAME and NS records should be a domain name.
94.B
95.IP "\-z EGO, \-\-zone=EGO" 76.IP "\-z EGO, \-\-zone=EGO"
96Specifies the name of the ego controlling the private key for the zone 77Specifies the name of the ego controlling the private key for the zone
97(mandatory option) 78(mandatory option)