소스 검색

Update config to show aes cipher instead of chacha (#788)

John Maguire 2 년 전
부모
커밋
ec48298fe8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/config.yml

+ 1 - 1
examples/config.yml

@@ -133,7 +133,7 @@ punchy:
 
 
 # Cipher allows you to choose between the available ciphers for your network. Options are chachapoly or aes
 # Cipher allows you to choose between the available ciphers for your network. Options are chachapoly or aes
 # IMPORTANT: this value must be identical on ALL NODES/LIGHTHOUSES. We do not/will not support use of different ciphers simultaneously!
 # IMPORTANT: this value must be identical on ALL NODES/LIGHTHOUSES. We do not/will not support use of different ciphers simultaneously!
-#cipher: chachapoly
+#cipher: aes
 
 
 # Preferred ranges is used to define a hint about the local network ranges, which speeds up discovering the fastest
 # Preferred ranges is used to define a hint about the local network ranges, which speeds up discovering the fastest
 # path to a network adjacent nebula node.
 # path to a network adjacent nebula node.