From bba08773c49a0e1c68dec701169bcfe5f1c93f72 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 3 May 2024 16:50:50 +0200 Subject: [PATCH] Updated Using WireGuard Easy without Docker (markdown) --- Using-WireGuard-Easy-without-Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-WireGuard-Easy-without-Docker.md b/Using-WireGuard-Easy-without-Docker.md index f1444ec..a80ec03 100644 --- a/Using-WireGuard-Easy-without-Docker.md +++ b/Using-WireGuard-Easy-without-Docker.md @@ -1,4 +1,4 @@ -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. +If you don't want to use docker, then install wireguard, [nodejs 20](https://nodejs.org/en/download) or above from your package manager and then, run the following.
echo net.ipv4.ip_forward=1 >> /etc/sysctl.conf echo net.ipv4.conf.all.src_valid_mark=1 >> /etc/sysctl.conf