From b3725d12bb2fd4742b04446eb6daac00e5b592be Mon Sep 17 00:00:00 2001 From: Noxcis Date: Wed, 16 Oct 2024 11:54:47 -0500 Subject: [PATCH] Update wgd.sh hotfix --- WG-Dash/src/wgd.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WG-Dash/src/wgd.sh b/WG-Dash/src/wgd.sh index 47cd59f0..b4d1ed23 100644 --- a/WG-Dash/src/wgd.sh +++ b/WG-Dash/src/wgd.sh @@ -480,14 +480,14 @@ set_proxy () { fi AMDpostup="/opt/wireguarddashboard/src/iptable-rules/Admins/${postType}up.sh" -GSTpostup="/opt/wireguarddashboard/src/iptable-rules/Members/${postType}up.sh" -LANpostup="/opt/wireguarddashboard/src/iptable-rules/Guest/${postType}up.sh" -MEMpostup="/opt/wireguarddashboard/src/iptable-rules/LAN-only-users/postup.sh" +GSTpostup="/opt/wireguarddashboard/src/iptable-rules/Guest/${postType}up.sh" +LANpostup="/opt/wireguarddashboard/src/iptable-rules/LAN-only-users/${postType}up.sh" +MEMpostup="/opt/wireguarddashboard/src/iptable-rules/Members/postup.sh" AMDpostdown="/opt/wireguarddashboard/src/iptable-rules/Admins/${postType}down.sh" -GSTpostdown="/opt/wireguarddashboard/src/iptable-rules/Members/${postType}down.sh" -LANpostdown="/opt/wireguarddashboard/src/iptable-rules/Guest/${postType}down.sh" -MEMpostdown="/opt/wireguarddashboard/src/iptable-rules/LAN-only-users/postdown.sh" +GSTpostdown="/opt/wireguarddashboard/src/iptable-rules/Guest/${postType}down.sh" +LANpostdown="/opt/wireguarddashboard/src/iptable-rules/LAN-only-users/${postType}down.sh" +MEMpostdown="/opt/wireguarddashboard/src/iptable-rules/Members/postdown.sh" }