Merge branch 'master' into production

This commit is contained in:
Emile Nijssen 2021-11-22 22:49:13 +01:00
commit b77c783e32
3 changed files with 7 additions and 6 deletions

View File

@ -49,13 +49,13 @@ To automatically install & run wg-easy, simply run:
<pre> <pre>
$ docker run -d \ $ docker run -d \
--name=wg-easy \ --name=wg-easy \
--cap-add=NET_ADMIN \ -e WG_HOST=<b>🚨YOUR_SERVER_IP</b> \
--cap-add=SYS_MODULE \ -e PASSWORD=<b>🚨YOUR_ADMIN_PASSWORD</b> \
-e WG_HOST=<b>YOUR_SERVER_IP</b> \
-e PASSWORD=<b>YOUR_ADMIN_PASSWORD</b> \
-v ~/.wg-easy:/etc/wireguard \ -v ~/.wg-easy:/etc/wireguard \
-p 51820:51820/udp \ -p 51820:51820/udp \
-p 51821:51821/tcp \ -p 51821:51821/tcp \
--cap-add=NET_ADMIN \
--cap-add=SYS_MODULE \
--sysctl="net.ipv4.conf.all.src_valid_mark=1" \ --sysctl="net.ipv4.conf.all.src_valid_mark=1" \
--sysctl="net.ipv4.ip_forward=1" \ --sysctl="net.ipv4.ip_forward=1" \
--restart unless-stopped \ --restart unless-stopped \

View File

@ -1,5 +1,6 @@
{ {
"1": "Initial version. Enjoy!", "1": "Initial version. Enjoy!",
"2": "You can now rename a client, and update the address. 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!"
} }

View File

@ -1,5 +1,5 @@
{ {
"release": 3, "release": 4,
"name": "wg-easy", "name": "wg-easy",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",