Destroyed _Footer (markdown)

Emile Nijssen
2023-12-19 12:53:29 +01:00
parent 18ad78e89d
commit 9d80c01c4f
-11
@@ -1,11 +0,0 @@
`cp -r node_modules ..`
works better
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`
ALSO: every time WG-EASY restarts the same rules add to netfilter. I think the service have to use IPTABLES -C for check if the rule exists before adding
while upgrading don't pull from git without deleting wg-easy dir