Guest User

Untitled

a guest
Jul 20th, 2024
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.46 KB | None | 0 0
  1. This process collects information from your Pi-hole, and optionally uploads it to a unique and random directory on tricorder.pi-hole.net.
  2.  
  3. 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.
  4.  
  5. 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.
  6.  
  7. *** [ INITIALIZING ]
  8. [i] 2024-07-20:07:59:47 debug log has been initialized.
  9. [i] System has been running for 0 days, 2 hours, 59 minutes
  10.  
  11. *** [ INITIALIZING ] Sourcing setup variables
  12. [i] Sourcing /etc/pihole/setupVars.conf...
  13.  
  14. *** [ DIAGNOSING ]: Core version
  15. [✓] Version: v5.18.3
  16. [i] Remotes: origin https://github.com/pi-hole/pi-hole.git (fetch)
  17. origin https://github.com/pi-hole/pi-hole.git (push)
  18. [i] Branch: master
  19. [i] Commit: v5.18.3-0-gbe5a8dc
  20.  
  21. *** [ DIAGNOSING ]: Web version
  22. [✓] Version: v5.21
  23. [i] Remotes: origin https://github.com/pi-hole/web.git (fetch)
  24. origin https://github.com/pi-hole/web.git (push)
  25. [i] Branch: master
  26. [i] Commit: v5.21-0-gbe05b0f
  27.  
  28. *** [ DIAGNOSING ]: FTL version
  29. [✓] Version: v5.25.2
  30. [i] Branch: master
  31. [i] Commit: 8943e260
  32.  
  33. *** [ DIAGNOSING ]: lighttpd version
  34. [i] 1.4.69
  35.  
  36. *** [ DIAGNOSING ]: php version
  37. [i] 8.2.7
  38.  
  39. *** [ DIAGNOSING ]: Operating system
  40. [i] Distro: Raspbian
  41. [i] Version: 12
  42. [✗] dig return code: 10
  43. [✗] dig response: dig: couldn't get address for 'ns1.pi-hole.net': failure
  44. [✗] Error: dig command failed - Unable to check OS
  45.  
  46. *** [ DIAGNOSING ]: SELinux
  47. [i] SELinux not detected
  48.  
  49. *** [ DIAGNOSING ]: FirewallD
  50. [i] Firewalld service inactive
  51.  
  52. *** [ DIAGNOSING ]: Processor
  53. [✓] armv7l
  54.  
  55. *** [ DIAGNOSING ]: Disk usage
  56. Filesystem Size Used Avail Use% Mounted on
  57. udev 325M 0 325M 0% /dev
  58. tmpfs 93M 1.2M 91M 2% /run
  59. /dev/mmcblk0p2 15G 4.8G 8.6G 36% /
  60. tmpfs 461M 2.1M 459M 1% /dev/shm
  61. tmpfs 5.0M 12K 5.0M 1% /run/lock
  62. /dev/mmcblk0p1 510M 117M 394M 23% /boot/firmware
  63. tmpfs 93M 40K 93M 1% /run/user/1000
  64.  
  65. *** [ DIAGNOSING ]: Network interfaces and addresses
  66. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  67. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  68. inet 127.0.0.1/8 scope host lo
  69. valid_lft forever preferred_lft forever
  70. inet6 ::1/128 scope host noprefixroute
  71. valid_lft forever preferred_lft forever
  72. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
  73. link/ether b8:27:eb:86:23:22 brd ff:ff:ff:ff:ff:ff
  74. inet 192.168.0.185/24 brd 192.168.0.255 scope global dynamic noprefixroute eth0
  75. valid_lft 594044sec preferred_lft 594044sec
  76. inet6 fe80::6d9:40b7:6dd0:bd2b/64 scope link noprefixroute
  77. valid_lft forever preferred_lft forever
  78. 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
  79. link/ether b8:27:eb:d3:76:77 brd ff:ff:ff:ff:ff:ff
  80. inet 192.168.0.123/24 brd 192.168.0.255 scope global dynamic noprefixroute wlan0
  81. valid_lft 603950sec preferred_lft 603950sec
  82. inet6 fe80::d6b:7cc:629c:a9f2/64 scope link noprefixroute
  83. valid_lft forever preferred_lft forever
  84.  
  85. *** [ DIAGNOSING ]: Network routing table
  86. default via 192.168.0.50 dev eth0 proto dhcp src 192.168.0.185 metric 100
  87. default via 192.168.0.1 dev wlan0 proto dhcp src 192.168.0.123 metric 600
  88. 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.185 metric 100
  89. 192.168.0.0/24 dev wlan0 proto kernel scope link src 192.168.0.123 metric 600
  90.  
  91. *** [ DIAGNOSING ]: Networking
  92. [✓] IPv4 address(es) bound to the wlan0 interface:
  93. 192.168.0.123/24
  94.  
  95. [✓] IPv6 address(es) bound to the wlan0 interface:
  96. fe80::d6b:7cc:629c:a9f2/64
  97.  
  98. [i] Default IPv4 gateway(s):
  99. 192.168.0.1
  100. * Pinging first gateway 192.168.0.1...
  101. [✓] Gateway responded.
  102. [i] Default IPv6 gateway(s):
  103.  
  104. *** [ DIAGNOSING ]: Ports in use
  105. udp:0.0.0.0:54044 is in use by pihole-FTL
  106. udp:0.0.0.0:40777 is in use by pihole-FTL
  107. udp:0.0.0.0:59221 is in use by avahi-daemon
  108. udp:0.0.0.0:52572 is in use by pihole-FTL
  109. udp:0.0.0.0:36706 is in use by pihole-FTL
  110. udp:0.0.0.0:50033 is in use by pihole-FTL
  111. udp:0.0.0.0:49544 is in use by pihole-FTL
  112. udp:0.0.0.0:49066 is in use by pihole-FTL
  113. udp:0.0.0.0:44972 is in use by pihole-FTL
  114. udp:0.0.0.0:43966 is in use by pihole-FTL
  115. udp:0.0.0.0:37833 is in use by pihole-FTL
  116. udp:0.0.0.0:52174 is in use by pihole-FTL
  117. udp:0.0.0.0:38353 is in use by pihole-FTL
  118. udp:0.0.0.0:50150 is in use by pihole-FTL
  119. udp:0.0.0.0:48625 is in use by pihole-FTL
  120. udp:0.0.0.0:46596 is in use by pihole-FTL
  121. udp:0.0.0.0:53765 is in use by pihole-FTL
  122. udp:0.0.0.0:51751 is in use by pihole-FTL
  123. udp:0.0.0.0:53296 is in use by pihole-FTL
  124. [✓] udp:0.0.0.0:53 is in use by pihole-FTL
  125. udp:0.0.0.0:57401 is in use by pihole-FTL
  126. udp:0.0.0.0:45164 is in use by pihole-FTL
  127. udp:0.0.0.0:631 is in use by cups-browsed
  128. udp:0.0.0.0:52344 is in use by pihole-FTL
  129. udp:0.0.0.0:45718 is in use by pihole-FTL
  130. udp:0.0.0.0:36018 is in use by pihole-FTL
  131. udp:0.0.0.0:54468 is in use by pihole-FTL
  132. udp:0.0.0.0:59081 is in use by pihole-FTL
  133. udp:0.0.0.0:53971 is in use by pihole-FTL
  134. udp:0.0.0.0:58581 is in use by pihole-FTL
  135. udp:0.0.0.0:5353 is in use by avahi-daemon
  136. udp:0.0.0.0:54517 is in use by pihole-FTL
  137. udp:*:51175 is in use by avahi-daemon
  138. [✓] udp:*:53 is in use by pihole-FTL
  139. udp:*:5353 is in use by avahi-daemon
  140. [✓] tcp:0.0.0.0:80 is in use by lighttpd
  141. [✓] tcp:127.0.0.1:4711 is in use by pihole-FTL
  142. tcp:127.0.0.1:631 is in use by cupsd
  143. tcp:0.0.0.0:22 is in use by sshd
  144. [✓] tcp:0.0.0.0:53 is in use by pihole-FTL
  145. [✓] tcp:[::]:80 is in use by lighttpd
  146. tcp:[::]:22 is in use by sshd
  147. [✓] tcp:[::]:53 is in use by pihole-FTL
  148. tcp:[::1]:631 is in use by cupsd
  149. [✓] tcp:[::1]:4711 is in use by pihole-FTL
  150.  
  151. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
  152. [✓] www.gembtc-i.top is 0.0.0.0 on lo (127.0.0.1)
  153. [✓] www.gembtc-i.top is 0.0.0.0 on eth0 (192.168.0.185)
  154. [✓] www.gembtc-i.top is 0.0.0.0 on wlan0 (192.168.0.123)
  155. [✗] Failed to resolve doubleclick.com via a remote, public DNS server (8.8.8.8)
  156.  
  157. *** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
  158. [✓] www.opuiiu.xyz is :: on lo (::1)
  159. [✗] Failed to resolve www.opuiiu.xyz on eth0 (fe80::6d9:40b7:6dd0:bd2b)
  160. [✗] Failed to resolve www.opuiiu.xyz on wlan0 (fe80::d6b:7cc:629c:a9f2)
  161. [✗] Failed to resolve doubleclick.com via a remote, public DNS server (2001:4860:4860::8888)
  162.  
  163. *** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds)
  164. Scanning all your interfaces for DHCP servers
  165. Timeout: 10 seconds
  166.  
  167. * Received 300 bytes from eth0:192.168.0.1
  168. Offered IP address: 192.168.0.185
  169. Server IP address: 192.168.0.1
  170. Relay-agent IP address: N/A
  171. BOOTP server: (empty)
  172. BOOTP file: (empty)
  173. DHCP options:
  174. Message type: DHCPOFFER (2)
  175. server-identifier: 192.168.0.1
  176. lease-time: 604800 ( 7d )
  177. renewal-time: 302400 ( 3d 12h )
  178. rebinding-time: 529200 ( 6d 3h )
  179. netmask: 255.255.255.0
  180. broadcast: 192.168.0.255
  181. router: 192.168.0.1
  182. dns-server: 192.168.0.1
  183. --- end of options ---
  184.  
  185.  
  186. * Received 300 bytes from eth0:192.168.0.1
  187. DHCPOFFER XID (1252771324) does not match our DHCPDISCOVER XID (1466789859) - ignoring packet (not for us)
  188.  
  189. * Received 300 bytes from wlan0:192.168.0.1
  190. DHCPOFFER XID (1466789859) does not match our DHCPDISCOVER XID (1252771324) - ignoring packet (not for us)
  191.  
  192. * Received 300 bytes from wlan0:192.168.0.1
  193. Offered IP address: 192.168.0.123
  194. Server IP address: 192.168.0.1
  195. Relay-agent IP address: N/A
  196. BOOTP server: (empty)
  197. BOOTP file: (empty)
  198. DHCP options:
  199. Message type: DHCPOFFER (2)
  200. server-identifier: 192.168.0.1
  201. lease-time: 604800 ( 7d )
  202. renewal-time: 302400 ( 3d 12h )
  203. rebinding-time: 529200 ( 6d 3h )
  204. netmask: 255.255.255.0
  205. broadcast: 192.168.0.255
  206. router: 192.168.0.1
  207. dns-server: 192.168.0.1
  208. --- end of options ---
  209.  
  210. DHCP packets received on interface wlan0: 1
  211. DHCP packets received on interface eth0: 1
  212.  
  213. *** [ DIAGNOSING ]: Pi-hole processes
  214. [✓] lighttpd daemon is active
  215. [✓] pihole-FTL daemon is active
  216.  
  217. *** [ DIAGNOSING ]: Pi-hole-FTL full status
  218. ● pihole-FTL.service - Pi-hole FTL
  219. Loaded: loaded (/etc/systemd/system/pihole-FTL.service; enabled; preset: enabled)
  220. Active: active (running) since Sat 2024-07-20 05:00:18 EEST; 3h 0min ago
  221. Process: 853 ExecStartPre=/opt/pihole/pihole-FTL-prestart.sh (code=exited, status=0/SUCCESS)
  222. Main PID: 870 (pihole-FTL)
  223. Tasks: 19 (limit: 1557)
  224. CPU: 42.664s
  225. CGroup: /system.slice/pihole-FTL.service
  226. └─870 /usr/bin/pihole-FTL -f
  227.  
  228. Jul 20 05:00:19 pihole pihole-FTL[870]: [2024-07-20 05:00:18.882 870M] BLOCK_ICLOUD_PR: Enabled
  229. Jul 20 05:00:19 pihole pihole-FTL[870]: [2024-07-20 05:00:18.882 870M] CHECK_LOAD: Enabled
  230. Jul 20 05:00:19 pihole pihole-FTL[870]: [2024-07-20 05:00:18.882 870M] CHECK_SHMEM: Warning if shared-memory usage exceeds 90%
  231. Jul 20 05:00:19 pihole pihole-FTL[870]: [2024-07-20 05:00:18.882 870M] CHECK_DISK: Warning if certain disk usage exceeds 90%
  232. Jul 20 05:00:19 pihole pihole-FTL[870]: [2024-07-20 05:00:18.883 870M] Finished config file parsing
  233. Jul 20 05:00:19 pihole pihole-FTL[870]: [2024-07-20 05:00:18.883 870M] Creating mutex
  234. Jul 20 05:00:19 pihole pihole-FTL[870]: [2024-07-20 05:00:18.883 870M] Creating mutex
  235. Jul 20 05:00:18 pihole systemd[1]: Starting pihole-FTL.service - Pi-hole FTL...
  236. Jul 20 05:00:18 pihole systemd[1]: Started pihole-FTL.service - Pi-hole FTL.
  237. Jul 20 05:00:20 pihole pihole-FTL[870]: [2024-07-20 05:00:18.885 870M] PID of F
  238.  
  239. *** [ DIAGNOSING ]: Lighttpd configuration test
  240. [✓] No error in lighttpd configuration
  241.  
  242. *** [ DIAGNOSING ]: Setup variables
  243. PIHOLE_INTERFACE=wlan0
  244. QUERY_LOGGING=true
  245. INSTALL_WEB_SERVER=true
  246. INSTALL_WEB_INTERFACE=true
  247. LIGHTTPD_ENABLED=true
  248. CACHE_SIZE=10000
  249. DNS_FQDN_REQUIRED=true
  250. DNS_BOGUS_PRIV=true
  251. DNSMASQ_LISTENING=local
  252. BLOCKING_ENABLED=true
  253. DNSSEC=false
  254. REV_SERVER=false
  255. PIHOLE_DNS_1=8.8.8.8
  256. PIHOLE_DNS_2=208.67.222.222
  257.  
  258. *** [ DIAGNOSING ]: Dashboard headers
  259. [✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
  260.  
  261. *** [ DIAGNOSING ]: Pi-hole FTL Query Database
  262. -rw-rw-r-- 1 pihole pihole 4.3M Jul 20 08:00 /etc/pihole/pihole-FTL.db
  263.  
  264. *** [ DIAGNOSING ]: Gravity Database
  265. -rw-rw-r-- 1 pihole pihole 17M Jul 19 06:54 /etc/pihole/gravity.db
  266.  
  267. *** [ DIAGNOSING ]: Info table
  268. property value
  269. -------------------- ----------------------------------------
  270. version 15
  271. updated 1721361298
  272. gravity_count 158585
  273. Last gravity run finished at: Fri Jul 19 06:54:58 EEST 2024
  274.  
  275. ----- First 10 Gravity Domains -----
  276. localhost.localdomain
  277. ck.getcookiestxt.com
  278. eu1.clevertap-prod.com
  279. wizhumpgyros.com
  280. coccyxwickimp.com
  281. webmail-who-int.000webhostapp.com
  282. 010sec.com
  283. 01mspmd5yalky8.com
  284. 0byv9mgbn0.com
  285. ns6.0pendns.org
  286.  
  287.  
  288. *** [ DIAGNOSING ]: Groups
  289. id enabled name date_added date_modified description
  290. ---- ------- -------------------------------------------------- ------------------- ------------------- --------------------------------------------------
  291. 0 1 Default 2024-07-16 17:11:33 2024-07-16 17:11:33 The default group
  292.  
  293. *** [ DIAGNOSING ]: Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)
  294. id type enabled group_ids domain date_added date_modified comment
  295. ----- ---- ------- ------------ ---------------------------------------------------------------------------------------------------- ------------------- ------------------- --------------------------------------------------
  296. 3 0 1 0 web.whatsapp.com 2024-07-17 09:48:58 2024-07-17 09:48:58 Added from Query Log
  297. 4 0 1 0 mmx-ds.cdn.whatsapp.net 2024-07-17 09:49:03 2024-07-17 09:49:03 Added from Query Log
  298. 6 0 1 0 static.whatsapp.net 2024-07-17 09:49:10 2024-07-17 09:49:10 Added from Query Log
  299.  
  300. *** [ DIAGNOSING ]: Clients
  301.  
  302. *** [ DIAGNOSING ]: Adlists
  303. id enabled group_ids address date_added date_modified comment
  304. ----- ------- ------------ ---------------------------------------------------------------------------------------------------- ------------------- ------------------- --------------------------------------------------
  305. 1 1 0 https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts 2024-07-16 17:11:33 2024-07-16 17:11:33 Migrated from /etc/pihole/adlists.list
  306. 2 1 0 https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt 2024-07-16 18:41:36 2024-07-16 18:41:36
  307. 3 0 0 https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts 2024-07-16 18:42:06 2024-07-19 06:54:02
  308. 4 0 0 https://v.firebog.net/hosts/static/w3kbl.txt 2024-07-16 18:42:15 2024-07-19 06:53:55
  309. 5 0 0 https://adaway.org/hosts.txt 2024-07-16 18:42:22 2024-07-19 06:53:54
  310. 6 0 0 https://v.firebog.net/hosts/AdguardDNS.txt 2024-07-16 18:42:29 2024-07-19 06:53:52
  311. 7 0 0 https://v.firebog.net/hosts/Admiral.txt 2024-07-16 18:42:37 2024-07-19 06:53:51
  312. 8 0 0 https://v.firebog.net/hosts/Easyprivacy.txt 2024-07-16 18:42:44 2024-07-19 06:53:50
  313. 9 0 0 https://v.firebog.net/hosts/Prigent-Ads.txt 2024-07-16 18:42:55 2024-07-19 06:53:49
  314. 10 0 0 https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt 2024-07-16 18:43:05 2024-07-19 06:53:44
  315. 11 1 0 https://github.com/phoanglong/ps4-dns-block/blob/main/ps4-block 2024-07-16 18:46:24 2024-07-16 18:46:24
  316. 12 0 0 https://phishing.army/download/phishing_army_blocklist.txt 2024-07-17 06:28:01 2024-07-19 06:54:40
  317. 13 0 0 https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt 2024-07-17 06:28:19 2024-07-19 06:54:39
  318. 14 0 0 https://www.github.developerdan.com/hosts/lists/amp-hosts-extended.txt 2024-07-17 06:28:45 2024-07-19 06:54:38
  319. 15 0 0 https://www.github.developerdan.com/hosts/lists/facebook-extended.txt 2024-07-17 06:29:18 2024-07-19 06:54:37
  320.  
  321. *** [ DIAGNOSING ]: contents of /etc/pihole
  322.  
  323. -rw-r--r-- 1 root root 0 Jul 16 17:11 /etc/pihole/custom.list
  324.  
  325. -rw-r--r-- 1 root root 65 Jul 19 06:54 /etc/pihole/local.list
  326.  
  327. -rw-r--r-- 1 root root 289 Jul 16 17:11 /etc/pihole/logrotate
  328. /var/log/pihole/pihole.log {
  329. su root root
  330. daily
  331. copytruncate
  332. rotate 5
  333. compress
  334. delaycompress
  335. notifempty
  336. nomail
  337. }
  338. /var/log/pihole/FTL.log {
  339. su root root
  340. weekly
  341. copytruncate
  342. rotate 3
  343. compress
  344. delaycompress
  345. notifempty
  346. nomail
  347. }
  348.  
  349. -rw-rw-r-- 1 pihole root 142 Jul 19 06:39 /etc/pihole/pihole-FTL.conf
  350. PRIVACYLEVEL=0
  351. RATE_LIMIT=0/0
  352.  
  353. -rw-r--r-- 1 root root 282 Jul 20 05:00 /etc/pihole/versions
  354. CORE_VERSION=v5.18.3
  355. CORE_BRANCH=master
  356. CORE_HASH=be5a8dc5
  357. GITHUB_CORE_VERSION=
  358. GITHUB_CORE_HASH=
  359. WEB_VERSION=v5.21
  360. WEB_BRANCH=master
  361. WEB_HASH=be05b0f6
  362. GITHUB_WEB_VERSION=
  363. GITHUB_WEB_HASH=
  364. FTL_VERSION=v5.25.2
  365. FTL_BRANCH=master
  366. FTL_HASH=8943e260
  367. GITHUB_FTL_VERSION=
  368. GITHUB_FTL_HASH=
  369.  
  370. *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
  371.  
  372. -rw-r--r-- 1 root root 1.4K Jul 16 18:03 /etc/dnsmasq.d/01-pihole.conf
  373. addn-hosts=/etc/pihole/local.list
  374. addn-hosts=/etc/pihole/custom.list
  375. localise-queries
  376. no-resolv
  377. log-queries
  378. log-facility=/var/log/pihole/pihole.log
  379. log-async
  380. cache-size=10000
  381. server=8.8.8.8
  382. server=208.67.222.222
  383. domain-needed
  384. expand-hosts
  385. bogus-priv
  386. local-service
  387.  
  388. -rw-r--r-- 1 root root 2.2K Jul 16 17:11 /etc/dnsmasq.d/06-rfc6761.conf
  389. server=/test/
  390. server=/localhost/
  391. server=/invalid/
  392. server=/bind/
  393. server=/onion/
  394.  
  395. *** [ DIAGNOSING ]: contents of /etc/lighttpd
  396.  
  397. -rw-r--r-- 1 root root 2.2K Feb 11 2023 /etc/lighttpd/lighttpd.conf
  398. server.modules = (
  399. "mod_indexfile",
  400. "mod_access",
  401. "mod_alias",
  402. "mod_redirect",
  403. )
  404. server.document-root = "/var/www/html"
  405. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  406. server.errorlog = "/var/log/lighttpd/error.log"
  407. server.pid-file = "/run/lighttpd.pid"
  408. server.username = "www-data"
  409. server.groupname = "www-data"
  410. server.port = 80
  411. server.feature-flags += ("server.h2proto" => "enable")
  412. server.feature-flags += ("server.h2c" => "enable")
  413. server.feature-flags += ("server.graceful-shutdown-timeout" => 5)
  414. server.http-parseopts = (
  415. "header-strict" => "enable",# default
  416. "host-strict" => "enable",# default
  417. "host-normalize" => "enable",# default
  418. "url-normalize-unreserved"=> "enable",# recommended highly
  419. "url-normalize-required" => "enable",# recommended
  420. "url-ctrls-reject" => "enable",# recommended
  421. "url-path-2f-decode" => "enable",# recommended highly (unless breaks app)
  422. "url-path-dotseg-remove" => "enable",# recommended highly (unless breaks app)
  423. )
  424. index-file.names = ( "index.php", "index.html" )
  425. url.access-deny = ( "~", ".inc" )
  426. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  427. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  428. include_shell "/usr/share/lighttpd/create-mime.conf.pl"
  429. include "/etc/lighttpd/conf-enabled/*.conf"
  430. server.modules += (
  431. "mod_dirlisting",
  432. "mod_staticfile",
  433. )
  434.  
  435. *** [ DIAGNOSING ]: contents of /etc/lighttpd/conf.d
  436. /etc/lighttpd/conf.d does not exist.
  437.  
  438. *** [ DIAGNOSING ]: contents of /etc/lighttpd/conf-enabled
  439. total 0
  440. lrwxrwxrwx 1 root root 32 Jul 16 17:11 05-setenv.conf -> ../conf-available/05-setenv.conf
  441. lrwxrwxrwx 1 root root 35 Jul 16 17:11 10-accesslog.conf -> ../conf-available/10-accesslog.conf
  442. lrwxrwxrwx 1 root root 33 Jul 16 17:11 10-fastcgi.conf -> ../conf-available/10-fastcgi.conf
  443. lrwxrwxrwx 1 root root 38 Jul 16 17:11 15-pihole-admin.conf -> ../conf-available/15-pihole-admin.conf
  444. lrwxrwxrwx 1 root root 42 Jul 4 03:12 90-javascript-alias.conf -> ../conf-available/90-javascript-alias.conf
  445.  
  446. lrwxrwxrwx 1 root root 38 Jul 16 17:11 /etc/lighttpd/conf-enabled/15-pihole-admin.conf -> ../conf-available/15-pihole-admin.conf
  447. server.errorlog := "/var/log/lighttpd/error-pihole.log"
  448. $HTTP["url"] =~ "^/admin/" {
  449. server.document-root = "/var/www/html"
  450. server.stream-response-body = 1
  451. accesslog.filename = "/var/log/lighttpd/access-pihole.log"
  452. accesslog.format = "%{%s}t|%h|%V|%r|%s|%b"
  453. fastcgi.server = (
  454. ".php" => (
  455. "localhost" => (
  456. "socket" => "/run/lighttpd/pihole-php-fastcgi.socket",
  457. "bin-path" => "/usr/bin/php-cgi",
  458. "min-procs" => 1,
  459. "max-procs" => 1,
  460. "bin-environment" => (
  461. "PHP_FCGI_CHILDREN" => "4",
  462. "PHP_FCGI_MAX_REQUESTS" => "10000",
  463. ),
  464. "bin-copy-environment" => (
  465. "PATH", "SHELL", "USER"
  466. ),
  467. "broken-scriptfilename" => "enable",
  468. )
  469. )
  470. )
  471. setenv.add-response-header = (
  472. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  473. "X-Frame-Options" => "DENY",
  474. "X-XSS-Protection" => "0",
  475. "X-Content-Type-Options" => "nosniff",
  476. "Content-Security-Policy" => "default-src 'self' 'unsafe-inline';",
  477. "X-Permitted-Cross-Domain-Policies" => "none",
  478. "Referrer-Policy" => "same-origin"
  479. )
  480. $HTTP["url"] =~ "^/admin/\." {
  481. url.access-deny = ("")
  482. }
  483. $HTTP["url"] =~ "/(teleporter|api_token)\.php$" {
  484. $HTTP["referer"] =~ "/admin/settings\.php" {
  485. setenv.set-response-header = ( "X-Frame-Options" => "SAMEORIGIN" )
  486. }
  487. }
  488. }
  489. else $HTTP["url"] == "/admin" {
  490. url.redirect = ("" => "/admin/")
  491. }
  492. $HTTP["host"] == "pi.hole" {
  493. $HTTP["url"] == "/" {
  494. url.redirect = ("" => "/admin/")
  495. }
  496. }
  497. server.modules += ( "mod_access", "mod_accesslog", "mod_redirect", "mod_fastcgi", "mod_setenv" )
  498.  
  499. *** [ DIAGNOSING ]: contents of /etc/cron.d
  500.  
  501. -rw-r--r-- 1 root root 1.7K Jul 16 17:11 /etc/cron.d/pihole
  502. 28 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
  503. 00 00 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole flush once quiet
  504. @reboot root /usr/sbin/logrotate --state /var/lib/logrotate/pihole /etc/pihole/logrotate
  505. 43 15 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker
  506. @reboot root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker reboot
  507.  
  508. *** [ DIAGNOSING ]: contents of /var/log/lighttpd
  509.  
  510. -rw-r--r-- 1 www-data www-data 3.5K Jul 20 05:00 /var/log/lighttpd/error-pihole.log
  511. -----head of error-pihole.log------
  512. 2024-07-16 17:11:22: (server.c.1704) server started (lighttpd/1.4.69)
  513. 2024-07-16 17:26:41: (server.c.2078) server stopped by UID = 0 PID = 1
  514. 2024-07-16 17:27:12: (server.c.1704) server started (lighttpd/1.4.69)
  515. 2024-07-16 18:40:01: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: UNIQUE constraint failed: adlist.address in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 947
  516. 2024-07-16 18:41:20: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: UNIQUE constraint failed: adlist.address in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 947
  517. 2024-07-17 07:57:32: (server.c.1704) server started (lighttpd/1.4.69)
  518. 2024-07-17 08:02:02: (server.c.1704) server started (lighttpd/1.4.69)
  519. 2024-07-17 08:09:00: (server.c.2078) server stopped by UID = 0 PID = 1
  520. 2024-07-17 08:09:25: (server.c.1704) server started (lighttpd/1.4.69)
  521. 2024-07-17 09:50:38: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 661
  522. 2024-07-17 09:52:36: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  523. 2024-07-17 09:52:37: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  524. 2024-07-17 09:52:38: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  525. 2024-07-17 09:52:38: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  526. 2024-07-17 09:52:44: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  527. 2024-07-17 09:52:45: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  528. 2024-07-17 09:53:30: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  529. 2024-07-17 09:53:32: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  530. 2024-07-18 14:38:45: (server.c.2078) server stopped by UID = 0 PID = 1
  531. 2024-07-18 14:39:03: (server.c.1704) server started (lighttpd/1.4.69)
  532. 2024-07-19 05:00:00: (server.c.2078) server stopped by UID = 0 PID = 1
  533. 2024-07-19 05:00:20: (server.c.1704) server started (lighttpd/1.4.69)
  534. 2024-07-19 06:40:12: (server.c.2078) server stopped by UID = 0 PID = 1
  535. 2024-07-19 06:40:37: (server.c.1704) server started (lighttpd/1.4.69)
  536. 2024-07-20 05:00:01: (server.c.2078) server stopped by UID = 0 PID = 1
  537.  
  538. -----tail of error-pihole.log------
  539. 2024-07-16 17:26:41: (server.c.2078) server stopped by UID = 0 PID = 1
  540. 2024-07-16 17:27:12: (server.c.1704) server started (lighttpd/1.4.69)
  541. 2024-07-16 18:40:01: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: UNIQUE constraint failed: adlist.address in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 947
  542. 2024-07-16 18:41:20: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: UNIQUE constraint failed: adlist.address in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 947
  543. 2024-07-17 07:57:32: (server.c.1704) server started (lighttpd/1.4.69)
  544. 2024-07-17 08:02:02: (server.c.1704) server started (lighttpd/1.4.69)
  545. 2024-07-17 08:09:00: (server.c.2078) server stopped by UID = 0 PID = 1
  546. 2024-07-17 08:09:25: (server.c.1704) server started (lighttpd/1.4.69)
  547. 2024-07-17 09:50:38: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 661
  548. 2024-07-17 09:52:36: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  549. 2024-07-17 09:52:37: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  550. 2024-07-17 09:52:38: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  551. 2024-07-17 09:52:38: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  552. 2024-07-17 09:52:44: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  553. 2024-07-17 09:52:45: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  554. 2024-07-17 09:53:30: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  555. 2024-07-17 09:53:32: (mod_fastcgi.c.449) FastCGI-stderr:PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: attempt to write a readonly database in /var/www/html/admin/scripts/pi-hole/php/groups.php on line 1016
  556. 2024-07-18 14:38:45: (server.c.2078) server stopped by UID = 0 PID = 1
  557. 2024-07-18 14:39:03: (server.c.1704) server started (lighttpd/1.4.69)
  558. 2024-07-19 05:00:00: (server.c.2078) server stopped by UID = 0 PID = 1
  559. 2024-07-19 05:00:20: (server.c.1704) server started (lighttpd/1.4.69)
  560. 2024-07-19 06:40:12: (server.c.2078) server stopped by UID = 0 PID = 1
  561. 2024-07-19 06:40:37: (server.c.1704) server started (lighttpd/1.4.69)
  562. 2024-07-20 05:00:01: (server.c.2078) server stopped by UID = 0 PID = 1
  563. 2024-07-20 05:00:20: (server.c.1704) server started (lighttpd/1.4.69)
  564.  
  565. *** [ DIAGNOSING ]: contents of /var/log/pihole
  566.  
  567. -rw-r--r-- 1 pihole pihole 6.9K Jul 20 07:47 /var/log/pihole/FTL.log
  568. -----head of FTL.log------
  569. [2024-07-20 05:00:18.877 870M] Using log file /var/log/pihole/FTL.log
  570. [2024-07-20 05:00:18.878 870M] ########## FTL started on pihole! ##########
  571. [2024-07-20 05:00:18.878 870M] FTL branch: master
  572. [2024-07-20 05:00:18.878 870M] FTL version: v5.25.2
  573. [2024-07-20 05:00:18.878 870M] FTL commit: 8943e260
  574. [2024-07-20 05:00:18.878 870M] FTL date: 2024-05-08 20:59:50 +0100
  575. [2024-07-20 05:00:18.878 870M] FTL user: pihole
  576. [2024-07-20 05:00:18.878 870M] Compiled for armv7hf (compiled on CI) using arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0
  577. [2024-07-20 05:00:18.878 870M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
  578. [2024-07-20 05:00:18.878 870M] SOCKET_LISTENING: only local
  579. [2024-07-20 05:00:18.878 870M] AAAA_QUERY_ANALYSIS: Show AAAA queries
  580. [2024-07-20 05:00:18.879 870M] MAXDBDAYS: max age for stored queries is 365 days
  581. [2024-07-20 05:00:18.879 870M] RESOLVE_IPV6: Resolve IPv6 addresses
  582. [2024-07-20 05:00:18.879 870M] RESOLVE_IPV4: Resolve IPv4 addresses
  583. [2024-07-20 05:00:18.879 870M] DBINTERVAL: saving to DB file every minute
  584. [2024-07-20 05:00:18.879 870M] DBFILE: Using /etc/pihole/pihole-FTL.db
  585. [2024-07-20 05:00:18.879 870M] MAXLOGAGE: Importing up to 24.0 hours of log data
  586. [2024-07-20 05:00:18.879 870M] PRIVACYLEVEL: Set to 0
  587. [2024-07-20 05:00:18.879 870M] IGNORE_LOCALHOST: Show queries from localhost
  588. [2024-07-20 05:00:18.879 870M] BLOCKINGMODE: Null IPs for blocked domains
  589. [2024-07-20 05:00:18.879 870M] ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
  590. [2024-07-20 05:00:18.880 870M] DBIMPORT: Importing history from database
  591. [2024-07-20 05:00:18.880 870M] PIDFILE: Using /run/pihole-FTL.pid
  592. [2024-07-20 05:00:18.880 870M] SOCKETFILE: Using /run/pihole/FTL.sock
  593. [2024-07-20 05:00:18.880 870M] SETUPVARSFILE: Using /etc/pihole/setupVars.conf
  594. [2024-07-20 05:00:18.880 870M] MACVENDORDB: Using /etc/pihole/macvendor.db
  595. [2024-07-20 05:00:18.880 870M] GRAVITYDB: Using /etc/pihole/gravity.db
  596. [2024-07-20 05:00:18.880 870M] PARSE_ARP_CACHE: Active
  597. [2024-07-20 05:00:18.880 870M] CNAME_DEEP_INSPECT: Active
  598. [2024-07-20 05:00:18.880 870M] DELAY_STARTUP: No delay requested.
  599. [2024-07-20 05:00:18.880 870M] BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
  600. [2024-07-20 05:00:18.881 870M] NICE: Set process niceness to -10 (default)
  601. [2024-07-20 05:00:18.881 870M] MAXNETAGE: Removing IP addresses and host names from network table after 365 days
  602. [2024-07-20 05:00:18.881 870M] NAMES_FROM_NETDB: Enabled, trying to get names from network database
  603. [2024-07-20 05:00:18.881 870M] EDNS0_ECS: Overwrite client from ECS information
  604.  
  605. -----tail of FTL.log------
  606. [2024-07-20 05:00:18.883 870M] Creating mutex
  607. [2024-07-20 05:00:18.885 870M] PID of FTL process: 870
  608. [2024-07-20 05:00:18.933 870M] Database version is 12
  609. [2024-07-20 05:00:18.934 870M] Resizing "FTL-strings" from 40960 to (81920 * 1) == 81920 (/dev/shm: 1.2MB used, 482.8MB total, FTL uses 1.2MB)
  610. [2024-07-20 05:00:18.934 870M] Imported 0 alias-clients
  611. [2024-07-20 05:00:18.935 870M] Database successfully initialized
  612. [2024-07-20 05:00:19.233 870M] New upstream server: 8.8.8.8:53 (0/1024)
  613. [2024-07-20 05:00:19.235 870M] New upstream server: 208.67.222.222:53 (1/1024)
  614. [2024-07-20 05:00:19.535 870M] Resizing "FTL-queries" from 180224 to (8192 * 44) == 360448 (/dev/shm: 1.3MB used, 482.8MB total, FTL uses 1.3MB)
  615. [2024-07-20 05:00:19.650 870M] Resizing "FTL-queries" from 360448 to (12288 * 44) == 540672 (/dev/shm: 1.5MB used, 482.8MB total, FTL uses 1.4MB)
  616. [2024-07-20 05:00:19.795 870M] Resizing "FTL-queries" from 540672 to (16384 * 44) == 720896 (/dev/shm: 1.6MB used, 482.8MB total, FTL uses 1.6MB)
  617. [2024-07-20 05:00:19.812 870M] Resizing "FTL-domains" from 20480 to (2048 * 20) == 40960 (/dev/shm: 1.8MB used, 482.8MB total, FTL uses 1.8MB)
  618. [2024-07-20 05:00:19.954 870M] Resizing "FTL-queries" from 720896 to (20480 * 44) == 901120 (/dev/shm: 1.8MB used, 482.8MB total, FTL uses 1.8MB)
  619. [2024-07-20 05:00:20.095 870M] Resizing "FTL-queries" from 901120 to (24576 * 44) == 1081344 (/dev/shm: 2.0MB used, 482.8MB total, FTL uses 2.0MB)
  620. [2024-07-20 05:00:20.104 870M] Imported 20814 queries from the long-term database
  621. [2024-07-20 05:00:20.105 870M] -> Total DNS queries: 20814
  622. [2024-07-20 05:00:20.105 870M] -> Cached DNS queries: 218
  623. [2024-07-20 05:00:20.105 870M] -> Forwarded DNS queries: 16213
  624. [2024-07-20 05:00:20.105 870M] -> Blocked DNS queries: 4369
  625. [2024-07-20 05:00:20.105 870M] -> Unknown DNS queries: 4
  626. [2024-07-20 05:00:20.105 870M] -> Unique domains: 1193
  627. [2024-07-20 05:00:20.105 870M] -> Unique clients: 5
  628. [2024-07-20 05:00:20.105 870M] -> Known forward destinations: 2
  629. [2024-07-20 05:00:20.105 870M] Successfully accessed setupVars.conf
  630. [2024-07-20 05:00:20.132 870M] listening on 0.0.0.0 port 53
  631. [2024-07-20 05:00:20.132 870M] listening on :: port 53
  632. [2024-07-20 05:00:20.134 870M] PID of FTL process: 870
  633. [2024-07-20 05:00:20.134 870M] Listening on port 4711 for incoming IPv4 telnet connections
  634. [2024-07-20 05:00:20.134 870M] Listening on port 4711 for incoming IPv6 telnet connections
  635. [2024-07-20 05:00:20.135 870M] Listening on port 4711 for incoming socket telnet connections
  636. [2024-07-20 05:00:20.136 870M] INFO: FTL is running as user pihole (UID 1000)
  637. [2024-07-20 05:00:20.145 870M] Reloading DNS cache
  638. [2024-07-20 05:00:20.259 870/T934] Compiled 0 whitelist and 0 blacklist regex filters for 5 clients in 3.8 msec
  639. [2024-07-20 05:00:20.259 870/T934] Blocking status is enabled
  640. [2024-07-20 07:47:42.562 870M] Resizing "FTL-dns-cache" from 4096 to (512 * 16) == 8192 (/dev/shm: 2.2MB used, 482.8MB total, FTL uses 2.2MB)
  641.  
  642. *** [ DIAGNOSING ]: contents of /dev/shm
  643. total 2.1M
  644. -rw------- 1 pihole pihole 324K Jul 20 05:00 FTL-clients
  645. -rw------- 1 pihole pihole 248 Jul 20 05:00 FTL-counters
  646. -rw------- 1 pihole pihole 8.0K Jul 20 07:47 FTL-dns-cache
  647. -rw------- 1 pihole pihole 40K Jul 20 07:48 FTL-domains
  648. -rw------- 1 pihole pihole 56 Jul 20 05:00 FTL-lock
  649. -rw------- 1 pihole pihole 12K Jul 20 05:00 FTL-overTime
  650. -rw------- 1 pihole pihole 4.0K Jul 20 05:00 FTL-per-client-regex
  651. -rw------- 1 pihole pihole 1.1M Jul 20 05:09 FTL-queries
  652. -rw------- 1 pihole pihole 16 Jul 20 05:00 FTL-settings
  653. -rw------- 1 pihole pihole 80K Jul 20 05:00 FTL-strings
  654. -rw------- 1 pihole pihole 604K Jul 20 05:00 FTL-upstreams
  655. -rw-rw-rw- 1 pihole pihole 4.0K Jul 20 05:00 lttng-ust-wait-8
  656. -rw-r----- 1 pihole pihole 4.0K Jul 20 05:00 lttng-ust-wait-8-1000
  657.  
  658. *** [ DIAGNOSING ]: contents of /etc
  659.  
  660. -rw-r--r-- 1 root root 24 Jul 16 17:11 /etc/dnsmasq.conf
  661. conf-dir=/etc/dnsmasq.d
  662.  
  663. -rw-r--r-- 1 root root 77 Jul 20 05:01 /etc/resolv.conf
  664. nameserver 192.168.0.50
  665. nameserver 192.168.0.1
  666.  
  667. *** [ DIAGNOSING ]: Pi-hole diagnosis messages
  668.  
  669. *** [ DIAGNOSING ]: Locale
  670. LANG=
  671.  
  672. *** [ DIAGNOSING ]: Pi-hole log
  673. -rw-r----- 1 pihole pihole 2.0M Jul 20 08:00 /var/log/pihole/pihole.log
  674. -----head of pihole.log------
  675. Jul 20 00:00:05 dnsmasq[1079]: query[PTR] 185.0.168.192.in-addr.arpa from 192.168.0.1
  676. Jul 20 00:00:05 dnsmasq[1079]: config 185.0.168.192.in-addr.arpa is <PTR>
  677. Jul 20 00:00:05 dnsmasq[1079]: query[PTR] 123.0.168.192.in-addr.arpa from 192.168.0.1
  678. Jul 20 00:00:05 dnsmasq[1079]: config 123.0.168.192.in-addr.arpa is <PTR>
  679. Jul 20 00:00:05 dnsmasq[1079]: query[PTR] b.2.d.b.0.d.d.6.7.b.0.4.9.d.6.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 192.168.0.1
  680. Jul 20 00:00:05 dnsmasq[1079]: config b.2.d.b.0.d.d.6.7.b.0.4.9.d.6.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa is <PTR>
  681. Jul 20 00:00:05 dnsmasq[1079]: query[PTR] 2.f.9.a.c.9.2.6.c.c.7.0.b.6.d.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 192.168.0.1
  682. Jul 20 00:00:05 dnsmasq[1079]: config 2.f.9.a.c.9.2.6.c.c.7.0.b.6.d.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa is <PTR>
  683. Jul 20 00:00:51 dnsmasq[1079]: query[A] clients4.google.com from 192.168.0.1
  684. Jul 20 00:00:51 dnsmasq[1079]: forwarded clients4.google.com to 8.8.8.8
  685. Jul 20 00:00:51 dnsmasq[1079]: reply clients4.google.com is <CNAME>
  686. Jul 20 00:00:51 dnsmasq[1079]: reply clients.l.google.com is 216.58.210.142
  687. Jul 20 00:01:24 dnsmasq[1079]: query[A] imasdk.googleapis.com from 192.168.0.1
  688. Jul 20 00:01:24 dnsmasq[1079]: forwarded imasdk.googleapis.com to 8.8.8.8
  689. Jul 20 00:01:24 dnsmasq[1079]: reply imasdk.googleapis.com is 216.58.210.138
  690. Jul 20 00:01:29 dnsmasq[1079]: query[A] sdk.iad-01.braze.com from 192.168.0.1
  691. Jul 20 00:01:29 dnsmasq[1079]: gravity blocked sdk.iad-01.braze.com is 0.0.0.0
  692. Jul 20 00:01:31 dnsmasq[1079]: query[PTR] b._dns-sd._udp.0.0.168.192.in-addr.arpa from 192.168.0.1
  693. Jul 20 00:01:31 dnsmasq[1079]: forwarded b._dns-sd._udp.0.0.168.192.in-addr.arpa to 8.8.8.8
  694. Jul 20 00:01:31 dnsmasq[1079]: query[PTR] db._dns-sd._udp.0.0.168.192.in-addr.arpa from 192.168.0.1
  695.  
  696. -----tail of pihole.log------
  697. Jul 20 08:00:19 dnsmasq[870]: query[HTTPS] gateway.icloud.com from 192.168.0.1
  698. Jul 20 08:00:19 dnsmasq[870]: forwarded gateway.icloud.com to 8.8.8.8
  699. Jul 20 08:00:21 dnsmasq[870]: query[A] slackb.com from 192.168.0.1
  700. Jul 20 08:00:21 dnsmasq[870]: forwarded slackb.com to 8.8.8.8
  701. Jul 20 08:00:21 dnsmasq[870]: query[HTTPS] slackb.com from 192.168.0.1
  702. Jul 20 08:00:21 dnsmasq[870]: forwarded slackb.com to 8.8.8.8
  703. Jul 20 08:00:22 dnsmasq[870]: query[HTTPS] ocsp2.apple.com from 192.168.0.1
  704. Jul 20 08:00:22 dnsmasq[870]: forwarded ocsp2.apple.com to 8.8.8.8
  705. Jul 20 08:00:22 dnsmasq[870]: query[A] ocsp2.apple.com from 192.168.0.1
  706. Jul 20 08:00:22 dnsmasq[870]: forwarded ocsp2.apple.com to 8.8.8.8
  707. Jul 20 08:00:22 dnsmasq[870]: query[A] connectivitycheck.gstatic.com from 192.168.0.1
  708. Jul 20 08:00:22 dnsmasq[870]: forwarded connectivitycheck.gstatic.com to 8.8.8.8
  709. Jul 20 08:00:22 dnsmasq[870]: forwarded connectivitycheck.gstatic.com to 208.67.222.222
  710. Jul 20 08:00:22 dnsmasq[870]: query[PTR] 8.8.8.8.in-addr.arpa from 192.168.0.1
  711. Jul 20 08:00:22 dnsmasq[870]: forwarded 8.8.8.8.in-addr.arpa to 8.8.8.8
  712. Jul 20 08:00:22 dnsmasq[870]: forwarded 8.8.8.8.in-addr.arpa to 208.67.222.222
  713. Jul 20 08:00:23 dnsmasq[870]: query[A] slack.com from 192.168.0.1
  714. Jul 20 08:00:23 dnsmasq[870]: forwarded slack.com to 8.8.8.8
  715. Jul 20 08:00:23 dnsmasq[870]: query[HTTPS] slack.com from 192.168.0.1
  716. Jul 20 08:00:23 dnsmasq[870]: forwarded slack.com to 8.8.8.8
  717.  
  718. ********************************************
  719. ********************************************
  720. [✓] ** FINISHED DEBUGGING! **
  721.  
  722. * The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only.
  723. * A local copy of the debug log can be found at: /var/log/pihole/pihole_debug.log
Add Comment
Please, Sign In to add comment