Skip to content

Commit

Permalink
Update wgd.sh
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
NOXCIS committed Oct 16, 2024
1 parent c7bd77d commit b3725d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions WG-Dash/src/wgd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}


Expand Down

0 comments on commit b3725d1

Please sign in to comment.