1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-05 04:50:49 +00:00

Update README.md

This commit is contained in:
liberodark 2019-12-18 15:47:19 +01:00 committed by GitHub
parent 6afaf03bf8
commit a09cec5be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,12 @@ Then run it :
./wireguard-install.sh -install
```
For Remove :
```sh
./wireguard-install.sh -remove
```
It will install wireguard on the server, configure, create a systemd service and a client configuration file. Mutliple clients are not yet supported.
Contributions are welcome!