From a573d686679c1d8855aefc7a537d4773ec5856aa Mon Sep 17 00:00:00 2001 From: Gregan Date: Tue, 10 Aug 2021 17:17:55 +0200 Subject: [PATCH] add windows images --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5a5ecf3..a47860a 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,11 @@ Endpoint = SERVER_IP_ADDRESS:51820 AllowedIPs = 0.0.0.0/0 ``` +Sécurisation des fichiers sensibles: +```bash +sudo chmod 600 /etc/wireguard/{privatekey,wg0.conf} +``` + Pour démarrer la connection: ```bash sudo wg-quick up wg0