mirror of https://github.com/slackhq/nebula.git
Fix typos
This commit is contained in:
parent
ba8646fa83
commit
6d5299715e
|
@ -227,10 +227,10 @@ handshakes:
|
||||||
# after receiving the response for lighthouse queries
|
# after receiving the response for lighthouse queries
|
||||||
#trigger_buffer: 64
|
#trigger_buffer: 64
|
||||||
|
|
||||||
# pki can be used to mask the contents of handshakes and makes handshaking with unintended recipients more difficult
|
# psk can be used to mask the contents of handshakes and makes handshaking with unintended recipients more difficult
|
||||||
# all settings respond to a reload
|
# all settings respond to a reload
|
||||||
psk:
|
psk:
|
||||||
# mode defines the how pre shared keys can be used in a handshake
|
# mode defines how the pre shared keys can be used in a handshake
|
||||||
# `none` (the default) does not send or receive using a psk. Ideally `enforced` is used
|
# `none` (the default) does not send or receive using a psk. Ideally `enforced` is used
|
||||||
# `transitional-accepting` will send handshakes without using a psk and can receive handshakes using a psk we know about
|
# `transitional-accepting` will send handshakes without using a psk and can receive handshakes using a psk we know about
|
||||||
# `transitional-sending` will send handshakes using a psk but will still accept handshakes without them
|
# `transitional-sending` will send handshakes using a psk but will still accept handshakes without them
|
||||||
|
|
Loading…
Reference in New Issue