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

Update pihole-v5-install.sh

free port 53
pull/1012/head
tteckster 2 years ago committed by GitHub
parent 13ece7ef08
commit e075b4954a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,6 +93,9 @@ $STD apt-get install -y ntp
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Pi-hole" msg_info "Installing Pi-hole"
systemctl stop systemd-resolved
echo "DNSStubListener=no" >>/etc/systemd/resolved.conf
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
mkdir -p /etc/pihole/ mkdir -p /etc/pihole/
cat <<EOF >/etc/pihole/setupVars.conf cat <<EOF >/etc/pihole/setupVars.conf
PIHOLE_INTERFACE=eth0 PIHOLE_INTERFACE=eth0

Loading…
Cancel
Save

Powered by BW's shoe-string budget.