I think my pihole installation is broke, I can't update blocklists and received the following errors when pihole -d:
[✓] IPv6 address(es) bound to the eth0 interface:
2605:a601:aa67:3600:91ac:d250:6765:1f95 matches the IP found in /etc/pihole/setupVars.conf
fe80::649b:f03:d4ff:a5b7 does not match the IP found in /etc/pihole/setupVars.conf (Use IPv6 ULA addresses for Pi-hole)
*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
dig: '' is not a legal name (unexpected end of input)
[✗] Failed to resolve via localhost (127.0.0.1)
dig: '' is not a legal name (unexpected end of input)
[✗] Failed to resolve via Pi-hole (192.168.1.100)
[✓] doubleclick.com is 216.58.193.142 via a remote, public DNS server (8.8.8.8)
*** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
dig: '' is not a legal name (unexpected end of input)
[✗] Failed to resolve via localhost (::1)
dig: '' is not a legal name (unexpected end of input)
[✗] Failed to resolve via Pi-hole (2605:a601:aa67:3600:91ac:d250:6765:1f95)
[✓] doubleclick.com is 2607:f8b0:4000:806::200e via a remote, public DNS server (2001:4860:4860::8888)
*** [ DIAGNOSING ]: Dashboard and block page
[✗] Block page X-Header: X-Header does not match or could not be retrieved.
HTTP/1.1 200 OK
Content-type: text/html; charset=UTF-8
Date: Sat, 05 Oct 2019 19:07:37 GMT
Server: lighttpd/1.4.53
Also, I tried uploading my debug log and that failed too..
Not sure where to start