Add add_client feature to README

This commit is contained in:
Stanislas Lange 2020-04-08 14:19:32 +02:00
parent f0891e7235
commit 6e60d59ee4
1 changed files with 9 additions and 1 deletions

View File

@ -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!