Fix typos

This commit is contained in:
Nate Brown 2021-11-02 10:12:02 -05:00
parent ba8646fa83
commit 6d5299715e
1 changed files with 2 additions and 2 deletions

View File

@ -227,10 +227,10 @@ handshakes:
# after receiving the response for lighthouse queries
#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
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
# `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