mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-21 20:25:14 +00:00
Add add_client feature to README
This commit is contained in:
parent
f0891e7235
commit
6e60d59ee4
10
README.md
10
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!
|
||||
|
Loading…
Reference in New Issue
Block a user