Pihole docker compose failed install?

Hi,
firstly I would like to apologise for my lack of knowledge, I have tried to manage but I think I am doing exactly as described on the internet .
I installed pihole in docker using docker compose as per the documentation GitHub - pi-hole/docker-pi-hole: Pi-hole in a docker container
I also have homeassistant running in docker on port 8123.
the problem is the web interface is not working. It loads but it's completely empty.

These are the only logs I could find. There's no such file as /var/log/pihole.log.
What am I doing wrong?

pi@raspberrypi:~ $ docker logs pihole
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] 01-resolver-resolv: applying...
[fix-attrs.d] 01-resolver-resolv: exited 0.
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 05-changer-uid-gid.sh: executing...
[cont-init.d] 05-changer-uid-gid.sh: exited 0.
[cont-init.d] 20-start.sh: executing...
 ::: Starting docker specific checks & setup for docker pihole/pihole

  [i] Installing configs from /etc/.pihole...
  [i] Existing dnsmasq.conf found... it is not a Pi-hole file, leaving alone!
  [✓] Installed /etc/dnsmasq.d/01-pihole.conf
  [✓] Installed /etc/dnsmasq.d/06-rfc6761.conf
Existing DNS servers detected in setupVars.conf. Leaving them alone
::: Assigning password defined by Environment Variable
  [✓] New password set
DNSMasq binding to default interface: eth0
Added ENV to php:
                        "TZ" => "Europe/Warsaw",
                        "PIHOLE_DOCKER_TAG" => "2022.07.1",
                        "PHP_ERROR_LOG" => "/var/log/lighttpd/error-pihole.log",
                        "ServerIP" => "192.168.0.15",
                        "CORS_HOSTS" => "",
                        "VIRTUAL_HOST" => "192.168.0.15",
Using IPv4 and IPv6
::: Preexisting ad list /etc/pihole/adlists.list detected ((exiting setup_blocklists early))
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
::: Testing lighttpd config: Syntax OK
::: All config checks passed, cleared for startup ...
::: Enabling Query Logging
  [i] Enabling logging...
  [✓] Logging has been enabled!
 ::: Docker start setup complete
  Checking if custom gravity.db is set in /etc/pihole/pihole-FTL.conf
  Current Pi-hole version is v5.11.4
  Current AdminLTE version is v5.13
  Current FTL version is v5.16.1
  Container tag is: 2022.07.1
[cont-init.d] 20-start.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
Starting pihole-FTL (no-daemon) as pihole
Starting crond
Starting lighttpd
[services.d] done.

*** [ INITIALIZING ]
[i] 1970-01-01:01:00:00 debug log has been initialized.
[i] System has been running for 63 days, 1 hours, 14 minutes

*** [ INITIALIZING ] Sourcing setup variables
[i] Sourcing /etc/pihole/setupVars.conf...

*** [ DIAGNOSING ]: Core version
[i] Core: v5.11.4 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
[i] Remotes: origin     https://github.com/pi-hole/pi-hole.git (fetch)
             origin     https://github.com/pi-hole/pi-hole.git (push)
[i] Branch: master
[i] Commit: v5.11.4-0-gaefbe1f

*** [ DIAGNOSING ]: Web version
[i] Web: v5.13 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
[i] Remotes: origin     https://github.com/pi-hole/AdminLTE.git (fetch)
             origin     https://github.com/pi-hole/AdminLTE.git (push)
[i] Branch: master
[i] Commit: v5.13-0-g1714b08

*** [ DIAGNOSING ]: FTL version
[✓] FTL: v5.16.1 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)

*** [ DIAGNOSING ]: lighttpd version
[i] 1.4.59

*** [ DIAGNOSING ]: php version
[i] 7.4.28

*** [ DIAGNOSING ]: Operating system
[i] Pi-hole Docker Container: 2022.07.1
[i] dig return code:  134
[i] dig response:  time.c:132: Operation not permitted
[✗] Distro:  Debian
[✗] Error: Debian is not a supported distro (https://docs.pi-hole.net/main/prerequisites/)

*** [ DIAGNOSING ]: SELinux
[i] SELinux not detected

*** [ DIAGNOSING ]: FirewallD
[✓] Firewalld service not detected

*** [ DIAGNOSING ]: Processor
[✓] armv7l

*** [ DIAGNOSING ]: Disk usage
   Filesystem      Size  Used Avail Use% Mounted on
   overlay          58G  4.9G   50G   9% /
   tmpfs            64M     0   64M   0% /dev
   tmpfs           3.9G     0  3.9G   0% /sys/fs/cgroup
   shm              64M  1.3M   63M   2% /dev/shm
   /dev/root        58G  4.9G   50G   9% /etc/pihole
   tmpfs           3.9G     0  3.9G   0% /proc/asound
   tmpfs           3.9G     0  3.9G   0% /sys/firmware

*** [ DIAGNOSING ]: Network interfaces and addresses
   1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
       link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
       inet 127.0.0.1/8 scope host lo
          valid_lft forever preferred_lft forever
   31: eth0@if32: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
       link/ether 02:42:ac:13:00:02 brd ff:ff:ff:ff:ff:ff link-netnsid 0
       inet 172.19.0.2/16 brd 172.19.255.255 scope global eth0
          valid_lft forever preferred_lft forever

*** [ DIAGNOSING ]: Network routing table
   default via 172.19.0.1 dev eth0
   172.19.0.0/16 dev eth0 proto kernel scope link src 172.19.0.2

*** [ DIAGNOSING ]: Networking
[✓] IPv4 address(es) bound to the eth0 interface:
    172.19.0.2/16

[✗] No IPv6 address(es) found on the eth0 interface.

[i] Default IPv4 gateway: 172.19.0.1
   * Pinging 172.19.0.1...
ping: Warning: time of day goes back (-674568715us), taking countermeasures
[✓] Gateway responded.

*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
time.c:132: Operation not permitted
timer.c:619: fatal error: RUNTIME_CHECK(isc_time_now((&now)) == 0) failed
[✗] Failed to resolve  on lo (127.0.0.1)
time.c:132: Operation not permitted
timer.c:619: fatal error: RUNTIME_CHECK(isc_time_now((&now)) == 0) failed
[✗] Failed to resolve  on eth0 (172.19.0.2)
time.c:132: Operation not permitted
timer.c:619: fatal error: RUNTIME_CHECK(isc_time_now((&now)) == 0) failed
[✗] Failed to resolve doubleclick.com 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
[✓] No IPv6 address available on lo
[✓] No IPv6 address available on eth0
time.c:132: Operation not permitted
timer.c:619: fatal error: RUNTIME_CHECK(isc_time_now((&now)) == 0) failed
[✗] Failed to resolve doubleclick.com via a remote, public DNS server (2001:4860:4860::8888)

*** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds)
   Scanning all your interfaces for DHCP servers
   Timeout: 10 seconds

   DHCP packets received on interface lo: 0
   DHCP packets received on interface eth0: 0

*** [ DIAGNOSING ]: Pi-hole processes
[✗] lighttpd daemon is inactive
[✗] pihole-FTL daemon is inactive

*** [ DIAGNOSING ]: Pi-hole-FTL full status
[i] systemctl:  command not found

*** [ DIAGNOSING ]: Setup variables
    INSTALL_WEB_SERVER=true
    INSTALL_WEB_INTERFACE=true
    PIHOLE_DNS_1=8.8.8.8
    PIHOLE_DNS_2=8.8.4.4
    PIHOLE_INTERFACE=eth0
    QUERY_LOGGING=true
    BLOCKING_ENABLED=true

*** [ DIAGNOSING ]: Dashboard and block page
[✗] Block page X-Header: X-Header does not match or could not be retrieved.

[✗] Web interface X-Header: X-Header does not match or could not be retrieved.


*** [ DIAGNOSING ]: Gravity Database
-rw-rw-r-- 1 pihole pihole 96K Jul 24  2022 /etc/pihole/gravity.db

*** [ DIAGNOSING ]: Info table
   property              value
   --------------------  ----------------------------------------
   version               15
   updated               -1096653369
   gravity_count         0
   Last gravity run finished at: Tue Apr  2 07:03:51 CET 1935

   ----- First 10 Gravity Domains -----


*** [ DIAGNOSING ]: Groups
   id    enabled  name                                                date_added           date_modified        description
   ----  -------  --------------------------------------------------  -------------------  -------------------  --------------------------------------------------
   0           1  Default                                             1935-04-06 05:21:43  1935-04-06 05:21:43  The default group

*** [ DIAGNOSING ]: Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)

*** [ DIAGNOSING ]: Clients

*** [ DIAGNOSING ]: Adlists
   id     enabled  group_ids     address                                                                                               date_added           date_modified        comment                              
   -----  -------  ------------  ----------------------------------------------------------------------------------------------------  -------------------  -------------------  --------------------------------------------------
   1            1  0             https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts                                      1970-01-01 01:00:00  1970-01-01 01:00:00  Migrated from /etc/pihole/adlists.list

*** [ DIAGNOSING ]: contents of /etc/pihole

-rw-r--r-- 1 root root 0 Jul 24  2022 /etc/pihole/custom.list

-rw-r--r-- 1 root root 65 Jul 24  2022 /etc/pihole/local.list

-rw-rw-r-- 1 pihole root 132 Jul 24  2022 /etc/pihole/pihole-FTL.conf
   REPLY_ADDR4=0.0.0.0

*** [ DIAGNOSING ]: contents of /etc/dnsmasq.d

-rw-r--r-- 1 root root 1.4K Jul 24  2022 /etc/dnsmasq.d/01-pihole.conf
   addn-hosts=/etc/pihole/local.list
   addn-hosts=/etc/pihole/custom.list
   localise-queries
   no-resolv
   cache-size=10000
   log-queries
   log-facility=/var/log/pihole/pihole.log
   log-async
   server=8.8.8.8
   server=8.8.4.4
   interface=eth0

-rw-r--r-- 1 root root 2.2K Jul 24  2022 /etc/dnsmasq.d/06-rfc6761.conf
   server=/test/
   server=/localhost/
   server=/invalid/
   server=/bind/
   server=/onion/

*** [ DIAGNOSING ]: contents of /etc/lighttpd

-rw-r--r-- 1 root root 0 Jul 10  2022 /etc/lighttpd/external.conf

-rw-r--r-- 1 root root 3.9K Jul 24  2022 /etc/lighttpd/lighttpd.conf
   server.modules = (
       "mod_access",
       "mod_accesslog",
       "mod_auth",
       "mod_expire",
       "mod_redirect",
       "mod_setenv",
       "mod_rewrite"
   )
   server.document-root        = "/var/www/html"
   server.error-handler-404    = "/pihole/index.php"
   server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )
   server.errorlog             = "/var/log/lighttpd/error-pihole.log"
   server.pid-file             = "/run/lighttpd.pid"
   server.username             = "www-data"
   server.groupname            = "www-data"
   server.port                 = 80
   accesslog.filename          = "/var/log/lighttpd/access-pihole.log"
   accesslog.format            = "%{%s}t|%V|%r|%s|%b"
   server.stream-response-body = 1
   index-file.names            = ( "index.php", "index.html", "index.lighttpd.html" )
   url.access-deny             = ( "~", ".inc", ".md", ".yml", ".ini" )
   static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
   mimetype.assign = (
       ".ico"   => "image/x-icon",
       ".jpeg"  => "image/jpeg",
       ".jpg"   => "image/jpeg",
       ".png"   => "image/png",
       ".svg"   => "image/svg+xml",
       ".css"   => "text/css; charset=utf-8",
       ".html"  => "text/html; charset=utf-8",
       ".js"    => "text/javascript; charset=utf-8",
       ".json"  => "application/json; charset=utf-8",
       ".map"   => "application/json; charset=utf-8",
       ".txt"   => "text/plain; charset=utf-8",
       ".eot"   => "application/vnd.ms-fontobject",
       ".otf"   => "font/otf",
       ".ttc"   => "font/collection",
       ".ttf"   => "font/ttf",
       ".woff"  => "font/woff",
       ".woff2" => "font/woff2"
   )
   include_shell "cat external.conf 2>/dev/null"
   include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
   include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
' 2>/dev/null"
   $HTTP["url"] =~ "^/admin/" {
       setenv.add-response-header = (
           "X-Pi-hole" => "The Pi-hole Web interface is working!",
           "X-Frame-Options" => "DENY"
       )
   }
   $HTTP["url"] =~ "^/admin/\.(.*)" {
       url.access-deny = ("")
   }
   $HTTP["url"] =~ "/(teleporter|api_token)\.php$" {
       $HTTP["referer"] =~ "/admin/settings\.php" {
           setenv.add-response-header = ( "X-Frame-Options" => "SAMEORIGIN" )
       }
   }
   expire.url = ( "" => "access plus 0 seconds" )

*** [ DIAGNOSING ]: contents of /etc/cron.d

-rw-r--r-- 1 root root 1.8K Jul 10  2022 /etc/cron.d/pihole
   24 3   * * 7   root    PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updateGravity >/var/log/pihole/pihole_updateGravity.log || cat /var/log/pihole/pihole_updateGravity.log
   00 00   * * *   root    PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole flush once quiet
   @reboot root /usr/sbin/logrotate --state /var/lib/logrotate/pihole /etc/pihole/logrotate
   */10 *  * * *   root    PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker local
   1 18  * * *   root    PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker remote
   @reboot root    PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker remote reboot

*** [ DIAGNOSING ]: contents of /var/log/lighttpd

-rw-r--r-- 1 www-data www-data 69 Jul 24  2022 /var/log/lighttpd/error-pihole.log
   -----head of error-pihole.log------
   1970-03-05 14:54:00: server.c.1513) server started (lighttpd/1.4.59)

   -----tail of error-pihole.log------
   1970-03-05 14:54:00: server.c.1513) server started (lighttpd/1.4.59)

*** [ DIAGNOSING ]: contents of /var/log/pihole

-rw-r--r-- 1 pihole pihole 108K Jul 24  2022 /var/log/pihole/FTL.log
   -----head of FTL.log------
   [1931-02-19 16:00:45.000 557M] Using log file /var/log/pihole/FTL.log
   [1970-01-01 01:00:00.000 557M] ########## FTL started on ec69c0262a7b! ##########
   [1931-02-27 06:49:52.000 557M] FTL branch: master
   [1935-06-02 16:50:36.000 557M] FTL version: v5.16.1
   [1935-06-02 16:50:36.000 557M] FTL commit: 5ff5bed
   [1935-06-02 16:50:36.000 557M] FTL date: 2022-07-08 08:44:12 +0100
   [1935-06-02 16:50:36.000 557M] FTL user: pihole
   [1935-06-02 16:50:36.000 557M] Compiled for armv7hf (compiled on CI) using arm-linux-gnueabihf-gcc (Debian 6.3.0-18) 6.3.0 20170516
   [1935-06-02 16:48:56.000 557M] Creating mutex
   [1935-06-02 16:48:20.000 557M] Creating mutex
   [1970-03-09 23:52:09.1764755 557M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
   [1970-01-01 01:00:00.000 557M]    SOCKET_LISTENING: only local
   [1935-06-02 16:48:44.000 557M]    AAAA_QUERY_ANALYSIS: Show AAAA queries
   [1935-06-02 16:48:44.000 557M]    MAXDBDAYS: max age for stored queries is 365 days
   [1970-01-01 01:00:00.000 557M]    RESOLVE_IPV6: Resolve IPv6 addresses
   [1970-01-01 01:00:00.000 557M]    RESOLVE_IPV4: Resolve IPv4 addresses
   [1970-01-01 01:00:00.000 557M]    DBINTERVAL: saving to DB file every minute
   [1970-01-01 01:00:00.000 557M]    DBFILE: Using /etc/pihole/pihole-FTL.db
   [1935-06-02 16:48:44.000 557M]    MAXLOGAGE: Importing up to 24.0 hours of log data
   [1970-01-01 01:00:00.000 557M]    PRIVACYLEVEL: Set to 0
   [1935-06-02 16:48:44.000 557M]    IGNORE_LOCALHOST: Show queries from localhost
   [2025-12-03 10:50:56.-1224825 557M]    BLOCKINGMODE: Null IPs for blocked domains
   [1935-06-02 16:48:44.000 557M]    ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
   [1970-01-01 01:00:00.000 557M]    DBIMPORT: Importing history from database
   [1970-01-01 01:00:00.000 557M]    PIDFILE: Using /run/pihole-FTL.pid
   [1970-01-01 01:00:00.000 557M]    PORTFILE: Using /run/pihole-FTL.port
   [1970-01-01 01:00:00.-1226499 557M]    SOCKETFILE: Using /run/pihole/FTL.sock
   [1935-06-02 16:48:04.000 557M]    SETUPVARSFILE: Using /etc/pihole/setupVars.conf
   [1935-06-02 16:48:04.000 557M]    MACVENDORDB: Using /etc/pihole/macvendor.db
   [1935-06-02 16:48:04.000 557M]    GRAVITYDB: Using /etc/pihole/gravity.db
   [1970-01-01 01:00:13.000 557M]    PARSE_ARP_CACHE: Active
   [1935-06-02 16:48:44.000 557M]    CNAME_DEEP_INSPECT: Active
   [1935-06-02 16:48:44.000 557M]    DELAY_STARTUP: No delay requested.
   [1935-06-02 16:48:44.000 557M]    BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
   [1935-06-02 16:48:44.000 557M]    NICE: Cannot change niceness to -10 (permission denied)

   -----tail of FTL.log------
   [1935-06-02 16:47:56.000 557M] DB warn: TIMESTAMP should be larger than 01/01/2017 but is 1126560000
   [1935-06-02 16:47:56.000 557M] DB warn: TIMESTAMP should be larger than 01/01/2017 but is 1126560000
   [1935-06-02 16:47:56.000 557M] DB warn: TIMESTAMP should be larger than 01/01/2017 but is 1126560000
   [1935-06-02 16:47:56.000 557M] DB warn: TIMESTAMP should be larger than 01/01/2017 but is 1126560000
   [1935-06-02 16:47:56.000 557M] DB warn: TIMESTAMP should be larger than 01/01/2017 but is 1126560000
   [1935-06-02 16:47:56.000 557M] Imported 0 queries from the long-term database
   [1970-01-01 01:00:00.-1091347 557M]  -> Total DNS queries: 0
   [1935-06-02 16:50:44.-1091347 557M]  -> Cached DNS queries: 0
   [1935-06-02 16:50:44.-1091347 557M]  -> Forwarded DNS queries: 0
   [1935-06-02 16:50:44.-1091347 557M]  -> Blocked DNS queries: 0
   [1935-06-02 16:50:44.-1091347 557M]  -> Unknown DNS queries: 0
   [1935-06-02 16:50:44.-1091347 557M]  -> Unique domains: 0
   [1935-06-02 16:50:44.-1091347 557M]  -> Unique clients: 0
   [1935-06-02 16:50:44.000 557M]  -> Known forward destinations: 0
   [1970-09-15 19:57:04.1764755 557M] Successfully accessed setupVars.conf
   [1931-03-11 03:52:44.000 557M] listening on 0.0.0.0 port 53
   [1935-06-02 16:44:12.000 557M] listening on :: port 53
   [1974-01-18 17:15:13.-1226504 557M] PID of FTL process: 557
   [1970-01-01 01:00:00.-1229161 557/T590] Listening on port 4711 for incoming IPv4 telnet connections
   [1970-09-15 19:12:45.-1225822 557M] INFO: FTL is running as user pihole (UID 999)
   [1970-01-01 01:00:00.22290 557M] Reloading DNS cache
   [1970-01-01 01:00:00.000 557/T592] Listening on Unix socket
   [1929-04-06 23:20:52.4564 557/T593] Compiled 0 whitelist and 0 blacklist regex filters for 0 clients in 6698738775.2 msec
   [1970-01-10 03:27:12.000 557/T593] Blocking status is enabled
   [1970-01-01 01:00:00.000 557M] Reloading DNS cache
   [1929-04-07 10:19:24.5216 557/T593] SQLite3 message: file renamed while open: /etc/pihole/gravity.db (28)
   [1929-04-08 19:59:16.4564 557/T593] Compiled 0 whitelist and 0 blacklist regex filters for 0 clients in 6698738775.2 msec
   [1970-01-10 03:27:12.000 557/T593] Blocking status is enabled
   [1970-03-19 15:49:44.001 557M] WARN: Found database entries in the future (2025-12-03 10:55:00 (1764755700), last timestamp for importing: 1970-03-15 12:55:00 (6350100)). Your over-time statistics may be incorrect (found in src/dnsmasq_interface.c:671)
   [1970-01-01 01:00:00.000 557M] New upstream server: 8.8.8.8:53 (0/1024)
   [1970-01-01 01:00:00.000 557M] New upstream server: 8.8.4.4:53 (1/1024)
   [1935-06-02 16:20:28.22356 557M] Resizing "FTL-dns-cache" from 4096 to (512 * 16) == 8192 (/dev/shm: 1.3MB used, 67.1MB total, FTL uses 1.3MB)
   [1935-06-02 16:20:28.22356 557M] Resizing "FTL-dns-cache" from 8192 to (768 * 16) == 12288 (/dev/shm: 1.3MB used, 67.1MB total, FTL uses 1.3MB)
   [1935-06-02 16:20:28.22356 557M] Resizing "FTL-dns-cache" from 12288 to (1024 * 16) == 16384 (/dev/shm: 1.3MB used, 67.1MB total, FTL uses 1.3MB)
   [1931-02-18 14:37:04.-1091348 557M] Rate-limiting 172.19.0.1 for at least 1095940183 seconds

*** [ DIAGNOSING ]: contents of /dev/shm
-rw------- 1 pihole pihole 324K Jul 24  2022 /dev/shm/FTL-clients
-rw------- 1 pihole pihole 244 Jul 24  2022 /dev/shm/FTL-counters
-rw------- 1 pihole pihole 16K Jul 24  2022 /dev/shm/FTL-dns-cache
-rw------- 1 pihole pihole 20K Jul 24  2022 /dev/shm/FTL-domains
-rw------- 1 pihole pihole 56 Jul 24  2022 /dev/shm/FTL-lock
-rw------- 1 pihole pihole 12K Jul 24  2022 /dev/shm/FTL-overTime
-rw------- 1 pihole pihole 4.0K Jul 24  2022 /dev/shm/FTL-per-client-regex
-rw------- 1 pihole pihole 176K Jul 24  2022 /dev/shm/FTL-queries
-rw------- 1 pihole pihole 12 Jul 24  2022 /dev/shm/FTL-settings
-rw------- 1 pihole pihole 80K Jul 24  2022 /dev/shm/FTL-strings
-rw------- 1 pihole pihole 604K Jul 24  2022 /dev/shm/FTL-upstreams

*** [ DIAGNOSING ]: contents of /etc

-rw-r--r-- 1 root root 37 Jul 24  2022 /etc/dnsmasq.conf
   conf-dir=/etc/dnsmasq.d
   user=pihole

-rw-rw-r-- 1 root 1000 38 Jul 24  2022 /etc/resolv.conf
   nameserver 127.0.0.11
   options ndots:0

*** [ DIAGNOSING ]: Pi-hole diagnosis messages
   count   last timestamp       type                  message                                                       blob1                 blob2                 blob3                 blob4                 blob5     
   ------  -------------------  --------------------  ------------------------------------------------------------  --------------------  --------------------  --------------------  --------------------  --------------------
   1       1935-06-02 16:51:56  RATE_LIMIT            172.19.0.1                                                    1000                  60                                                                          

*** [ DIAGNOSING ]: Locale
    LANG=

*** [ DIAGNOSING ]: Pi-hole log
-rw-r--r-- 1 pihole pihole 1.5M Jul 24  2022 /var/log/pihole/pihole.log
   -----head of pihole.log------
   Feb 22 15:45:43 dnsmasq[557]: started, version pi-hole-2.87test8 cachesize 10000
   Jan  1 01:00:30 dnsmasq[557]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n IDN DHCP DHCPv6 Lua TFTP no-conntrack ipset no-nftset auth cryptohash DNSSEC loop-detect inotify dumpfile
   Sep 16 03:39:44 dnsmasq[557]: using nameserver 8.8.8.8#53
   Jan  1 01:00:30 dnsmasq[557]: using nameserver 8.8.4.4#53
   Jan  1 01:00:30 dnsmasq[557]: using only locally-known addresses for onion
   Jan  1 01:00:30 dnsmasq[557]: using only locally-known addresses for bind
   Jan  1 01:00:30 dnsmasq[557]: using only locally-known addresses for invalid
   Jan  1 01:00:30 dnsmasq[557]: using only locally-known addresses for localhost
   Jan  1 01:00:30 dnsmasq[557]: using only locally-known addresses for test
   Dec  3 10:50:56 dnsmasq[557]: read /etc/hosts - 7 addresses
   Dec  3 10:50:56 dnsmasq[557]: read /etc/pihole/custom.list - 0 addresses
   Dec  3 10:50:56 dnsmasq[557]: read /etc/pihole/local.list - 0 addresses
   Dec  3 10:50:56 dnsmasq[557]: read /etc/hosts - 7 addresses
   Dec  3 10:50:56 dnsmasq[557]: read /etc/pihole/custom.list - 0 addresses
   Dec  3 10:50:56 dnsmasq[557]: read /etc/pihole/local.list - 0 addresses
   Sep 17 23:05:52 dnsmasq[557]: query[PTR] 1.0.18.172.in-addr.arpa from 172.19.0.1
   Feb 27 07:21:32 dnsmasq[557]: forwarded 1.0.18.172.in-addr.arpa to 8.8.8.8
   Jan  1 01:00:30 dnsmasq[557]: forwarded 1.0.18.172.in-addr.arpa to 8.8.4.4
   Jan  1 01:00:00 dnsmasq[557]: reply 1.0.18.172.in-addr.arpa is NXDOMAIN
   Jun  2 16:35:40 dnsmasq[557]: query[PTR] 2.0.18.172.in-addr.arpa from 172.19.0.1

   -----tail of pihole.log------
   Jan  1 01:00:00 dnsmasq[557]: config error is REFUSED (EDE: blocked)
   Mar 14 15:14:24 dnsmasq[557]: Rate-limiting 251.7.18.172.in-addr.arpa is REFUSED (EDE: blocked)
   Jan  1 01:00:00 dnsmasq[557]: query[PTR] 252.7.18.172.in-addr.arpa from 172.19.0.1
   Jan  1 01:00:00 dnsmasq[557]: config error is REFUSED (EDE: blocked)
   Mar 14 15:14:24 dnsmasq[557]: Rate-limiting 252.7.18.172.in-addr.arpa is REFUSED (EDE: blocked)
   Jan  1 01:00:00 dnsmasq[557]: query[PTR] 253.7.18.172.in-addr.arpa from 172.19.0.1
   Jan  1 01:00:00 dnsmasq[557]: config error is REFUSED (EDE: blocked)
   Mar 14 15:14:24 dnsmasq[557]: Rate-limiting 253.7.18.172.in-addr.arpa is REFUSED (EDE: blocked)
   Jan  1 01:00:00 dnsmasq[557]: query[PTR] 254.7.18.172.in-addr.arpa from 172.19.0.1
   Jan  1 01:00:00 dnsmasq[557]: config error is REFUSED (EDE: blocked)
   Mar 14 15:14:24 dnsmasq[557]: Rate-limiting 254.7.18.172.in-addr.arpa is REFUSED (EDE: blocked)
   Jan  1 01:00:00 dnsmasq[557]: query[PTR] 255.7.18.172.in-addr.arpa from 172.19.0.1
   Jan  1 01:00:00 dnsmasq[557]: config error is REFUSED (EDE: blocked)
   Mar 14 15:14:24 dnsmasq[557]: Rate-limiting 255.7.18.172.in-addr.arpa is REFUSED (EDE: blocked)
   Jan  1 01:00:00 dnsmasq[557]: query[PTR] 0.8.18.172.in-addr.arpa from 172.19.0.1
   Jan  1 01:00:00 dnsmasq[557]: config error is REFUSED (EDE: blocked)
   Mar 14 15:14:24 dnsmasq[557]: Rate-limiting 0.8.18.172.in-addr.arpa is REFUSED (EDE: blocked)
   Jan  1 01:00:00 dnsmasq[557]: query[PTR] 1.8.18.172.in-addr.arpa from 172.19.0.1
   Jan  1 01:00:00 dnsmasq[557]: config error is REFUSED (EDE: blocked)
   Mar 14 15:14:24 dnsmasq[557]: Rate-limiting 1.8.18.172.in-addr.arpa is REFUSED (EDE: blocked)


********************************************
********************************************
[✓] ** FINISHED DEBUGGING! **

   * The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only.

[?] Would you like to upload the log? [y/N] y
    * Using curl for transmission.
    * curl failed, contact Pi-hole support for assistance.
    * Error message: curl: (28) Resolving timed out after 1091946531065 milliseconds

[✗]  There was an error uploading your debug log.
   * Please try again or contact the Pi-hole team for assistance.
   * A local copy of the debug log can be found at: /var/log/pihole/pihole_debug.log