Skip to content

Commit

Permalink
Update wgd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NOXCIS authored Oct 28, 2024
1 parent 78e2113 commit 3508f8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WG-Dash/src/wgd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -481,13 +481,13 @@ set_proxy () {

AMDpostup="/opt/wireguarddashboard/src/iptable-rules/Admins/${postType}up.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"
LANpostup="/opt/wireguarddashboard/src/iptable-rules/LAN-only-users/postup.sh"
MEMpostup="/opt/wireguarddashboard/src/iptable-rules/Members/${postType}up.sh"

AMDpostdown="/opt/wireguarddashboard/src/iptable-rules/Admins/${postType}down.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"
LANpostdown="/opt/wireguarddashboard/src/iptable-rules/LAN-only-users/postdown.sh"
MEMpostdown="/opt/wireguarddashboard/src/iptable-rules/Members/${postType}down.sh"
}


Expand Down Expand Up @@ -690,4 +690,4 @@ if [ "$#" != 1 ];
else
help
fi
fi
fi

0 comments on commit 3508f8a

Please sign in to comment.