From 8ebcf2ef61ff0a5650a17097dfd6509b4e24d383 Mon Sep 17 00:00:00 2001 From: SirNoish Date: Tue, 28 Dec 2021 16:55:16 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 026cc2f3..a4d3adfa 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ You have found the easiest way to install & manage WireGuard on any Linux host! +Modificado el wireguard.js con las siguientes lineas para que el spk resultante funcione en un Synology. +PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o ovs_eth0 -j MASQUERADE +PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o ovs_eth0 -j MASQUERADE`; +

@@ -100,4 +104,4 @@ docker rm wg-easy docker pull weejewel/wg-easy ``` -And then run the `docker run -d \ ...` command above again. \ No newline at end of file +And then run the `docker run -d \ ...` command above again.