Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This process collects information from your Pi-hole, and optionally uploads it to a unique and random directory on tricorder.pi-hole.net.
- The intent of this script is to allow users to self-diagnose their installations. This is accomplished by running tests against our software and providing the user with links to FAQ articles when a problem is detected. Since we are a small team and Pi-hole has been growing steadily, it is our hope that this will help us spend more time on development.
- NOTE: All log files auto-delete after 48 hours and ONLY the Pi-hole developers can access your data via the given token. We have taken these extra steps to secure your data and will work to further reduce any personal information gathered.
- [95m*** [ INITIALIZING ][0m
- [i] 2023-12-22:22:49:40 debug log has been initialized.
- [i] System has been running for 0 days, 5 hours, 25 minutes
- [95m*** [ INITIALIZING ][0m Sourcing setup variables
- [i] Sourcing /etc/pihole/setupVars.conf...
- [95m*** [ DIAGNOSING ]:[0m Core version
- [[32mβ[0m] Version: v5.17.2
- [i] Remotes: origin https://github.com/pi-hole/pi-hole.git (fetch)
- origin https://github.com/pi-hole/pi-hole.git (push)
- [i] Branch: [32mmaster[0m
- [i] Commit: v5.17.2-0-g60b6a10
- [95m*** [ DIAGNOSING ]:[0m Web version
- [[32mβ[0m] Version: v5.21
- [i] Remotes: origin https://github.com/pi-hole/web.git (fetch)
- origin https://github.com/pi-hole/web.git (push)
- [i] Branch: [32mmaster[0m
- [i] Commit: v5.21-0-gbe05b0f
- [95m*** [ DIAGNOSING ]:[0m FTL version
- [[32mβ[0m] Version: v5.23
- [i] Branch: [32mmaster[0m
- [i] Commit: d201776e
- [95m*** [ DIAGNOSING ]:[0m lighttpd version
- [i] 1.4.69
- [95m*** [ DIAGNOSING ]:[0m php version
- [i] 8.2.7
- [95m*** [ DIAGNOSING ]:[0m Operating system
- [i] Distro: Debian
- [i] Version: 12
- [[91mβ[0m] dig return code: [91m10[0m
- [[91mβ[0m] dig response: dig: couldn't get address for 'ns1.pi-hole.net': failure
- [[91mβ[0m] Error: [91mdig command failed - Unable to check OS[0m
- [95m*** [ DIAGNOSING ]:[0m SELinux
- [i] [32mSELinux not detected[0m
- [95m*** [ DIAGNOSING ]:[0m FirewallD
- [i] [32mFirewalld service inactive[0m
- [95m*** [ DIAGNOSING ]:[0m Processor
- [[32mβ[0m] [32maarch64[0m
- [95m*** [ DIAGNOSING ]:[0m Disk usage
- Filesystem Size Used Avail Use% Mounted on
- udev 1.6G 0 1.6G 0% /dev
- tmpfs 380M 1.4M 378M 1% /run
- /dev/mmcblk0p2 59G 5.4G 50G 10% /
- tmpfs 1.9G 72M 1.8G 4% /dev/shm
- tmpfs 5.0M 12K 5.0M 1% /run/lock
- /dev/mmcblk0p1 510M 74M 437M 15% /boot/firmware
- tmpfs 380M 44K 380M 1% /run/user/1000
- [95m*** [ DIAGNOSING ]:[0m 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
- inet6 ::1/128 scope host noprefixroute
- valid_lft forever preferred_lft forever
- 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
- link/ether e4:5f:01:2c:fb:eb brd ff:ff:ff:ff:ff:ff
- 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
- link/ether e4:5f:01:2c:fb:ec brd ff:ff:ff:ff:ff:ff
- inet 192.168.1.40/24 brd 192.168.1.255 scope global dynamic noprefixroute wlan0
- valid_lft 85437sec preferred_lft 85437sec
- inet6 fe80::82ca:8ac3:60f6:8af7/64 scope link noprefixroute
- valid_lft forever preferred_lft forever
- [95m*** [ DIAGNOSING ]:[0m Network routing table
- default via 192.168.1.1 dev wlan0 proto dhcp src 192.168.1.40 metric 600
- 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.40 metric 600
- [95m*** [ DIAGNOSING ]:[0m Networking
- [[91mβ[0m] [91mNo IPv4 address(es) found on the eth0[0m interface.
- [[91mβ[0m] [91mNo IPv6 address(es) found on the eth0[0m interface.
- [i] Default IPv4 gateway(s):
- [i] Default IPv6 gateway(s):
- [95m*** [ DIAGNOSING ]:[0m Ports in use
- udp:0.0.0.0:631 is in use by cups-browsed
- udp:0.0.0.0:5353 is in use by avahi-daemon
- udp:0.0.0.0:52506 is in use by avahi-daemon
- [[32mβ[0m] [32mudp:0.0.0.0:53[0m is in use by [32mpihole-FTL[0m
- udp:*:5353 is in use by avahi-daemon
- udp:*:52671 is in use by avahi-daemon
- [[32mβ[0m] [32mudp:*:53[0m is in use by [32mpihole-FTL[0m
- [[32mβ[0m] [32mtcp:0.0.0.0:80[0m is in use by [32mlighttpd[0m
- [[32mβ[0m] [32mtcp:0.0.0.0:53[0m is in use by [32mpihole-FTL[0m
- [[32mβ[0m] [32mtcp:127.0.0.1:4711[0m is in use by [32mpihole-FTL[0m
- tcp:127.0.0.1:631 is in use by cupsd
- [[32mβ[0m] [32mtcp:[::1]:4711[0m is in use by [32mpihole-FTL[0m
- tcp:[::1]:631 is in use by cupsd
- [[32mβ[0m] [32mtcp:[::]:80[0m is in use by [32mlighttpd[0m
- [[32mβ[0m] [32mtcp:[::]:53[0m is in use by [32mpihole-FTL[0m
- [95m*** [ DIAGNOSING ]:[0m Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
- [[32mβ[0m] flurry.com [32mis [0m on [96mlo[0m ([96m127.0.0.1[0m)
- [[32mβ[0m] No IPv4 address available on [96meth0[0m
- [[32mβ[0m] flurry.com [32mis [0m on [96mwlan0[0m ([96m192.168.1.40[0m)
- [[32mβ[0m] doubleclick.com [32mis [0m via [96ma remote, public DNS server[0m (8.8.8.8)
- [95m*** [ DIAGNOSING ]:[0m Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
- [[32mβ[0m] flurry.com [32mis [0m on [96mlo[0m ([96m::1[0m)
- [[32mβ[0m] No IPv6 address available on [96meth0[0m
- [[91mβ[0m] [91mFailed to resolve[0m flurry.com on [91mwlan0[0m ([91mfe80::82ca:8ac3:60f6:8af7[0m)
- [[91mβ[0m] [91mFailed to resolve[0m doubleclick.com via [91ma remote, public DNS server[0m (2001:4860:4860::8888)
- [95m*** [ DIAGNOSING ]:[0m Discovering active DHCP servers (takes 10 seconds)
- Scanning all your interfaces for DHCP servers
- Timeout: 10 seconds
- * Received 300 bytes from wlan0:192.168.1.1
- Offered IP address: 192.168.1.40
- Server IP address: 192.168.1.1
- Relay-agent IP address: N/A
- BOOTP server: (empty)
- BOOTP file: (empty)
- DHCP options:
- Message type: DHCPOFFER (2)
- server-identifier: 192.168.1.1
- lease-time: 86400 ( 1d )
- renewal-time: 43200 ( 12h )
- rebinding-time: 75600 ( 21h )
- netmask: 255.255.255.0
- broadcast: 192.168.1.255
- wpad-server: "
- "
- dns-server: 192.168.1.40
- router: 192.168.1.1
- --- end of options ---
- DHCP packets received on interface wlan0: 1
- [95m*** [ DIAGNOSING ]:[0m Pi-hole processes
- [[32mβ[0m] [32mlighttpd[0m daemon is [32mactive[0m
- [[32mβ[0m] [32mpihole-FTL[0m daemon is [32mactive[0m
- [95m*** [ DIAGNOSING ]:[0m Pi-hole-FTL full status
- β pihole-FTL.service - Pi-hole FTL
- Loaded: loaded (/etc/systemd/system/pihole-FTL.service; enabled; preset: enabled)
- Active: active (running) since Fri 2023-12-22 22:41:38 GMT; 8min ago
- Process: 52214 ExecStartPre=/opt/pihole/pihole-FTL-prestart.sh (code=exited, status=0/SUCCESS)
- Main PID: 52227 (pihole-FTL)
- Tasks: 79 (limit: 3912)
- CPU: 29.326s
- CGroup: /system.slice/pihole-FTL.service
- ββ52227 /usr/bin/pihole-FTL -f
- ββ52996 /usr/bin/pihole-FTL -f
- ββ52997 /usr/bin/pihole-FTL -f
- ββ52998 /usr/bin/pihole-FTL -f
- ββ52999 /usr/bin/pihole-FTL -f
- ββ53000 /usr/bin/pihole-FTL -f
- ββ53001 /usr/bin/pihole-FTL -f
- ββ53002 /usr/bin/pihole-FTL -f
- ββ53003 /usr/bin/pihole-FTL -f
- ββ53004 /usr/bin/pihole-FTL -f
- ββ53005 /usr/bin/pihole-FTL -f
- ββ53006 /usr/bin/pihole-FTL -f
- ββ53007 /usr/bin/pihole-FTL -f
- ββ53008 /usr/bin/pihole-FTL -f
- ββ53009 /usr/bin/pihole-FTL -f
- ββ53010 /usr/bin/pihole-FTL -f
- ββ53011 /usr/bin/pihole-FTL -f
- ββ53012 /usr/bin/pihole-FTL -f
- ββ53013 /usr/bin/pihole-FTL -f
- ββ53014 /usr/bin/pihole-FTL -f
- ββ53015 /usr/bin/pihole-FTL -f
- ββ53016 /usr/bin/pihole-FTL -f
- ββ53017 /usr/bin/pihole-FTL -f
- ββ53018 /usr/bin/pihole-FTL -f
- ββ53019 /usr/bin/pihole-FTL -f
- ββ53020 /usr/bin/pihole-FTL -f
- ββ53021 /usr/bin/pihole-FTL -f
- ββ53022 /usr/bin/pihole-FTL -f
- ββ53023 /usr/bin/pihole-FTL -f
- ββ53024 /usr/bin/pihole-FTL -f
- ββ53025 /usr/bin/pihole-FTL -f
- ββ53026 /usr/bin/pihole-FTL -f
- ββ53027 /usr/bin/pihole-FTL -f
- ββ53028 /usr/bin/pihole-FTL -f
- ββ53029 /usr/bin/pihole-FTL -f
- ββ53030 /usr/bin/pihole-FTL -f
- ββ53031 /usr/bin/pihole-FTL -f
- ββ53032 /usr/bin/pihole-FTL -f
- ββ53033 /usr/bin/pihole-FTL -f
- ββ53034 /usr/bin/pihole-FTL -f
- ββ53035 /usr/bin/pihole-FTL -f
- ββ53036 /usr/bin/pihole-FTL -f
- ββ53037 /usr/bin/pihole-FTL -f
- ββ53038 /usr/bin/pihole-FTL -f
- ββ53039 /usr/bin/pihole-FTL -f
- ββ53040 /usr/bin/pihole-FTL -f
- ββ53041 /usr/bin/pihole-FTL -f
- ββ53042 /usr/bin/pihole-FTL -f
- ββ53043 /usr/bin/pihole-FTL -f
- ββ53044 /usr/bin/pihole-FTL -f
- ββ53045 /usr/bin/pihole-FTL -f
- ββ53046 /usr/bin/pihole-FTL -f
- ββ53047 /usr/bin/pihole-FTL -f
- ββ53048 /usr/bin/pihole-FTL -f
- ββ53049 /usr/bin/pihole-FTL -f
- ββ53050 /usr/bin/pihole-FTL -f
- ββ53051 /usr/bin/pihole-FTL -f
- ββ53052 /usr/bin/pihole-FTL -f
- ββ53053 /usr/bin/pihole-FTL -f
- ββ53054 /usr/bin/pihole-FTL -f
- ββ53055 /usr/bin/pihole-FTL -f
- Dec 22 22:41:42 rpi400 pihole-FTL[52227]: [2023-12-22 22:41:42.587 52227M] Resizing "FTL-queries" from 33947648 to (610304 * 56) == 34177024 (/dev/shm: 59.5MB used, 2.0GB total, FTL uses 34.5MB)
- Dec 22 22:41:42 rpi400 pihole-FTL[52227]: [2023-12-22 22:41:42.616 52227M] Resizing "FTL-queries" from 34177024 to (614400 * 56) == 34406400 (/dev/shm: 59.8MB used, 2.0GB total, FTL uses 34.7MB)
- Dec 22 22:41:42 rpi400 pihole-FTL[52227]: [2023-12-22 22:41:42.646 52227M] Resizing "FTL-queries" from 34406400 to (618496 * 56) == 34635776 (/dev/shm: 60.0MB used, 2.0GB total, FTL uses 34.9MB)
- Dec 22 22:41:42 rpi400 pihole-FTL[52227]: [2023-12-22 22:41:42.678 52227M] Resizing "FTL-queries" from 34635776 to (622592 * 56) == 34865152 (/dev/shm: 60.2MB used, 2.0GB total, FTL uses 35.1MB)
- Dec 22 22:41:42 rpi400 pihole-FTL[52227]: [2023-12-22 22:41:42.708 52227M] Resizing "FTL-queries" from 34865152 to (626688 * 56) == 35094528 (/dev/shm: 60.4MB used, 2.0GB total, FTL uses 35.4MB)
- Dec 22 22:41:42 rpi400 pihole-FTL[52227]: [2023-12-22 22:41:42.738 52227M] Resizing "FTL-queries" from 35094528 to (630784 * 56) == 35323904 (/dev/shm: 60.7MB used, 2.0GB total, FTL uses 35.6MB)
- Dec 22 22:41:42 rpi400 pihole-FTL[52227]: [2023-12-22 22:41:42.767 52227M] Resizing "FTL-queries" from 35323904 to (634880 * 56) == 35553280 (/dev/shm: 60.9MB used, 2.0GB total, FTL uses 35.8MB)
- Dec 22 22:41:42 rpi400 pihole-FTL[52227]: [2023-12-22 22:41:42.797 52227M] Resizing "FTL-queries" from 35553280 to (638976 * 56) == 35782656 (/dev/shm: 61.1MB used, 2.0GB total, FTL uses 36.1MB)
- Dec 22 22:41:42 rpi400 pihole-FTL[52227]: [2023-12-22 22:41:42.826 52227M] Resizing "FTL-queries" from 35782656 to (643072 * 56) == 36012032 (/dev/shm: 61.4MB used, 2.0GB total, FTL uses 36.3MB)
- Dec 22 22:41:43 rpi400 pihole-FTL[52227]: [2023-12-22 22:41:42.856 52227M] Resizing "FTL-queries" from 36012032 to (647168 * 56) == 36241408 (/dev/shm: 61.6MB used, 2.0GB
- [95m*** [ DIAGNOSING ]:[0m Lighttpd configuration test
- [[32mβ[0m] [32mNo error in lighttpd configuration[0m
- [95m*** [ DIAGNOSING ]:[0m Setup variables
- PIHOLE_INTERFACE=eth0
- QUERY_LOGGING=true
- INSTALL_WEB_SERVER=true
- INSTALL_WEB_INTERFACE=true
- LIGHTTPD_ENABLED=true
- CACHE_SIZE=10000
- DNS_FQDN_REQUIRED=true
- DNS_BOGUS_PRIV=true
- DNSMASQ_LISTENING=local
- BLOCKING_ENABLED=true
- DNSSEC=false
- REV_SERVER=false
- PIHOLE_DNS_1=8.8.8.8
- PIHOLE_DNS_2=8.8.4.4
- [95m*** [ DIAGNOSING ]:[0m Dashboard headers
- [[32mβ[0m] Web interface X-Header: [32mX-Pi-hole: The Pi-hole Web interface is working![0m
- [95m*** [ DIAGNOSING ]:[0m Pi-hole FTL Query Database
- [32m-rw-rw-r-- 1 pihole pihole 27M Dec 22 22:49 /etc/pihole/pihole-FTL.db[0m
- [95m*** [ DIAGNOSING ]:[0m Gravity Database
- [32m-rw-rw-r-- 1 pihole pihole 96K Dec 22 22:45 /etc/pihole/gravity.db[0m
- [95m*** [ DIAGNOSING ]:[0m Info table
- property value
- -------------------- ----------------------------------------
- version 15
- updated 1703285138
- gravity_count 0
- Last gravity run finished at: [96mFri Dec 22 22:45:38 GMT 2023[0m
- [96m----- First 10 Gravity Domains -----[0m
- [95m*** [ DIAGNOSING ]:[0m Groups
- id enabled name date_added date_modified description
- ---- ------- -------------------------------------------------- ------------------- ------------------- --------------------------------------------------
- 0 1 Default 2023-12-22 19:40:32 2023-12-22 19:40:32 The default group
- [95m*** [ DIAGNOSING ]:[0m Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)
- [95m*** [ DIAGNOSING ]:[0m Clients
- [95m*** [ DIAGNOSING ]:[0m Adlists
- id enabled group_ids address date_added date_modified comment
- ----- ------- ------------ ---------------------------------------------------------------------------------------------------- ------------------- ------------------- --------------------------------------------------
- 1 0 0 https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts 2023-12-22 19:40:32 2023-12-22 22:10:01 Migrated from /etc/pihole/adlists.list
- [95m*** [ DIAGNOSING ]:[0m contents of [96m/etc/pihole[0m
- [32m-rw-r--r-- 1 root root 0 Dec 22 19:40 /etc/pihole/custom.list[0m
- [32m-rw-r--r-- 1 root root 65 Dec 22 22:45 /etc/pihole/local.list[0m
- [32m-rw-r--r-- 1 root root 241 Dec 22 19:40 /etc/pihole/logrotate[0m
- /var/log/pihole/pihole.log {
- su root root
- daily
- copytruncate
- rotate 5
- compress
- delaycompress
- notifempty
- nomail
- }
- /var/log/pihole/FTL.log {
- su root root
- weekly
- copytruncate
- rotate 3
- compress
- delaycompress
- notifempty
- nomail
- }
- [32m-rw-rw-r-- 1 pihole root 146 Dec 22 22:41 /etc/pihole/pihole-FTL.conf[0m
- PRIVACYLEVEL=0
- RATE_LIMIT=1000/60
- [32m-rw-r--r-- 1 root root 321 Dec 22 19:40 /etc/pihole/versions[0m
- CORE_VERSION=v5.17.2
- CORE_BRANCH=master
- CORE_HASH=60b6a101
- GITHUB_CORE_VERSION=v5.17.2
- GITHUB_CORE_HASH=60b6a101
- WEB_VERSION=v5.21
- WEB_BRANCH=master
- WEB_HASH=be05b0f6
- GITHUB_WEB_VERSION=v5.21
- GITHUB_WEB_HASH=be05b0f6
- FTL_VERSION=v5.23
- FTL_BRANCH=master
- FTL_HASH=d201776e
- GITHUB_FTL_VERSION=v5.23
- GITHUB_FTL_HASH=1a114133
- [95m*** [ DIAGNOSING ]:[0m contents of [96m/etc/dnsmasq.d[0m
- [32m-rw-r--r-- 1 root root 1.4K Dec 22 22:41 /etc/dnsmasq.d/01-pihole.conf[0m
- addn-hosts=/etc/pihole/local.list
- addn-hosts=/etc/pihole/custom.list
- localise-queries
- no-resolv
- log-queries
- log-facility=/var/log/pihole/pihole.log
- log-async
- cache-size=10000
- server=8.8.8.8
- server=8.8.4.4
- domain-needed
- expand-hosts
- bogus-priv
- local-service
- [32m-rw-r--r-- 1 root root 2.2K Dec 22 19:40 /etc/dnsmasq.d/06-rfc6761.conf[0m
- server=/test/
- server=/localhost/
- server=/invalid/
- server=/bind/
- server=/onion/
- [95m*** [ DIAGNOSING ]:[0m contents of [96m/etc/lighttpd[0m
- [32m-rw-r--r-- 1 root root 2.2K Feb 11 2023 /etc/lighttpd/lighttpd.conf[0m
- server.modules = (
- "mod_indexfile",
- "mod_access",
- "mod_alias",
- "mod_redirect",
- )
- server.document-root = "/var/www/html"
- server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
- server.errorlog = "/var/log/lighttpd/error.log"
- server.pid-file = "/run/lighttpd.pid"
- server.username = "www-data"
- server.groupname = "www-data"
- server.port = 80
- server.feature-flags += ("server.h2proto" => "enable")
- server.feature-flags += ("server.h2c" => "enable")
- server.feature-flags += ("server.graceful-shutdown-timeout" => 5)
- server.http-parseopts = (
- "header-strict" => "enable",# default
- "host-strict" => "enable",# default
- "host-normalize" => "enable",# default
- "url-normalize-unreserved"=> "enable",# recommended highly
- "url-normalize-required" => "enable",# recommended
- "url-ctrls-reject" => "enable",# recommended
- "url-path-2f-decode" => "enable",# recommended highly (unless breaks app)
- "url-path-dotseg-remove" => "enable",# recommended highly (unless breaks app)
- )
- index-file.names = ( "index.php", "index.html" )
- url.access-deny = ( "~", ".inc" )
- static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
- include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
- include_shell "/usr/share/lighttpd/create-mime.conf.pl"
- include "/etc/lighttpd/conf-enabled/*.conf"
- server.modules += (
- "mod_dirlisting",
- "mod_staticfile",
- )
- [95m*** [ DIAGNOSING ]:[0m contents of [96m/etc/lighttpd/conf.d[0m
- [91m/etc/lighttpd/conf.d does not exist.[0m
- [95m*** [ DIAGNOSING ]:[0m contents of [96m/etc/lighttpd/conf-enabled[0m
- total 0
- lrwxrwxrwx 1 root root 32 Dec 22 19:40 05-setenv.conf -> ../conf-available/05-setenv.conf
- lrwxrwxrwx 1 root root 35 Dec 22 19:40 10-accesslog.conf -> ../conf-available/10-accesslog.conf
- lrwxrwxrwx 1 root root 33 Dec 22 19:40 10-fastcgi.conf -> ../conf-available/10-fastcgi.conf
- lrwxrwxrwx 1 root root 38 Dec 22 19:40 15-pihole-admin.conf -> ../conf-available/15-pihole-admin.conf
- lrwxrwxrwx 1 root root 42 Oct 10 04:47 90-javascript-alias.conf -> ../conf-available/90-javascript-alias.conf
- [32mlrwxrwxrwx 1 root root 38 Dec 22 19:40 /etc/lighttpd/conf-enabled/15-pihole-admin.conf -> ../conf-available/15-pihole-admin.conf[0m
- server.errorlog := "/var/log/lighttpd/error-pihole.log"
- $HTTP["url"] =~ "^/admin/" {
- server.document-root = "/var/www/html"
- server.stream-response-body = 1
- accesslog.filename = "/var/log/lighttpd/access-pihole.log"
- accesslog.format = "%{%s}t|%h|%V|%r|%s|%b"
- fastcgi.server = (
- ".php" => (
- "localhost" => (
- "socket" => "/run/lighttpd/pihole-php-fastcgi.socket",
- "bin-path" => "/usr/bin/php-cgi",
- "min-procs" => 1,
- "max-procs" => 1,
- "bin-environment" => (
- "PHP_FCGI_CHILDREN" => "4",
- "PHP_FCGI_MAX_REQUESTS" => "10000",
- ),
- "bin-copy-environment" => (
- "PATH", "SHELL", "USER"
- ),
- "broken-scriptfilename" => "enable",
- )
- )
- )
- setenv.add-response-header = (
- "X-Pi-hole" => "The Pi-hole Web interface is working!",
- "X-Frame-Options" => "DENY",
- "X-XSS-Protection" => "0",
- "X-Content-Type-Options" => "nosniff",
- "Content-Security-Policy" => "default-src 'self' 'unsafe-inline';",
- "X-Permitted-Cross-Domain-Policies" => "none",
- "Referrer-Policy" => "same-origin"
- )
- $HTTP["url"] =~ "^/admin/\." {
- url.access-deny = ("")
- }
- $HTTP["url"] =~ "/(teleporter|api_token)\.php$" {
- $HTTP["referer"] =~ "/admin/settings\.php" {
- setenv.set-response-header = ( "X-Frame-Options" => "SAMEORIGIN" )
- }
- }
- }
- else $HTTP["url"] == "/admin" {
- url.redirect = ("" => "/admin/")
- }
- $HTTP["host"] == "pi.hole" {
- $HTTP["url"] == "/" {
- url.redirect = ("" => "/admin/")
- }
- }
- server.modules += ( "mod_access", "mod_accesslog", "mod_redirect", "mod_fastcgi", "mod_setenv" )
- [95m*** [ DIAGNOSING ]:[0m contents of [96m/etc/cron.d[0m
- [32m-rw-r--r-- 1 root root 1.7K Dec 22 19:40 /etc/cron.d/pihole[0m
- 8 4 * * 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
- 20 18 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker
- @reboot root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker reboot
- [95m*** [ DIAGNOSING ]:[0m contents of [96m/var/log/lighttpd[0m
- [32m-rw-r--r-- 1 www-data www-data 3.6K Dec 22 22:32 /var/log/lighttpd/error-pihole.log[0m
- [96m-----head of error-pihole.log------[0m
- 2023-12-22 19:40:26: (server.c.1704) server started (lighttpd/1.4.69)
- 2023-12-22 22:30:56: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 44662784 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:30:58: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 47038464 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:01: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 48238592 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:03: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 48238592 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:08: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 48238592 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:10: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 23072768 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:14: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 18878464 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:18: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 14684160 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:25: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10489856 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:29: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10489856 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:33: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:37: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4198400 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:40: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4198400 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:43: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1359872 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:47: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 21
- 2023-12-22 22:32:34: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 21
- [96m-----tail of error-pihole.log------[0m
- 2023-12-22 19:40:26: (server.c.1704) server started (lighttpd/1.4.69)
- 2023-12-22 22:30:56: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 44662784 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:30:58: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 47038464 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:01: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 48238592 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:03: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 48238592 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:08: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 48238592 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:10: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 23072768 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:14: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 18878464 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:18: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 14684160 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:25: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10489856 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:29: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10489856 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:33: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:37: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4198400 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:40: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4198400 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:43: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1359872 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 60
- 2023-12-22 22:31:47: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 21
- 2023-12-22 22:32:34: (mod_fastcgi.c.449) FastCGI-stderr:PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /var/www/html/admin/scripts/pi-hole/php/tailLog.php on line 21
- [95m*** [ DIAGNOSING ]:[0m contents of [96m/var/log/pihole[0m
- [32m-rw-r--r-- 1 pihole pihole 177K Dec 22 22:49 /var/log/pihole/FTL.log[0m
- [96m-----head of FTL.log------[0m
- [2023-12-22 19:40:32.795 48797M] Using log file /var/log/pihole/FTL.log
- [2023-12-22 19:40:32.795 48797M] ########## FTL started on rpi400! ##########
- [2023-12-22 19:40:32.795 48797M] FTL branch: master
- [2023-12-22 19:40:32.795 48797M] FTL version: v5.23
- [2023-12-22 19:40:32.795 48797M] FTL commit: d201776e
- [2023-12-22 19:40:32.795 48797M] FTL date: 2023-05-28 11:55:26 +0100
- [2023-12-22 19:40:32.795 48797M] FTL user: pihole
- [2023-12-22 19:40:32.795 48797M] Compiled for aarch64 (compiled on CI) using aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0
- [2023-12-22 19:40:32.795 48797M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
- [2023-12-22 19:40:32.796 48797M] SOCKET_LISTENING: only local
- [2023-12-22 19:40:32.796 48797M] AAAA_QUERY_ANALYSIS: Show AAAA queries
- [2023-12-22 19:40:32.796 48797M] MAXDBDAYS: max age for stored queries is 365 days
- [2023-12-22 19:40:32.796 48797M] RESOLVE_IPV6: Resolve IPv6 addresses
- [2023-12-22 19:40:32.796 48797M] RESOLVE_IPV4: Resolve IPv4 addresses
- [2023-12-22 19:40:32.796 48797M] DBINTERVAL: saving to DB file every minute
- [2023-12-22 19:40:32.796 48797M] DBFILE: Using /etc/pihole/pihole-FTL.db
- [2023-12-22 19:40:32.796 48797M] MAXLOGAGE: Importing up to 24.0 hours of log data
- [2023-12-22 19:40:32.796 48797M] PRIVACYLEVEL: Set to 0
- [2023-12-22 19:40:32.796 48797M] IGNORE_LOCALHOST: Show queries from localhost
- [2023-12-22 19:40:32.796 48797M] BLOCKINGMODE: Null IPs for blocked domains
- [2023-12-22 19:40:32.796 48797M] ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
- [2023-12-22 19:40:32.796 48797M] DBIMPORT: Importing history from database
- [2023-12-22 19:40:32.796 48797M] PIDFILE: Using /run/pihole-FTL.pid
- [2023-12-22 19:40:32.796 48797M] SOCKETFILE: Using /run/pihole/FTL.sock
- [2023-12-22 19:40:32.796 48797M] SETUPVARSFILE: Using /etc/pihole/setupVars.conf
- [2023-12-22 19:40:32.796 48797M] MACVENDORDB: Using /etc/pihole/macvendor.db
- [2023-12-22 19:40:32.797 48797M] GRAVITYDB: Using /etc/pihole/gravity.db
- [2023-12-22 19:40:32.797 48797M] PARSE_ARP_CACHE: Active
- [2023-12-22 19:40:32.797 48797M] CNAME_DEEP_INSPECT: Active
- [2023-12-22 19:40:32.797 48797M] DELAY_STARTUP: No delay requested.
- [2023-12-22 19:40:32.797 48797M] BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
- [2023-12-22 19:40:32.797 48797M] NICE: Set process niceness to -10 (default)
- [2023-12-22 19:40:32.797 48797M] MAXNETAGE: Removing IP addresses and host names from network table after 365 days
- [2023-12-22 19:40:32.797 48797M] NAMES_FROM_NETDB: Enabled, trying to get names from network database
- [2023-12-22 19:40:32.797 48797M] EDNS0_ECS: Overwrite client from ECS information
- [96m-----tail of FTL.log------[0m
- [2023-12-22 22:41:43.100 52227M] Successfully accessed setupVars.conf
- [2023-12-22 22:41:43.101 52227M] listening on 0.0.0.0 port 53
- [2023-12-22 22:41:43.101 52227M] listening on :: port 53
- [2023-12-22 22:41:43.104 52227M] PID of FTL process: 52227
- [2023-12-22 22:41:43.104 52227M] Listening on port 4711 for incoming IPv4 telnet connections
- [2023-12-22 22:41:43.105 52227M] Listening on port 4711 for incoming IPv6 telnet connections
- [2023-12-22 22:41:43.106 52227M] Listening on port 4711 for incoming socket telnet connections
- [2023-12-22 22:41:43.107 52227M] INFO: FTL is running as user pihole (UID 999)
- [2023-12-22 22:41:43.108 52227M] Reloading DNS cache
- [2023-12-22 22:41:43.211 52227/T52263] Compiled 0 whitelist and 0 blacklist regex filters for 16 clients in 0.9 msec
- [2023-12-22 22:41:43.211 52227/T52263] Blocking status is disabled
- [2023-12-22 22:41:44.072 52227M] Resizing "FTL-queries" from 37847040 to (679936 * 56) == 38076416 (/dev/shm: 59.0MB used, 2.0GB total, FTL uses 38.4MB)
- [2023-12-22 22:41:44.129 52227M] Rate-limiting 192.168.1.1 for at least 59 seconds
- [2023-12-22 22:42:43.166 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 2809 queries
- [2023-12-22 22:43:43.224 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 3876 queries
- [2023-12-22 22:44:43.282 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 1367 queries
- [2023-12-22 22:45:38.974 52227M] Reloading DNS cache
- [2023-12-22 22:45:39.042 52227/T52263] SQLite3 message: file renamed while open: /etc/pihole/gravity.db (28)
- [2023-12-22 22:45:39.045 52227/T52263] Compiled 0 whitelist and 0 blacklist regex filters for 16 clients in 0.6 msec
- [2023-12-22 22:45:39.045 52227/T52263] Blocking status is disabled
- [2023-12-22 22:45:43.340 52227/T52264] Ending rate-limitation of 192.168.1.1
- [2023-12-22 22:45:43.938 52227M] Resizing "FTL-queries" from 38076416 to (684032 * 56) == 38305792 (/dev/shm: 59.2MB used, 2.0GB total, FTL uses 38.6MB)
- [2023-12-22 22:45:44.098 52227M] Rate-limiting 192.168.1.1 for at least 59 seconds
- [2023-12-22 22:45:46.225 52227M] Received: Real-time signal 0 (34 -> 0)
- [2023-12-22 22:45:46.259 52227/T52263] Compiled 0 whitelist and 0 blacklist regex filters for 16 clients in 0.6 msec
- [2023-12-22 22:45:46.260 52227/T52263] Blocking status is enabled
- [2023-12-22 22:46:43.401 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 3060 queries
- [2023-12-22 22:47:40.323 52227M] Rate-limiting 192.168.1.71 for at least 3 seconds
- [2023-12-22 22:47:43.462 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 3401 queries
- [2023-12-22 22:47:43.462 52227/T52264] Ending rate-limitation of 192.168.1.71
- [2023-12-22 22:48:43.014 52227M] Resizing "FTL-queries" from 38305792 to (688128 * 56) == 38535168 (/dev/shm: 62.0MB used, 2.0GB total, FTL uses 38.8MB)
- [2023-12-22 22:48:43.523 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 3329 queries
- [2023-12-22 22:49:40.604 52227M] Rate-limiting 192.168.1.71 for at least 3 seconds
- [2023-12-22 22:49:43.593 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 3435 queries
- [2023-12-22 22:49:43.593 52227/T52264] Ending rate-limitation of 192.168.1.71
- [95m*** [ DIAGNOSING ]:[0m contents of [96m/dev/shm[0m
- total 38M
- -rw------- 1 pihole pihole 84K Dec 22 22:41 FTL-clients
- -rw------- 1 pihole pihole 248 Dec 22 22:41 FTL-counters
- -rw------- 1 pihole pihole 4.0K Dec 22 22:41 FTL-dns-cache
- -rw------- 1 pihole pihole 12K Dec 22 22:44 FTL-domains
- -rw------- 1 pihole pihole 104 Dec 22 22:41 FTL-lock
- -rw------- 1 pihole pihole 8.0K Dec 22 22:41 FTL-overTime
- -rw------- 1 pihole pihole 4.0K Dec 22 22:41 FTL-per-client-regex
- -rw------- 1 pihole pihole 37M Dec 22 22:49 FTL-queries
- -rw------- 1 pihole pihole 16 Dec 22 22:41 FTL-settings
- -rw------- 1 pihole pihole 80K Dec 22 22:43 FTL-strings
- -rw------- 1 pihole pihole 308K Dec 22 22:41 FTL-upstreams
- -rw-rw-rw- 1 trinh trinh 4.0K Dec 22 17:10 lttng-ust-wait-8
- -rw-r----- 1 trinh trinh 4.0K Dec 22 17:10 lttng-ust-wait-8-1000
- [95m*** [ DIAGNOSING ]:[0m contents of [96m/etc[0m
- [32m-rw-r--r-- 1 root root 24 Dec 22 19:40 /etc/dnsmasq.conf[0m
- conf-dir=/etc/dnsmasq.d
- [32m-rw-r--r-- 1 root root 54 Dec 22 22:33 /etc/resolv.conf[0m
- nameserver 192.168.1.40
- [95m*** [ DIAGNOSING ]:[0m Pi-hole diagnosis messages
- count last timestamp type message blob1 blob2 blob3 blob4 blob5
- ------ ------------------- -------------------- ------------------------------------------------------------ -------------------- -------------------- -------------------- -------------------- --------------------
- 1 2023-12-22 22:45:44 RATE_LIMIT 192.168.1.1 1000 60
- 1 2023-12-22 22:49:40 RATE_LIMIT 192.168.1.71 1000 60
- [95m*** [ DIAGNOSING ]:[0m Locale
- LANG=
- [95m*** [ DIAGNOSING ]:[0m Pi-hole log
- [32m-rw-r----- 1 pihole pihole 220M Dec 22 22:50 /var/log/pihole/pihole.log[0m
- [96m-----head of pihole.log------[0m
- Dec 22 19:40:33 dnsmasq[48797]: started, version pi-hole-v2.89-9461807 cachesize 10000
- Dec 22 19:40:33 dnsmasq[48797]: DNS service limited to local subnets
- Dec 22 19:40:33 dnsmasq[48797]: 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
- Dec 22 19:40:33 dnsmasq[48797]: using nameserver 8.8.8.8#53
- Dec 22 19:40:33 dnsmasq[48797]: using nameserver 8.8.4.4#53
- Dec 22 19:40:33 dnsmasq[48797]: using only locally-known addresses for onion
- Dec 22 19:40:33 dnsmasq[48797]: using only locally-known addresses for bind
- Dec 22 19:40:33 dnsmasq[48797]: using only locally-known addresses for invalid
- Dec 22 19:40:33 dnsmasq[48797]: using only locally-known addresses for localhost
- Dec 22 19:40:33 dnsmasq[48797]: using only locally-known addresses for test
- Dec 22 19:40:33 dnsmasq[48797]: read /etc/hosts - 7 names
- Dec 22 19:40:33 dnsmasq[48797]: read /etc/pihole/custom.list - 0 names
- Dec 22 19:40:33 dnsmasq[48797]: failed to load names from /etc/pihole/local.list: No such file or directory
- Dec 22 19:40:35 dnsmasq[48797]: read /etc/hosts - 7 names
- Dec 22 19:40:35 dnsmasq[48797]: read /etc/pihole/custom.list - 0 names
- Dec 22 19:40:35 dnsmasq[48797]: read /etc/pihole/local.list - 0 names
- Dec 22 19:46:51 dnsmasq[48797]: query[A] stun.l.google.com from 192.168.1.1
- Dec 22 19:46:51 dnsmasq[48797]: forwarded stun.l.google.com to 8.8.8.8
- Dec 22 19:46:51 dnsmasq[48797]: forwarded stun.l.google.com to 8.8.4.4
- Dec 22 19:46:51 dnsmasq[48797]: query[A] google.com from 192.168.1.1
- [96m-----tail of pihole.log------[0m
- Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.1
- Dec 22 22:49:59 dnsmasq[52227]: config error is REFUSED (EDE: blocked)
- Dec 22 22:49:59 dnsmasq[52227]: Rate-limiting connectivitycheck.gstatic.com is REFUSED (EDE: blocked)
- Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.1
- Dec 22 22:49:59 dnsmasq[52227]: config error is REFUSED (EDE: blocked)
- Dec 22 22:49:59 dnsmasq[52227]: Rate-limiting connectivitycheck.gstatic.com is REFUSED (EDE: blocked)
- Dec 22 22:49:59 dnsmasq[52227]: reply error is REFUSED
- Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.1
- Dec 22 22:49:59 dnsmasq[52227]: config error is REFUSED (EDE: blocked)
- Dec 22 22:49:59 dnsmasq[52227]: Rate-limiting connectivitycheck.gstatic.com is REFUSED (EDE: blocked)
- Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.71
- Dec 22 22:49:59 dnsmasq[52227]: forwarded connectivitycheck.gstatic.com to 8.8.8.8
- Dec 22 22:49:59 dnsmasq[52227]: forwarded connectivitycheck.gstatic.com to 8.8.4.4
- Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.1
- Dec 22 22:49:59 dnsmasq[52227]: config error is REFUSED (EDE: blocked)
- Dec 22 22:49:59 dnsmasq[52227]: Rate-limiting connectivitycheck.gstatic.com is REFUSED (EDE: blocked)
- Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.1
- Dec 22 22:49:59 dnsmasq[52227]: config error is REFUSED (EDE: blocked)
- Dec 22 22:49:59 dnsmasq[52227]: Rate-limiting connectivitycheck.gstatic.com is REFUSED (EDE: blocked)
- Dec 22 22:50:00 dnsmasq[52227]: reply error is REFUSED
Add Comment
Please, Sign In to add comment