1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-05-31 18:50:47 +00:00

Update README

We changed arguments to a menu in d765194eac
This commit is contained in:
randomshell 2020-07-02 12:37:18 +00:00
parent 6a40208a80
commit 3d343c3fd7

View File

@ -37,12 +37,6 @@ chmod +x 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.
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!