aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
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!