docs: examples: improve domain_seed comments
This commit is contained in:
parent
3540eb96ed
commit
0036ed5ddf
@ -8,6 +8,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
-- 32 byte random data in hexadecimal encoding
|
-- 32 byte random data in hexadecimal encoding
|
||||||
|
-- This data must be unique among all sites and domains!
|
||||||
-- Can be generated using: echo $(hexdump -v -n 32 -e '1/1 "%02x"' </dev/urandom)
|
-- Can be generated using: echo $(hexdump -v -n 32 -e '1/1 "%02x"' </dev/urandom)
|
||||||
domain_seed = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
|
domain_seed = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
site_code = 'ffxx',
|
site_code = 'ffxx',
|
||||||
|
|
||||||
-- 32 bytes of random data, encoded in hexadecimal
|
-- 32 bytes of random data, encoded in hexadecimal
|
||||||
-- Must be the same for all nodes in one mesh domain
|
-- This data must be unique among all sites and domains!
|
||||||
-- Can be generated using: echo $(hexdump -v -n 32 -e '1/1 "%02x"' </dev/urandom)
|
-- Can be generated using: echo $(hexdump -v -n 32 -e '1/1 "%02x"' </dev/urandom)
|
||||||
domain_seed = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
|
domain_seed = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user