From 6e60d59ee447021afdd9e16c83be933625836125 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Wed, 8 Apr 2020 14:19:32 +0200 Subject: [PATCH] Add add_client feature to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cfe1a7..fb81e47 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,14 @@ chmod +x wireguard-install.sh ./wireguard-install.sh ``` -It will install WireGuard (kernel module and tools) on the server, configure it, create a systemd service and a client configuration file. Multiple clients are not yet supported. (WIP!) +It will install WireGuard (kernel module and tools) on the server, configure it, create a systemd service and a client configuration file. + +To generate more client files, run the following: + +```sh +./wireguard-install.sh add_client +``` + +Make sure you choose different IPs for you clients. Contributions are welcome!