Merge pull request #250 from GoldenMean58/patch-1

Fix a typo
This commit is contained in:
Luca Deri 2020-06-07 09:53:15 +02:00 committed by GitHub
commit 597c5be4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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