Guest User

pihole2

a guest
Dec 22nd, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.35 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] 2023-12-22:22:49:40 debug log has been initialized.
  9. [i] System has been running for 0 days, 5 hours, 25 minutes
  10.  
  11. *** [ INITIALIZING ] Sourcing setup variables
  12. [i] Sourcing /etc/pihole/setupVars.conf...
  13.  
  14. *** [ DIAGNOSING ]: Core version
  15. [βœ“] Version: v5.17.2
  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.17.2-0-g60b6a10
  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.23
  30. [i] Branch: master
  31. [i] Commit: d201776e
  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: Debian
  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. [βœ“] aarch64
  54.  
  55. *** [ DIAGNOSING ]: Disk usage
  56. Filesystem Size Used Avail Use% Mounted on
  57. udev 1.6G 0 1.6G 0% /dev
  58. tmpfs 380M 1.4M 378M 1% /run
  59. /dev/mmcblk0p2 59G 5.4G 50G 10% /
  60. tmpfs 1.9G 72M 1.8G 4% /dev/shm
  61. tmpfs 5.0M 12K 5.0M 1% /run/lock
  62. /dev/mmcblk0p1 510M 74M 437M 15% /boot/firmware
  63. tmpfs 380M 44K 380M 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: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
  73. link/ether e4:5f:01:2c:fb:eb brd ff:ff:ff:ff:ff:ff
  74. 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
  75. link/ether e4:5f:01:2c:fb:ec brd ff:ff:ff:ff:ff:ff
  76. inet 192.168.1.40/24 brd 192.168.1.255 scope global dynamic noprefixroute wlan0
  77. valid_lft 85437sec preferred_lft 85437sec
  78. inet6 fe80::82ca:8ac3:60f6:8af7/64 scope link noprefixroute
  79. valid_lft forever preferred_lft forever
  80.  
  81. *** [ DIAGNOSING ]: Network routing table
  82. default via 192.168.1.1 dev wlan0 proto dhcp src 192.168.1.40 metric 600
  83. 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.40 metric 600
  84.  
  85. *** [ DIAGNOSING ]: Networking
  86. [βœ—] No IPv4 address(es) found on the eth0 interface.
  87.  
  88. [βœ—] No IPv6 address(es) found on the eth0 interface.
  89.  
  90. [i] Default IPv4 gateway(s):
  91. [i] Default IPv6 gateway(s):
  92.  
  93. *** [ DIAGNOSING ]: Ports in use
  94. udp:0.0.0.0:631 is in use by cups-browsed
  95. udp:0.0.0.0:5353 is in use by avahi-daemon
  96. udp:0.0.0.0:52506 is in use by avahi-daemon
  97. [βœ“] udp:0.0.0.0:53 is in use by pihole-FTL
  98. udp:*:5353 is in use by avahi-daemon
  99. udp:*:52671 is in use by avahi-daemon
  100. [βœ“] udp:*:53 is in use by pihole-FTL
  101. [βœ“] tcp:0.0.0.0:80 is in use by lighttpd
  102. [βœ“] tcp:0.0.0.0:53 is in use by pihole-FTL
  103. [βœ“] tcp:127.0.0.1:4711 is in use by pihole-FTL
  104. tcp:127.0.0.1:631 is in use by cupsd
  105. [βœ“] tcp:[::1]:4711 is in use by pihole-FTL
  106. tcp:[::1]:631 is in use by cupsd
  107. [βœ“] tcp:[::]:80 is in use by lighttpd
  108. [βœ“] tcp:[::]:53 is in use by pihole-FTL
  109.  
  110. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
  111. [βœ“] flurry.com is  on lo (127.0.0.1)
  112. [βœ“] No IPv4 address available on eth0
  113. [βœ“] flurry.com is  on wlan0 (192.168.1.40)
  114. [βœ“] doubleclick.com is  via a remote, public DNS server (8.8.8.8)
  115.  
  116. *** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
  117. [βœ“] flurry.com is  on lo (::1)
  118. [βœ“] No IPv6 address available on eth0
  119. [βœ—] Failed to resolve flurry.com on wlan0 (fe80::82ca:8ac3:60f6:8af7)
  120. [βœ—] Failed to resolve doubleclick.com via a remote, public DNS server (2001:4860:4860::8888)
  121.  
  122. *** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds)
  123. Scanning all your interfaces for DHCP servers
  124. Timeout: 10 seconds
  125.  
  126. * Received 300 bytes from wlan0:192.168.1.1
  127. Offered IP address: 192.168.1.40
  128. Server IP address: 192.168.1.1
  129. Relay-agent IP address: N/A
  130. BOOTP server: (empty)
  131. BOOTP file: (empty)
  132. DHCP options:
  133. Message type: DHCPOFFER (2)
  134. server-identifier: 192.168.1.1
  135. lease-time: 86400 ( 1d )
  136. renewal-time: 43200 ( 12h )
  137. rebinding-time: 75600 ( 21h )
  138. netmask: 255.255.255.0
  139. broadcast: 192.168.1.255
  140. wpad-server: "
  141. "
  142. dns-server: 192.168.1.40
  143. router: 192.168.1.1
  144. --- end of options ---
  145.  
  146. DHCP packets received on interface wlan0: 1
  147.  
  148. *** [ DIAGNOSING ]: Pi-hole processes
  149. [βœ“] lighttpd daemon is active
  150. [βœ“] pihole-FTL daemon is active
  151.  
  152. *** [ DIAGNOSING ]: Pi-hole-FTL full status
  153. ● pihole-FTL.service - Pi-hole FTL
  154. Loaded: loaded (/etc/systemd/system/pihole-FTL.service; enabled; preset: enabled)
  155. Active: active (running) since Fri 2023-12-22 22:41:38 GMT; 8min ago
  156. Process: 52214 ExecStartPre=/opt/pihole/pihole-FTL-prestart.sh (code=exited, status=0/SUCCESS)
  157. Main PID: 52227 (pihole-FTL)
  158. Tasks: 79 (limit: 3912)
  159. CPU: 29.326s
  160. CGroup: /system.slice/pihole-FTL.service
  161. β”œβ”€52227 /usr/bin/pihole-FTL -f
  162. β”œβ”€52996 /usr/bin/pihole-FTL -f
  163. β”œβ”€52997 /usr/bin/pihole-FTL -f
  164. β”œβ”€52998 /usr/bin/pihole-FTL -f
  165. β”œβ”€52999 /usr/bin/pihole-FTL -f
  166. β”œβ”€53000 /usr/bin/pihole-FTL -f
  167. β”œβ”€53001 /usr/bin/pihole-FTL -f
  168. β”œβ”€53002 /usr/bin/pihole-FTL -f
  169. β”œβ”€53003 /usr/bin/pihole-FTL -f
  170. β”œβ”€53004 /usr/bin/pihole-FTL -f
  171. β”œβ”€53005 /usr/bin/pihole-FTL -f
  172. β”œβ”€53006 /usr/bin/pihole-FTL -f
  173. β”œβ”€53007 /usr/bin/pihole-FTL -f
  174. β”œβ”€53008 /usr/bin/pihole-FTL -f
  175. β”œβ”€53009 /usr/bin/pihole-FTL -f
  176. β”œβ”€53010 /usr/bin/pihole-FTL -f
  177. β”œβ”€53011 /usr/bin/pihole-FTL -f
  178. β”œβ”€53012 /usr/bin/pihole-FTL -f
  179. β”œβ”€53013 /usr/bin/pihole-FTL -f
  180. β”œβ”€53014 /usr/bin/pihole-FTL -f
  181. β”œβ”€53015 /usr/bin/pihole-FTL -f
  182. β”œβ”€53016 /usr/bin/pihole-FTL -f
  183. β”œβ”€53017 /usr/bin/pihole-FTL -f
  184. β”œβ”€53018 /usr/bin/pihole-FTL -f
  185. β”œβ”€53019 /usr/bin/pihole-FTL -f
  186. β”œβ”€53020 /usr/bin/pihole-FTL -f
  187. β”œβ”€53021 /usr/bin/pihole-FTL -f
  188. β”œβ”€53022 /usr/bin/pihole-FTL -f
  189. β”œβ”€53023 /usr/bin/pihole-FTL -f
  190. β”œβ”€53024 /usr/bin/pihole-FTL -f
  191. β”œβ”€53025 /usr/bin/pihole-FTL -f
  192. β”œβ”€53026 /usr/bin/pihole-FTL -f
  193. β”œβ”€53027 /usr/bin/pihole-FTL -f
  194. β”œβ”€53028 /usr/bin/pihole-FTL -f
  195. β”œβ”€53029 /usr/bin/pihole-FTL -f
  196. β”œβ”€53030 /usr/bin/pihole-FTL -f
  197. β”œβ”€53031 /usr/bin/pihole-FTL -f
  198. β”œβ”€53032 /usr/bin/pihole-FTL -f
  199. β”œβ”€53033 /usr/bin/pihole-FTL -f
  200. β”œβ”€53034 /usr/bin/pihole-FTL -f
  201. β”œβ”€53035 /usr/bin/pihole-FTL -f
  202. β”œβ”€53036 /usr/bin/pihole-FTL -f
  203. β”œβ”€53037 /usr/bin/pihole-FTL -f
  204. β”œβ”€53038 /usr/bin/pihole-FTL -f
  205. β”œβ”€53039 /usr/bin/pihole-FTL -f
  206. β”œβ”€53040 /usr/bin/pihole-FTL -f
  207. β”œβ”€53041 /usr/bin/pihole-FTL -f
  208. β”œβ”€53042 /usr/bin/pihole-FTL -f
  209. β”œβ”€53043 /usr/bin/pihole-FTL -f
  210. β”œβ”€53044 /usr/bin/pihole-FTL -f
  211. β”œβ”€53045 /usr/bin/pihole-FTL -f
  212. β”œβ”€53046 /usr/bin/pihole-FTL -f
  213. β”œβ”€53047 /usr/bin/pihole-FTL -f
  214. β”œβ”€53048 /usr/bin/pihole-FTL -f
  215. β”œβ”€53049 /usr/bin/pihole-FTL -f
  216. β”œβ”€53050 /usr/bin/pihole-FTL -f
  217. β”œβ”€53051 /usr/bin/pihole-FTL -f
  218. β”œβ”€53052 /usr/bin/pihole-FTL -f
  219. β”œβ”€53053 /usr/bin/pihole-FTL -f
  220. β”œβ”€53054 /usr/bin/pihole-FTL -f
  221. └─53055 /usr/bin/pihole-FTL -f
  222.  
  223. 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)
  224. 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)
  225. 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)
  226. 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)
  227. 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)
  228. 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)
  229. 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)
  230. 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)
  231. 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)
  232. 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
  233.  
  234. *** [ DIAGNOSING ]: Lighttpd configuration test
  235. [βœ“] No error in lighttpd configuration
  236.  
  237. *** [ DIAGNOSING ]: Setup variables
  238. PIHOLE_INTERFACE=eth0
  239. QUERY_LOGGING=true
  240. INSTALL_WEB_SERVER=true
  241. INSTALL_WEB_INTERFACE=true
  242. LIGHTTPD_ENABLED=true
  243. CACHE_SIZE=10000
  244. DNS_FQDN_REQUIRED=true
  245. DNS_BOGUS_PRIV=true
  246. DNSMASQ_LISTENING=local
  247. BLOCKING_ENABLED=true
  248. DNSSEC=false
  249. REV_SERVER=false
  250. PIHOLE_DNS_1=8.8.8.8
  251. PIHOLE_DNS_2=8.8.4.4
  252.  
  253. *** [ DIAGNOSING ]: Dashboard headers
  254. [βœ“] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
  255.  
  256. *** [ DIAGNOSING ]: Pi-hole FTL Query Database
  257. -rw-rw-r-- 1 pihole pihole 27M Dec 22 22:49 /etc/pihole/pihole-FTL.db
  258.  
  259. *** [ DIAGNOSING ]: Gravity Database
  260. -rw-rw-r-- 1 pihole pihole 96K Dec 22 22:45 /etc/pihole/gravity.db
  261.  
  262. *** [ DIAGNOSING ]: Info table
  263. property value
  264. -------------------- ----------------------------------------
  265. version 15
  266. updated 1703285138
  267. gravity_count 0
  268. Last gravity run finished at: Fri Dec 22 22:45:38 GMT 2023
  269.  
  270. ----- First 10 Gravity Domains -----
  271.  
  272.  
  273. *** [ DIAGNOSING ]: Groups
  274. id enabled name date_added date_modified description
  275. ---- ------- -------------------------------------------------- ------------------- ------------------- --------------------------------------------------
  276. 0 1 Default 2023-12-22 19:40:32 2023-12-22 19:40:32 The default group
  277.  
  278. *** [ DIAGNOSING ]: Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)
  279.  
  280. *** [ DIAGNOSING ]: Clients
  281.  
  282. *** [ DIAGNOSING ]: Adlists
  283. id enabled group_ids address date_added date_modified comment
  284. ----- ------- ------------ ---------------------------------------------------------------------------------------------------- ------------------- ------------------- --------------------------------------------------
  285. 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
  286.  
  287. *** [ DIAGNOSING ]: contents of /etc/pihole
  288.  
  289. -rw-r--r-- 1 root root 0 Dec 22 19:40 /etc/pihole/custom.list
  290.  
  291. -rw-r--r-- 1 root root 65 Dec 22 22:45 /etc/pihole/local.list
  292.  
  293. -rw-r--r-- 1 root root 241 Dec 22 19:40 /etc/pihole/logrotate
  294. /var/log/pihole/pihole.log {
  295. su root root
  296. daily
  297. copytruncate
  298. rotate 5
  299. compress
  300. delaycompress
  301. notifempty
  302. nomail
  303. }
  304. /var/log/pihole/FTL.log {
  305. su root root
  306. weekly
  307. copytruncate
  308. rotate 3
  309. compress
  310. delaycompress
  311. notifempty
  312. nomail
  313. }
  314.  
  315. -rw-rw-r-- 1 pihole root 146 Dec 22 22:41 /etc/pihole/pihole-FTL.conf
  316. PRIVACYLEVEL=0
  317. RATE_LIMIT=1000/60
  318.  
  319. -rw-r--r-- 1 root root 321 Dec 22 19:40 /etc/pihole/versions
  320. CORE_VERSION=v5.17.2
  321. CORE_BRANCH=master
  322. CORE_HASH=60b6a101
  323. GITHUB_CORE_VERSION=v5.17.2
  324. GITHUB_CORE_HASH=60b6a101
  325. WEB_VERSION=v5.21
  326. WEB_BRANCH=master
  327. WEB_HASH=be05b0f6
  328. GITHUB_WEB_VERSION=v5.21
  329. GITHUB_WEB_HASH=be05b0f6
  330. FTL_VERSION=v5.23
  331. FTL_BRANCH=master
  332. FTL_HASH=d201776e
  333. GITHUB_FTL_VERSION=v5.23
  334. GITHUB_FTL_HASH=1a114133
  335.  
  336. *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
  337.  
  338. -rw-r--r-- 1 root root 1.4K Dec 22 22:41 /etc/dnsmasq.d/01-pihole.conf
  339. addn-hosts=/etc/pihole/local.list
  340. addn-hosts=/etc/pihole/custom.list
  341. localise-queries
  342. no-resolv
  343. log-queries
  344. log-facility=/var/log/pihole/pihole.log
  345. log-async
  346. cache-size=10000
  347. server=8.8.8.8
  348. server=8.8.4.4
  349. domain-needed
  350. expand-hosts
  351. bogus-priv
  352. local-service
  353.  
  354. -rw-r--r-- 1 root root 2.2K Dec 22 19:40 /etc/dnsmasq.d/06-rfc6761.conf
  355. server=/test/
  356. server=/localhost/
  357. server=/invalid/
  358. server=/bind/
  359. server=/onion/
  360.  
  361. *** [ DIAGNOSING ]: contents of /etc/lighttpd
  362.  
  363. -rw-r--r-- 1 root root 2.2K Feb 11 2023 /etc/lighttpd/lighttpd.conf
  364. server.modules = (
  365. "mod_indexfile",
  366. "mod_access",
  367. "mod_alias",
  368. "mod_redirect",
  369. )
  370. server.document-root = "/var/www/html"
  371. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  372. server.errorlog = "/var/log/lighttpd/error.log"
  373. server.pid-file = "/run/lighttpd.pid"
  374. server.username = "www-data"
  375. server.groupname = "www-data"
  376. server.port = 80
  377. server.feature-flags += ("server.h2proto" => "enable")
  378. server.feature-flags += ("server.h2c" => "enable")
  379. server.feature-flags += ("server.graceful-shutdown-timeout" => 5)
  380. server.http-parseopts = (
  381. "header-strict" => "enable",# default
  382. "host-strict" => "enable",# default
  383. "host-normalize" => "enable",# default
  384. "url-normalize-unreserved"=> "enable",# recommended highly
  385. "url-normalize-required" => "enable",# recommended
  386. "url-ctrls-reject" => "enable",# recommended
  387. "url-path-2f-decode" => "enable",# recommended highly (unless breaks app)
  388. "url-path-dotseg-remove" => "enable",# recommended highly (unless breaks app)
  389. )
  390. index-file.names = ( "index.php", "index.html" )
  391. url.access-deny = ( "~", ".inc" )
  392. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  393. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  394. include_shell "/usr/share/lighttpd/create-mime.conf.pl"
  395. include "/etc/lighttpd/conf-enabled/*.conf"
  396. server.modules += (
  397. "mod_dirlisting",
  398. "mod_staticfile",
  399. )
  400.  
  401. *** [ DIAGNOSING ]: contents of /etc/lighttpd/conf.d
  402. /etc/lighttpd/conf.d does not exist.
  403.  
  404. *** [ DIAGNOSING ]: contents of /etc/lighttpd/conf-enabled
  405. total 0
  406. lrwxrwxrwx 1 root root 32 Dec 22 19:40 05-setenv.conf -> ../conf-available/05-setenv.conf
  407. lrwxrwxrwx 1 root root 35 Dec 22 19:40 10-accesslog.conf -> ../conf-available/10-accesslog.conf
  408. lrwxrwxrwx 1 root root 33 Dec 22 19:40 10-fastcgi.conf -> ../conf-available/10-fastcgi.conf
  409. lrwxrwxrwx 1 root root 38 Dec 22 19:40 15-pihole-admin.conf -> ../conf-available/15-pihole-admin.conf
  410. lrwxrwxrwx 1 root root 42 Oct 10 04:47 90-javascript-alias.conf -> ../conf-available/90-javascript-alias.conf
  411.  
  412. lrwxrwxrwx 1 root root 38 Dec 22 19:40 /etc/lighttpd/conf-enabled/15-pihole-admin.conf -> ../conf-available/15-pihole-admin.conf
  413. server.errorlog := "/var/log/lighttpd/error-pihole.log"
  414. $HTTP["url"] =~ "^/admin/" {
  415. server.document-root = "/var/www/html"
  416. server.stream-response-body = 1
  417. accesslog.filename = "/var/log/lighttpd/access-pihole.log"
  418. accesslog.format = "%{%s}t|%h|%V|%r|%s|%b"
  419. fastcgi.server = (
  420. ".php" => (
  421. "localhost" => (
  422. "socket" => "/run/lighttpd/pihole-php-fastcgi.socket",
  423. "bin-path" => "/usr/bin/php-cgi",
  424. "min-procs" => 1,
  425. "max-procs" => 1,
  426. "bin-environment" => (
  427. "PHP_FCGI_CHILDREN" => "4",
  428. "PHP_FCGI_MAX_REQUESTS" => "10000",
  429. ),
  430. "bin-copy-environment" => (
  431. "PATH", "SHELL", "USER"
  432. ),
  433. "broken-scriptfilename" => "enable",
  434. )
  435. )
  436. )
  437. setenv.add-response-header = (
  438. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  439. "X-Frame-Options" => "DENY",
  440. "X-XSS-Protection" => "0",
  441. "X-Content-Type-Options" => "nosniff",
  442. "Content-Security-Policy" => "default-src 'self' 'unsafe-inline';",
  443. "X-Permitted-Cross-Domain-Policies" => "none",
  444. "Referrer-Policy" => "same-origin"
  445. )
  446. $HTTP["url"] =~ "^/admin/\." {
  447. url.access-deny = ("")
  448. }
  449. $HTTP["url"] =~ "/(teleporter|api_token)\.php$" {
  450. $HTTP["referer"] =~ "/admin/settings\.php" {
  451. setenv.set-response-header = ( "X-Frame-Options" => "SAMEORIGIN" )
  452. }
  453. }
  454. }
  455. else $HTTP["url"] == "/admin" {
  456. url.redirect = ("" => "/admin/")
  457. }
  458. $HTTP["host"] == "pi.hole" {
  459. $HTTP["url"] == "/" {
  460. url.redirect = ("" => "/admin/")
  461. }
  462. }
  463. server.modules += ( "mod_access", "mod_accesslog", "mod_redirect", "mod_fastcgi", "mod_setenv" )
  464.  
  465. *** [ DIAGNOSING ]: contents of /etc/cron.d
  466.  
  467. -rw-r--r-- 1 root root 1.7K Dec 22 19:40 /etc/cron.d/pihole
  468. 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
  469. 00 00 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole flush once quiet
  470. @reboot root /usr/sbin/logrotate --state /var/lib/logrotate/pihole /etc/pihole/logrotate
  471. 20 18 * * * root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker
  472. @reboot root PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker reboot
  473.  
  474. *** [ DIAGNOSING ]: contents of /var/log/lighttpd
  475.  
  476. -rw-r--r-- 1 www-data www-data 3.6K Dec 22 22:32 /var/log/lighttpd/error-pihole.log
  477. -----head of error-pihole.log------
  478. 2023-12-22 19:40:26: (server.c.1704) server started (lighttpd/1.4.69)
  479. 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
  480. 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
  481. 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
  482. 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
  483. 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
  484. 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
  485. 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
  486. 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
  487. 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
  488. 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
  489. 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
  490. 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
  491. 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
  492. 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
  493. 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
  494. 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
  495.  
  496. -----tail of error-pihole.log------
  497. 2023-12-22 19:40:26: (server.c.1704) server started (lighttpd/1.4.69)
  498. 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
  499. 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
  500. 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
  501. 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
  502. 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
  503. 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
  504. 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
  505. 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
  506. 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
  507. 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
  508. 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
  509. 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
  510. 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
  511. 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
  512. 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
  513. 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
  514.  
  515. *** [ DIAGNOSING ]: contents of /var/log/pihole
  516.  
  517. -rw-r--r-- 1 pihole pihole 177K Dec 22 22:49 /var/log/pihole/FTL.log
  518. -----head of FTL.log------
  519. [2023-12-22 19:40:32.795 48797M] Using log file /var/log/pihole/FTL.log
  520. [2023-12-22 19:40:32.795 48797M] ########## FTL started on rpi400! ##########
  521. [2023-12-22 19:40:32.795 48797M] FTL branch: master
  522. [2023-12-22 19:40:32.795 48797M] FTL version: v5.23
  523. [2023-12-22 19:40:32.795 48797M] FTL commit: d201776e
  524. [2023-12-22 19:40:32.795 48797M] FTL date: 2023-05-28 11:55:26 +0100
  525. [2023-12-22 19:40:32.795 48797M] FTL user: pihole
  526. [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
  527. [2023-12-22 19:40:32.795 48797M] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
  528. [2023-12-22 19:40:32.796 48797M] SOCKET_LISTENING: only local
  529. [2023-12-22 19:40:32.796 48797M] AAAA_QUERY_ANALYSIS: Show AAAA queries
  530. [2023-12-22 19:40:32.796 48797M] MAXDBDAYS: max age for stored queries is 365 days
  531. [2023-12-22 19:40:32.796 48797M] RESOLVE_IPV6: Resolve IPv6 addresses
  532. [2023-12-22 19:40:32.796 48797M] RESOLVE_IPV4: Resolve IPv4 addresses
  533. [2023-12-22 19:40:32.796 48797M] DBINTERVAL: saving to DB file every minute
  534. [2023-12-22 19:40:32.796 48797M] DBFILE: Using /etc/pihole/pihole-FTL.db
  535. [2023-12-22 19:40:32.796 48797M] MAXLOGAGE: Importing up to 24.0 hours of log data
  536. [2023-12-22 19:40:32.796 48797M] PRIVACYLEVEL: Set to 0
  537. [2023-12-22 19:40:32.796 48797M] IGNORE_LOCALHOST: Show queries from localhost
  538. [2023-12-22 19:40:32.796 48797M] BLOCKINGMODE: Null IPs for blocked domains
  539. [2023-12-22 19:40:32.796 48797M] ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
  540. [2023-12-22 19:40:32.796 48797M] DBIMPORT: Importing history from database
  541. [2023-12-22 19:40:32.796 48797M] PIDFILE: Using /run/pihole-FTL.pid
  542. [2023-12-22 19:40:32.796 48797M] SOCKETFILE: Using /run/pihole/FTL.sock
  543. [2023-12-22 19:40:32.796 48797M] SETUPVARSFILE: Using /etc/pihole/setupVars.conf
  544. [2023-12-22 19:40:32.796 48797M] MACVENDORDB: Using /etc/pihole/macvendor.db
  545. [2023-12-22 19:40:32.797 48797M] GRAVITYDB: Using /etc/pihole/gravity.db
  546. [2023-12-22 19:40:32.797 48797M] PARSE_ARP_CACHE: Active
  547. [2023-12-22 19:40:32.797 48797M] CNAME_DEEP_INSPECT: Active
  548. [2023-12-22 19:40:32.797 48797M] DELAY_STARTUP: No delay requested.
  549. [2023-12-22 19:40:32.797 48797M] BLOCK_ESNI: Enabled, blocking _esni.{blocked domain}
  550. [2023-12-22 19:40:32.797 48797M] NICE: Set process niceness to -10 (default)
  551. [2023-12-22 19:40:32.797 48797M] MAXNETAGE: Removing IP addresses and host names from network table after 365 days
  552. [2023-12-22 19:40:32.797 48797M] NAMES_FROM_NETDB: Enabled, trying to get names from network database
  553. [2023-12-22 19:40:32.797 48797M] EDNS0_ECS: Overwrite client from ECS information
  554.  
  555. -----tail of FTL.log------
  556. [2023-12-22 22:41:43.100 52227M] Successfully accessed setupVars.conf
  557. [2023-12-22 22:41:43.101 52227M] listening on 0.0.0.0 port 53
  558. [2023-12-22 22:41:43.101 52227M] listening on :: port 53
  559. [2023-12-22 22:41:43.104 52227M] PID of FTL process: 52227
  560. [2023-12-22 22:41:43.104 52227M] Listening on port 4711 for incoming IPv4 telnet connections
  561. [2023-12-22 22:41:43.105 52227M] Listening on port 4711 for incoming IPv6 telnet connections
  562. [2023-12-22 22:41:43.106 52227M] Listening on port 4711 for incoming socket telnet connections
  563. [2023-12-22 22:41:43.107 52227M] INFO: FTL is running as user pihole (UID 999)
  564. [2023-12-22 22:41:43.108 52227M] Reloading DNS cache
  565. [2023-12-22 22:41:43.211 52227/T52263] Compiled 0 whitelist and 0 blacklist regex filters for 16 clients in 0.9 msec
  566. [2023-12-22 22:41:43.211 52227/T52263] Blocking status is disabled
  567. [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)
  568. [2023-12-22 22:41:44.129 52227M] Rate-limiting 192.168.1.1 for at least 59 seconds
  569. [2023-12-22 22:42:43.166 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 2809 queries
  570. [2023-12-22 22:43:43.224 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 3876 queries
  571. [2023-12-22 22:44:43.282 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 1367 queries
  572. [2023-12-22 22:45:38.974 52227M] Reloading DNS cache
  573. [2023-12-22 22:45:39.042 52227/T52263] SQLite3 message: file renamed while open: /etc/pihole/gravity.db (28)
  574. [2023-12-22 22:45:39.045 52227/T52263] Compiled 0 whitelist and 0 blacklist regex filters for 16 clients in 0.6 msec
  575. [2023-12-22 22:45:39.045 52227/T52263] Blocking status is disabled
  576. [2023-12-22 22:45:43.340 52227/T52264] Ending rate-limitation of 192.168.1.1
  577. [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)
  578. [2023-12-22 22:45:44.098 52227M] Rate-limiting 192.168.1.1 for at least 59 seconds
  579. [2023-12-22 22:45:46.225 52227M] Received: Real-time signal 0 (34 -> 0)
  580. [2023-12-22 22:45:46.259 52227/T52263] Compiled 0 whitelist and 0 blacklist regex filters for 16 clients in 0.6 msec
  581. [2023-12-22 22:45:46.260 52227/T52263] Blocking status is enabled
  582. [2023-12-22 22:46:43.401 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 3060 queries
  583. [2023-12-22 22:47:40.323 52227M] Rate-limiting 192.168.1.71 for at least 3 seconds
  584. [2023-12-22 22:47:43.462 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 3401 queries
  585. [2023-12-22 22:47:43.462 52227/T52264] Ending rate-limitation of 192.168.1.71
  586. [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)
  587. [2023-12-22 22:48:43.523 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 3329 queries
  588. [2023-12-22 22:49:40.604 52227M] Rate-limiting 192.168.1.71 for at least 3 seconds
  589. [2023-12-22 22:49:43.593 52227/T52264] Still rate-limiting 192.168.1.1 as it made additional 3435 queries
  590. [2023-12-22 22:49:43.593 52227/T52264] Ending rate-limitation of 192.168.1.71
  591.  
  592. *** [ DIAGNOSING ]: contents of /dev/shm
  593. total 38M
  594. -rw------- 1 pihole pihole 84K Dec 22 22:41 FTL-clients
  595. -rw------- 1 pihole pihole 248 Dec 22 22:41 FTL-counters
  596. -rw------- 1 pihole pihole 4.0K Dec 22 22:41 FTL-dns-cache
  597. -rw------- 1 pihole pihole 12K Dec 22 22:44 FTL-domains
  598. -rw------- 1 pihole pihole 104 Dec 22 22:41 FTL-lock
  599. -rw------- 1 pihole pihole 8.0K Dec 22 22:41 FTL-overTime
  600. -rw------- 1 pihole pihole 4.0K Dec 22 22:41 FTL-per-client-regex
  601. -rw------- 1 pihole pihole 37M Dec 22 22:49 FTL-queries
  602. -rw------- 1 pihole pihole 16 Dec 22 22:41 FTL-settings
  603. -rw------- 1 pihole pihole 80K Dec 22 22:43 FTL-strings
  604. -rw------- 1 pihole pihole 308K Dec 22 22:41 FTL-upstreams
  605. -rw-rw-rw- 1 trinh trinh 4.0K Dec 22 17:10 lttng-ust-wait-8
  606. -rw-r----- 1 trinh trinh 4.0K Dec 22 17:10 lttng-ust-wait-8-1000
  607.  
  608. *** [ DIAGNOSING ]: contents of /etc
  609.  
  610. -rw-r--r-- 1 root root 24 Dec 22 19:40 /etc/dnsmasq.conf
  611. conf-dir=/etc/dnsmasq.d
  612.  
  613. -rw-r--r-- 1 root root 54 Dec 22 22:33 /etc/resolv.conf
  614. nameserver 192.168.1.40
  615.  
  616. *** [ DIAGNOSING ]: Pi-hole diagnosis messages
  617. count last timestamp type message blob1 blob2 blob3 blob4 blob5
  618. ------ ------------------- -------------------- ------------------------------------------------------------ -------------------- -------------------- -------------------- -------------------- --------------------
  619. 1 2023-12-22 22:45:44 RATE_LIMIT 192.168.1.1 1000 60
  620. 1 2023-12-22 22:49:40 RATE_LIMIT 192.168.1.71 1000 60
  621.  
  622. *** [ DIAGNOSING ]: Locale
  623. LANG=
  624.  
  625. *** [ DIAGNOSING ]: Pi-hole log
  626. -rw-r----- 1 pihole pihole 220M Dec 22 22:50 /var/log/pihole/pihole.log
  627. -----head of pihole.log------
  628. Dec 22 19:40:33 dnsmasq[48797]: started, version pi-hole-v2.89-9461807 cachesize 10000
  629. Dec 22 19:40:33 dnsmasq[48797]: DNS service limited to local subnets
  630. 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
  631. Dec 22 19:40:33 dnsmasq[48797]: using nameserver 8.8.8.8#53
  632. Dec 22 19:40:33 dnsmasq[48797]: using nameserver 8.8.4.4#53
  633. Dec 22 19:40:33 dnsmasq[48797]: using only locally-known addresses for onion
  634. Dec 22 19:40:33 dnsmasq[48797]: using only locally-known addresses for bind
  635. Dec 22 19:40:33 dnsmasq[48797]: using only locally-known addresses for invalid
  636. Dec 22 19:40:33 dnsmasq[48797]: using only locally-known addresses for localhost
  637. Dec 22 19:40:33 dnsmasq[48797]: using only locally-known addresses for test
  638. Dec 22 19:40:33 dnsmasq[48797]: read /etc/hosts - 7 names
  639. Dec 22 19:40:33 dnsmasq[48797]: read /etc/pihole/custom.list - 0 names
  640. Dec 22 19:40:33 dnsmasq[48797]: failed to load names from /etc/pihole/local.list: No such file or directory
  641. Dec 22 19:40:35 dnsmasq[48797]: read /etc/hosts - 7 names
  642. Dec 22 19:40:35 dnsmasq[48797]: read /etc/pihole/custom.list - 0 names
  643. Dec 22 19:40:35 dnsmasq[48797]: read /etc/pihole/local.list - 0 names
  644. Dec 22 19:46:51 dnsmasq[48797]: query[A] stun.l.google.com from 192.168.1.1
  645. Dec 22 19:46:51 dnsmasq[48797]: forwarded stun.l.google.com to 8.8.8.8
  646. Dec 22 19:46:51 dnsmasq[48797]: forwarded stun.l.google.com to 8.8.4.4
  647. Dec 22 19:46:51 dnsmasq[48797]: query[A] google.com from 192.168.1.1
  648.  
  649. -----tail of pihole.log------
  650. Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.1
  651. Dec 22 22:49:59 dnsmasq[52227]: config error is REFUSED (EDE: blocked)
  652. Dec 22 22:49:59 dnsmasq[52227]: Rate-limiting connectivitycheck.gstatic.com is REFUSED (EDE: blocked)
  653. Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.1
  654. Dec 22 22:49:59 dnsmasq[52227]: config error is REFUSED (EDE: blocked)
  655. Dec 22 22:49:59 dnsmasq[52227]: Rate-limiting connectivitycheck.gstatic.com is REFUSED (EDE: blocked)
  656. Dec 22 22:49:59 dnsmasq[52227]: reply error is REFUSED
  657. Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.1
  658. Dec 22 22:49:59 dnsmasq[52227]: config error is REFUSED (EDE: blocked)
  659. Dec 22 22:49:59 dnsmasq[52227]: Rate-limiting connectivitycheck.gstatic.com is REFUSED (EDE: blocked)
  660. Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.71
  661. Dec 22 22:49:59 dnsmasq[52227]: forwarded connectivitycheck.gstatic.com to 8.8.8.8
  662. Dec 22 22:49:59 dnsmasq[52227]: forwarded connectivitycheck.gstatic.com to 8.8.4.4
  663. Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.1
  664. Dec 22 22:49:59 dnsmasq[52227]: config error is REFUSED (EDE: blocked)
  665. Dec 22 22:49:59 dnsmasq[52227]: Rate-limiting connectivitycheck.gstatic.com is REFUSED (EDE: blocked)
  666. Dec 22 22:49:59 dnsmasq[52227]: query[A] connectivitycheck.gstatic.com from 192.168.1.1
  667. Dec 22 22:49:59 dnsmasq[52227]: config error is REFUSED (EDE: blocked)
  668. Dec 22 22:49:59 dnsmasq[52227]: Rate-limiting connectivitycheck.gstatic.com is REFUSED (EDE: blocked)
  669. Dec 22 22:50:00 dnsmasq[52227]: reply error is REFUSED
  670.  
Add Comment
Please, Sign In to add comment