From 65869b6a57d2db0de6b9a832b14111f0899d5811 Mon Sep 17 00:00:00 2001 From: NiceDevil Date: Thu, 28 Dec 2023 17:52:35 +0000 Subject: [PATCH] Update Linux/WireGuard/dashboard+serivice.md --- Linux/WireGuard/dashboard+serivice.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux/WireGuard/dashboard+serivice.md b/Linux/WireGuard/dashboard+serivice.md index cb5e5de..4715319 100644 --- a/Linux/WireGuard/dashboard+serivice.md +++ b/Linux/WireGuard/dashboard+serivice.md @@ -26,6 +26,7 @@ systemctl enable --now sshd # Install WG-Dashboard https://github.com/donaldzou/WGDashboard git clone -b v3.0.6 https://github.com/donaldzou/WGDashboard.git /opt/wgdashboard cd /opt/wgdashboard/src/ +chmod +x wgd.sh ./wgd.sh install chmod -R 755 /etc/wireguard ./wgd.sh debug @@ -60,7 +61,7 @@ cat /etc/wireguard/keys/site2site_priv.key | wg pubkey | tee /etc/wireguard/keys PrivKey=$(cat site2site_priv.key) cat site2site_pub.key -tee /etc/systemd/system/wg-dashboard.service <