From 6ba32d288024bf1d6f52ba551049f9fc84ccb312 Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Mon, 22 Nov 2021 22:47:58 +0100 Subject: [PATCH 1/2] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6afd21..b59263a 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ To automatically install & run wg-easy, simply run:
 $ docker run -d \
   --name=wg-easy \
-  --cap-add=NET_ADMIN \
-  --cap-add=SYS_MODULE \
-  -e WG_HOST=YOUR_SERVER_IP \
-  -e PASSWORD=YOUR_ADMIN_PASSWORD \
+  -e WG_HOST=🚨YOUR_SERVER_IP \
+  -e PASSWORD=🚨YOUR_ADMIN_PASSWORD \
   -v ~/.wg-easy:/etc/wireguard \
   -p 51820:51820/udp \
   -p 51821:51821/tcp \
+  --cap-add=NET_ADMIN \
+  --cap-add=SYS_MODULE \
   --sysctl="net.ipv4.conf.all.src_valid_mark=1" \
   --sysctl="net.ipv4.ip_forward=1" \
   --restart unless-stopped \

From 2f81f38d2d2040fec4d92338afc0c6e0bebdebe2 Mon Sep 17 00:00:00 2001
From: Emile Nijssen 
Date: Mon, 22 Nov 2021 22:48:36 +0100
Subject: [PATCH 2/2] v4

---
 docs/changelog.json | 3 ++-
 src/package.json    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/changelog.json b/docs/changelog.json
index 93cad84..22827e0 100644
--- a/docs/changelog.json
+++ b/docs/changelog.json
@@ -1,5 +1,6 @@
 {
   "1": "Initial version. Enjoy!",
   "2": "You can now rename a client, and update the address. Enjoy!",
-  "3": "Many improvements and small changes. Enjoy!"
+  "3": "Many improvements and small changes. Enjoy!",
+  "4": "Now with pretty charts for client's network speed. Enjoy!"
 }
\ No newline at end of file
diff --git a/src/package.json b/src/package.json
index 70184b8..fcef39a 100644
--- a/src/package.json
+++ b/src/package.json
@@ -1,5 +1,5 @@
 {
-  "release": 3,
+  "release": 4,
   "name": "wg-easy",
   "version": "1.0.0",
   "description": "",