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!