From 4eb33df075d3ac30ac93852ef9fbd1cffcca39f4 Mon Sep 17 00:00:00 2001 From: SirNoish Date: Tue, 28 Dec 2021 21:27:55 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09d3499a..57dc2ac1 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,8 @@ You have found the easiest way to install & manage WireGuard on any Linux host! Wireguard.js modificado con las siguientes lineas para que el wireguard.conf 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`; +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`;.