mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Add add_client feature to README
This commit is contained in:
parent
f0891e7235
commit
6e60d59ee4
1 changed files with 9 additions and 1 deletions
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…
Add table
Reference in a new issue