diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-26 20:49:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-26 20:51:01 +0300 |
commit | 9c50726c439a0ac16fc0c26ff7776cb16eaf2379 (patch) | |
tree | a7493a56e5ebbdf7a7da31542fdda9bd1a1bab97 /README.md | |
parent | add permanent URL support (diff) | |
download | wireguard-config-9c50726c439a0ac16fc0c26ff7776cb16eaf2379.tar.gz wireguard-config-9c50726c439a0ac16fc0c26ff7776cb16eaf2379.zip |
README: update
Diffstat (limited to '')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -8,6 +8,23 @@ Hosted on [GitHub Pages] at https://egor-tensin.github.io/wireguard-config/. [GitHub Pages]: https://pages.github.com +Easily generate WireGuard client & server configuration for the following +connection managers: + +* [wg-quick], +* [systemd-networkd], +* [NetworkManager], +* `ip` and [wg]. + +[wg-quick]: https://git.zx2c4.com/wireguard-tools/about/src/man/wg-quick.8 +[systemd-networkd]: https://www.freedesktop.org/software/systemd/man/systemd.network.html +[NetworkManager]: https://wiki.gnome.org/Projects/NetworkManager +[wg]: https://man7.org/linux/man-pages/man8/wg.8.html + +An example configuration (with bogus key values) can be seen [here]. + +[here]: https://egor-tensin.github.io/wireguard-config/?server_public_key=a&server_endpoint=b%3A123&server_preshared_key=c&client_public_key=d&client_private_key=e&client_ipv4=192.168.1.1%2F24&client_ipv6=fd%3A%3A%2F48 + Development ----------- |