aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStanislas Lange <angristan@pm.me>2020-04-08 14:19:32 +0200
committerStanislas Lange <angristan@pm.me>2020-04-08 14:19:32 +0200
commit6e60d59ee447021afdd9e16c83be933625836125 (patch)
tree9583a413f9f3cdaf75f5af4ce0d0c791c4b169a2 /README.md
parentf0891e7235afca3895ca99d13b8eebad3989e9a0 (diff)
Add add_client feature to README
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!