瀏覽代碼

Fix typos

Nate Brown 3 年之前
父節點
當前提交
6d5299715e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/config.yml

+ 2 - 2
examples/config.yml

@@ -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