Improve README following conversation with @naggie

This commit is contained in:
axelsimon 2020-12-03 15:28:10 +00:00
parent 04d150284f
commit d476766d3b

View File

@ -38,9 +38,19 @@ Quick start (AMD64 linux) -- install wireguard, then, after making sure `/usr/lo
Copy the generated configuration file to your device and connect! Copy the generated configuration file to your device and connect!
To send configurations, [magic wormhole](https://magic-wormhole.readthedocs.io/) To send configurations, here are a few suggestions.
([-william](https://github.com/psanford/wormhole-william))  with separately - [ffsend](https://github.com/timvisee/ffsend), the most straightforward option;
transferred password or a local QR code generator may be used. - [magic wormhole](https://magic-wormhole.readthedocs.io/), a more advanced
option, where the file never passes through another server;
- [womroleh-william](https://github.com/psanford/wormhole-william), a Go
implementation of the above.
For the above options, one should transfer the password separately.
A local QR code generator, such as the popular
[qrencode](https://fukuchi.org/works/qrencode/) may also be used to generate a
QR code of the configuration. For instance, from the example above:
`qrencode -t ansiutf8 < dsnet-banana.conf`
The peer private key is generated on the server, which is technically not as The peer private key is generated on the server, which is technically not as
secure as generating it on the client peer and then providing the server the secure as generating it on the client peer and then providing the server the