From a09cec5be1138d8fe897c13058f4eccb63fc14f1 Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 18 Dec 2019 15:47:19 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ac3ab19..b88e787 100644 --- a/README.md +++ b/README.md @@ -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!