-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Configuration To Include Noise Protocol And Private Networks #51
Conversation
doc/CONFIGURATION.md
Outdated
@@ -150,6 +150,9 @@ node: | |||
# enables the quic transport | |||
# default is false | |||
quic: false | |||
# enables the noisee security transport |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double e
doc/CONFIGURATION.md
Outdated
# enables private libp2p swarm mode | ||
# the value here will be used as the private network shared secret key | ||
# default is empty string ("") which means use the public network | ||
swarm_key: 6f0cf24809cda96d0d68b0fa8abdd64eccd1b4866262040cdc5afecba3418aad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should specify the format and size of the key here (32byte, hex). Also, the sample key should be a fake key or not given, otherwise it will get used unintentionally.
Codecov Report
@@ Coverage Diff @@
## master #51 +/- ##
=======================================
Coverage 81.56% 81.56%
=======================================
Files 7 7
Lines 347 347
=======================================
Hits 283 283
Misses 37 37
Partials 27 27 Continue to review full report at Codecov.
|
Document usage of the noise protocol, and indicate how private networks can be triggered