Proceeded to V6 Beta testing on my backup Raspberry Pi Zero W. The second command from Pi-hole V6 Beta Testing – Pi-hole failed and gave me an error "Retrieval of supported OS list failed. dig failed with return code 10. Unable to determine if the detected OS (Raspbian 11) is supported". Appreciate and suggestions or recommendations
Installed Raspberry Pi OS (bullseye 11 / Debian v11.9)
install pihole using command curl -sSL htps://install.pi-hole.net | sudo PIHOLE_SKIP_OS_CHECK=true bash (no issue)
Install V6 Beta using command sudo pihole checkout dev and it failed with error "Retrieval of supported OS list failed. dig failed with return code 10. Unable to determine if the detected OS (Raspbian 11) is supported"
[i] The install log is located at: /etc/pihole/install.log
[✓] Update complete!
Core
Version is v5.18.3-527-g38c561a (Latest: null)
Branch is development
Hash is 38c561ae (Latest: 38c561ae)
Web
Version is v5.21-959-g7acf464 (Latest: null)
Branch is devel
Hash is 7acf4647 (Latest: 7acf4647)
FTL
Version is vDev-3c7b356 (Latest: null)
Branch is development
Hash is 3c7b356e (Latest: 3c7b356e)
sudo pihole status
[✓] FTL is listening on port 53
[✓] UDP (IPv4)
[✓] TCP (IPv4)
[✓] UDP (IPv6)
[✓] TCP (IPv6)
[✓] Pi-hole blocking is enabled
but, get 403 Forbidden on http ipaddress/admin
what am I doing wrong ?
ahh, I have existing use port 80 AND 8080:
I'm running piaware on this rpi
after I edit pihole web port, how do I reload pihole so it will use, say, 9090 ?
pihole.toml
port = "9090,443s,[::]:8080,[::]:443s" ### CHANGED, default = "80,[::]:80,443s,[::]:443s"
Thanks, yes, it did, working fine, I misinterpreted initially as I didn't enter "/admin" part after port#, mea culpa..
As far as I can tell, this runs just fine.
This is just a hobby site, hmm, I might as well change my primary DNS to the beta build.. any reason I shouldn't?