From 0f9ba48ecc0b4253e2254321a538b531bbb54b1e Mon Sep 17 00:00:00 2001 From: mitrios <52719813+mitrios-hub@users.noreply.github.com> Date: Sat, 1 Oct 2022 00:03:48 +0300 Subject: [PATCH] Updated _Footer (markdown) --- _Footer.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_Footer.md b/_Footer.md index 9daf016..90f7026 100644 --- a/_Footer.md +++ b/_Footer.md @@ -1,7 +1,8 @@ `cp -r node_modules ..` works better -don't forget to enable MASQUERADE (set your int and ip): +don't forget to change in MASQUERADE rule interface and ip in /app/config.js. +In my case i used ens3 instead eth0: `iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o ens3 -j MASQUERADE` while upgrading don't pull from git without deleting wg-easy dir \ No newline at end of file