This commit is contained in:
CanbiZ 2025-03-25 16:32:16 +01:00
parent 14f63a52ea
commit 701b7a14ea
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ function update_script() {
apk upgrade wireguard-tools
msg_ok "Updated WireGuard"
}
start
build_container
description

View File

@ -61,7 +61,7 @@ if [[ "$INSTALL_WGD" =~ ^[Yy]$ ]]; then
cd /etc/wgdashboard/src || exit
chmod u+x wgd.sh
$STD ./wgd.sh install
echo "net.ipv4.ip_forward=1" >>/etc/sysctl.conf
$STD echo "net.ipv4.ip_forward=1" >>/etc/sysctl.conf
sysctl -p /etc/sysctl.conf
msg_ok "Installed WGDashboard"