aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-26 20:49:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-26 20:51:01 +0300
commit9c50726c439a0ac16fc0c26ff7776cb16eaf2379 (patch)
treea7493a56e5ebbdf7a7da31542fdda9bd1a1bab97 /README.md
parentadd permanent URL support (diff)
downloadwireguard-config-9c50726c439a0ac16fc0c26ff7776cb16eaf2379.tar.gz
wireguard-config-9c50726c439a0ac16fc0c26ff7776cb16eaf2379.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index c2caf2b..6228c51 100644
--- a/README.md
+++ b/README.md
@@ -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
-----------