From 048b7c7794063e4d8081731b02ac603c28a7b58e Mon Sep 17 00:00:00 2001 From: lishuxiang Date: Sun, 31 May 2020 10:30:15 +0800 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ef019e..862232f 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ n2n edge nodes use twofish encryption by default for compatibility reasons with of the edge nodes, their IP address and the community are sent in cleartext. When encryption is enabled, the supernode will not be able to decrypt the traffic exchanged between -two edge nodes, but it will now that edge A is talking with edge B. +two edge nodes, but it will know that edge A is talking with edge B. Recently AES encryption support has been implemented, which increases both security and performance, so it is recommended to enable it on all the edge nodes by specifying the `-A` option.