Did a sudo pihole-FTL --config debug.webserver true. While viewing my the webserver log and I did a nc -nzvw5 192.168.1.199 80 from another machine. Said machine shows that the connection is successful, but that makes sense as adblocking and everything but the dashboard are still working. However, nothing shows up in webserver.log, in fact it is completely empty and was last modified at Feb 2nd at 03:30 along with several of the backup logs. Which matches my /etc/cron.d/pihole.
cron setup as follows:
Update Gravity 11th minute of 3rd hour every (7) Sunday.
Flush logs at 30th minute of 3rd hour every day
Grab remote and local set to 16th minute of 13th hour of every day followed by:
last update in pihole_debug.logis from 30th which matches last modified.
webserver.log.1 shows last updates were around when I rebooted. The post reboot nc -nzvw5 192.168.1.199 80 shows up from itself and the other machine as well as dashboard access auth request that redirects to /admin/login from when I logged in.
I’m not sure what is causing the dashboard itself to fail while the DNS sinkhole stays running in the background.