Skip to content

Commit

Permalink
Use unique domain seed for ffen, ffthw and ffwsee
Browse files Browse the repository at this point in the history
  • Loading branch information
bobidle committed Mar 10, 2024
1 parent 1917e6b commit 02fb743
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion domains/ffen_v1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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 = '394bf993cd0fbb63a9bc834207f36cc99df532c0e76d88bd6505642fcbe3ffcf',
domain_seed = '9c0c83ec4e7037ff2c691856011eb9e0ee976a1f267a7393937f087782a7c70b',

-- more domain specific config follows here
prefix4 = '10.99.0.0/18',
Expand Down
2 changes: 1 addition & 1 deletion domains/ffthw_v1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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 = '963d9f9cad09649ad7ec0a32a4cd6a4cc9b66432160bdd39794c82c3f02eecca',
domain_seed = 'd832e03641eab54fb1568e4a5a479ed8cb599ac6190b4e0a428f86b2cd553b11',

-- more domain specific config follows here
prefix4 = '10.99.0.0/18',
Expand Down
2 changes: 1 addition & 1 deletion domains/ffwsee_v1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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 = '394bf993cd0fbb63a9bc834207f36cc99df532c0e76d88bd6505642fcbe3ffcf',
domain_seed = '560420c93d1cd981a32433960d861cbad6ce2406bc88bba27399ce2ff6267bb7',

-- more domain specific config follows here
prefix4 = '10.99.0.0/18',
Expand Down

0 comments on commit 02fb743

Please sign in to comment.