Updated Using WireGuard Easy without Docker (markdown)
@@ -3,7 +3,7 @@ If you don't want to use docker, then install wireguard, nodejs and npm from you
|
|||||||
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
|
||||||
sysctl -p
|
sysctl -p
|
||||||
git clone https://github.com/WeeJeWel/wg-easy
|
git clone https://github.com/wg-easy/wg-easy
|
||||||
cd wg-easy
|
cd wg-easy
|
||||||
mv src /app
|
mv src /app
|
||||||
cd /app
|
cd /app
|
||||||
@@ -23,7 +23,7 @@ systemctl start wg-easy.service
|
|||||||
|
|
||||||
To upgrade do the following
|
To upgrade do the following
|
||||||
<pre>
|
<pre>
|
||||||
git clone https://github.com/WeeJeWel/wg-easy # do this if you dont have the repository cloned aldready
|
git clone https://github.com/wg-easy/wg-easy # do this if you dont have the repository cloned aldready
|
||||||
cd wg-easy
|
cd wg-easy
|
||||||
git pull
|
git pull
|
||||||
rm -rf /app /node_modules
|
rm -rf /app /node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user