Skip to content
Snippets Groups Projects
Unverified Commit 0036ed5d authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

docs: examples: improve domain_seed comments

parent 3540eb96
Branches
Tags
No related merge requests found
......@@ -8,6 +8,7 @@
},
-- 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)
domain_seed = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
......
......@@ -16,7 +16,7 @@
site_code = 'ffxx',
-- 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)
domain_seed = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment