Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/2c5190855785c13367097a9908f7e0234ac9ca64?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update adguard-v5-install.sh

free port 53 without reboot
pull/993/head
tteckster 2 years ago committed by GitHub
parent b16e58b370
commit 2c51908557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,9 +89,9 @@ $STD apt-get install -y mc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing AdGuard Home" msg_info "Installing AdGuard Home"
systemctl stop systemd-resolved
echo "DNSStubListener=no" >>/etc/systemd/resolved.conf echo "DNSStubListener=no" >>/etc/systemd/resolved.conf
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
#systemctl restart systemd-resolved
wget -qL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh wget -qL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh
$STD bash install.sh $STD bash install.sh
rm install.sh rm install.sh

Loading…
Cancel
Save

Powered by BW's shoe-string budget.