Updated Using WireGuard Easy without Docker (markdown)

elandwg
2024-05-02 15:50:37 -07:00
parent c502642477
commit 28f36cd6df
+1 -1
@@ -1,4 +1,4 @@
If you don't want to use docker, then install wireguard, nodejs 18 or above from your package manager and then, run the following. If you don't want to use docker, then install wireguard, [nodejs 18](https://github.com/nodesource/distributions) or above from your package manager and then, run the following.
<pre> <pre>
echo net.ipv4.ip_forward=1 >> /etc/sysctl.conf echo net.ipv4.ip_forward=1 >> /etc/sysctl.conf
echo net.ipv4.conf.all.src_valid_mark=1 >> /etc/sysctl.conf echo net.ipv4.conf.all.src_valid_mark=1 >> /etc/sysctl.conf