Advertisement
Guest User

Untitled

a guest
May 6th, 2018
962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.81 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] 2018-05-06:15:36:52 debug log has been initialized.
  9.  
  10. *** [ INITIALIZING ] Sourcing setup variables
  11. [i] Sourcing /etc/pihole/setupVars.conf...
  12.  
  13. *** [ DIAGNOSING ]: Core version
  14. [i] Core: v3.3.1 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  15. [i] Branch: master
  16. [i] Commit: v3.3.1-0-gfbee18e
  17.  
  18. *** [ DIAGNOSING ]: Web version
  19. [i] Web: v3.3 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  20. [i] Branch: master
  21. [i] Commit: v3.3-0-ge48aa29
  22.  
  23. *** [ DIAGNOSING ]: FTL version
  24. [✓] FTL: v3.0 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  25.  
  26. *** [ DIAGNOSING ]: dnsmasq version
  27. [i] 2.76
  28.  
  29. *** [ DIAGNOSING ]: lighttpd version
  30. [i] 1.4.45
  31.  
  32. *** [ DIAGNOSING ]: php version
  33. [i] 7.0.27
  34.  
  35. *** [ DIAGNOSING ]: Operating system
  36. [✓] Raspbian GNU/Linux 9 (stretch)
  37.  
  38. *** [ DIAGNOSING ]: SELinux
  39. [i] SELinux not detected
  40.  
  41. *** [ DIAGNOSING ]: Processor
  42.  
  43. *** [ DIAGNOSING ]: Networking
  44. [✓] IPv4 address(es) bound to the wlan0 interface:
  45. 192.168.1.103/24 matches the IP found in /etc/pihole/setupVars.conf
  46.  
  47. [✓] IPv6 address(es) bound to the wlan0 interface:
  48. 2003:cf:3bec:af01:e465:3a31:362e:99b8 does not match the IP found in /etc/pihole/setupVars.conf (https://discourse.pi-hole.net/t/use-ipv6-ula-addresses-for-pi-hole/2127)
  49. fe80::bea2:8628:88d:42e does not match the IP found in /etc/pihole/setupVars.conf (https://discourse.pi-hole.net/t/use-ipv6-ula-addresses-for-pi-hole/2127)
  50.  
  51. ^ Please note that you may have more than one IP address listed.
  52. As long as one of them is green, and it matches what is in /etc/pihole/setupVars.conf, there is no need for concern.
  53.  
  54. The link to the FAQ is for an issue that sometimes occurs when the IPv6 address changes, which is why we check for it.
  55.  
  56. [i] Default IPv4 gateway: 192.168.1.1
  57. * Pinging 192.168.1.1...
  58. [✓] Gateway responded.
  59. [i] Default IPv6 gateway: fe80::52c7:bfff:fe5d:a582
  60. * Pinging fe80::52c7:bfff:fe5d:a582...
  61. [✓] Gateway responded.
  62.  
  63. *** [ DIAGNOSING ]: Ports in use
  64. [22] is in use by sshd
  65. [80] is in use by lighttpd
  66. [] is in use by
  67. [4711] is in use by pihole-FTL
  68.  
  69. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
  70. [✗] Failed to resolve ad.doubleclick.net.54740.9199.302br.net via localhost (127.0.0.1)
  71. [✗] Failed to resolve ad.doubleclick.net.54740.9199.302br.net via Pi-hole (192.168.1.103)
  72. [✓] doubleclick.com is 172.217.16.206 via a remote, public DNS server (8.8.8.8)
  73.  
  74. *** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
  75. [✗] Failed to resolve syndication.voodoo.com via localhost (::1)
  76. [✗] Failed to resolve syndication.voodoo.com via Pi-hole (2003:cf:3bd1:3601:d73:9d82:a95c:129b)
  77. [✓] doubleclick.com is 2a00:1450:4001:817::200e via a remote, public DNS server (2001:4860:4860::8888)
  78.  
  79. *** [ DIAGNOSING ]: Pi-hole processes
  80. [✗] dnsmasq daemon is failed
  81. [✓] lighttpd daemon is active
  82. [✓] pihole-FTL daemon is active
  83.  
  84. *** [ DIAGNOSING ]: Setup variables
  85. DHCP_START=192.168.1.201
  86. DHCP_END=192.168.1.251
  87. DHCP_ROUTER=192.168.1.1
  88. DHCP_LEASETIME=24
  89. PIHOLE_DOMAIN=PiHole-Network
  90. DHCP_IPv6=false
  91. DHCP_ACTIVE=false
  92. DNSMASQ_LISTENING=single
  93. DNS_FQDN_REQUIRED=true
  94. DNS_BOGUS_PRIV=true
  95. DNSSEC=false
  96. CONDITIONAL_FORWARDING=false
  97. PIHOLE_INTERFACE=wlan0
  98. IPV4_ADDRESS=192.168.1.103/24
  99. IPV6_ADDRESS=2003:cf:3bd1:3601:d73:9d82:a95c:129b
  100. PIHOLE_DNS_1=1.1.1.1
  101. PIHOLE_DNS_2=1.0.0.1
  102. QUERY_LOGGING=true
  103. INSTALL_WEB=true
  104. LIGHTTPD_ENABLED=1
  105.  
  106. *** [ DIAGNOSING ]: Dashboard and block page
  107. [✓] X-Pi-hole: A black hole for Internet advertisements.
  108. [✓] X-Pi-hole: The Pi-hole Web interface is working!
  109.  
  110. *** [ DIAGNOSING ]: Gravity list
  111. -rw-r--r-- 1 root root 11763721 May 6 03:10 /etc/pihole/gravity.list
  112. -----head of gravity.list------
  113. 192.168.1.103 0.0.0.0
  114. 2003:cf:3bd1:3601:d73:9d82:a95c:129b 0.0.0.0
  115. 192.168.1.103 0.r.msn.com
  116. 2003:cf:3bd1:3601:d73:9d82:a95c:129b 0.r.msn.com
  117.  
  118. -----tail of gravity.list------
  119. 192.168.1.103 zzz.clickbank.net
  120. 2003:cf:3bd1:3601:d73:9d82:a95c:129b zzz.clickbank.net
  121. 192.168.1.103 zzzrtrcm2.com
  122. 2003:cf:3bd1:3601:d73:9d82:a95c:129b zzzrtrcm2.com
  123.  
  124. *** [ DIAGNOSING ]: contents of /etc/pihole
  125.  
  126. -rw-r--r-- 1 root root 633 May 2 22:51 /etc/pihole/adlists.list
  127. https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
  128. https://mirror1.malwaredomains.com/files/justdomains
  129. http://sysctl.org/cameleon/hosts
  130. https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
  131. https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
  132. https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
  133. https://hosts-file.net/ad_servers.txt
  134.  
  135. -rw-r--r-- 1 root root 0 May 3 06:56 /etc/pihole/blacklist.txt
  136.  
  137. -rw-r--r-- 1 root root 132 May 6 03:10 /etc/pihole/local.list
  138. 192.168.1.103 PiHole
  139. 2003:cf:3bd1:3601:d73:9d82:a95c:129b PiHole
  140. 192.168.1.103 pi.hole
  141. 2003:cf:3bd1:3601:d73:9d82:a95c:129b pi.hole
  142.  
  143. -rw-r--r-- 1 root root 234 May 6 15:29 /etc/pihole/logrotate
  144. /var/log/pihole.log {
  145. su root root
  146. daily
  147. copytruncate
  148. rotate 5
  149. compress
  150. delaycompress
  151. notifempty
  152. nomail
  153. }
  154. /var/log/pihole-FTL.log {
  155. su root root
  156. weekly
  157. copytruncate
  158. rotate 3
  159. compress
  160. delaycompress
  161. notifempty
  162. nomail
  163. }
  164.  
  165. -rw-r--r-- 1 root root 1225 May 3 07:06 /etc/pihole/whitelist.txt
  166. clients4.google.com
  167. clients2.google.com
  168. s.youtube.com
  169. video-stats.l.google.com
  170. android.clients.google.com
  171. www.msftncsi.com
  172. g.live.com
  173. dl.delivery.mp.microsoft.com
  174. geo-prod.do.dsp.mp.microsoft.com
  175. displaycatalog.mp.microsoft.com
  176. clientconfig.passport.net
  177. v10.events.data.microsoft.com
  178. s.gateway.messenger.live.com
  179. ui.skype.com
  180. pricelist.skype.com
  181. apps.skype.com
  182. m.hotmail.com
  183. sa.symcb.com
  184. s1.symcb.com
  185. s2.symcb.com
  186. s3.symcb.com
  187. s4.symcb.com
  188. s5.symcb.com
  189. officeclient.microsoft.com
  190. spclient.wg.spotify.com
  191. apresolve.spotify.com
  192. creative.ak.fbcdn.net
  193. external-lhr0-1.xx.fbcdn.net
  194. external-lhr1-1.xx.fbcdn.net
  195. external-lhr10-1.xx.fbcdn.net
  196. external-lhr2-1.xx.fbcdn.net
  197. external-lhr3-1.xx.fbcdn.net
  198. external-lhr4-1.xx.fbcdn.net
  199. external-lhr5-1.xx.fbcdn.net
  200. external-lhr6-1.xx.fbcdn.net
  201. external-lhr7-1.xx.fbcdn.net
  202. external-lhr8-1.xx.fbcdn.net
  203. external-lhr9-1.xx.fbcdn.net
  204. fbcdn-creative-a.akamaihd.net
  205. scontent-lhr3-1.xx.fbcdn.net
  206. scontent.xx.fbcdn.net
  207. scontent.fgdl5-1.fna.fbcdn.net
  208. graph.facebook.com
  209. connect.facebook.com
  210. placehold.it
  211. placeholdit.imgix.net
  212. dl.dropboxusercontent.com
  213. ns1.dropbox.com
  214. ns2.dropbox.com
  215. dl.google.com
  216. app-analytics.snapchat.com
  217. sc-analytics.appspot.com
  218. cf-st.sc-cdn.net
  219. gfwsl.geforce.com
  220. reddit.com
  221.  
  222. *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
  223.  
  224. -rw-r--r-- 1 root root 1534 May 6 15:36 /etc/dnsmasq.d/01-pihole.conf
  225. addn-hosts=/etc/pihole/gravity.list
  226. addn-hosts=/etc/pihole/black.list
  227. addn-hosts=/etc/pihole/local.list
  228. localise-queries
  229. no-resolv
  230. cache-size=10000
  231. log-queries=extra
  232. log-facility=/var/log/pihole.log
  233. local-ttl=2
  234. log-async
  235. server=1.1.1.1
  236. server=1.0.0.1
  237. domain-needed
  238. bogus-priv
  239. interface=wlan0
  240.  
  241. *** [ DIAGNOSING ]: contents of /etc/lighttpd
  242.  
  243. -rw-r--r-- 1 root root 3027 May 6 15:29 /etc/lighttpd/lighttpd.conf
  244. server.modules = (
  245. "mod_access",
  246. "mod_accesslog",
  247. "mod_auth",
  248. "mod_expire",
  249. "mod_compress",
  250. "mod_redirect",
  251. "mod_setenv",
  252. "mod_rewrite"
  253. )
  254. server.document-root = "/var/www/html"
  255. server.error-handler-404 = "pihole/index.php"
  256. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  257. server.errorlog = "/var/log/lighttpd/error.log"
  258. server.pid-file = "/var/run/lighttpd.pid"
  259. server.username = "www-data"
  260. server.groupname = "www-data"
  261. server.port = 80
  262. accesslog.filename = "/var/log/lighttpd/access.log"
  263. accesslog.format = "%{%s}t|%V|%r|%s|%b"
  264. index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
  265. url.access-deny = ( "~", ".inc", ".md", ".yml", ".ini" )
  266. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  267. compress.cache-dir = "/var/cache/lighttpd/compress/"
  268. compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
  269. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  270. include_shell "/usr/share/lighttpd/create-mime.assign.pl"
  271. include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
  272. ' 2>/dev/null"
  273. $HTTP["url"] =~ "^/admin/" {
  274.  
  275. setenv.add-response-header = (
  276. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  277. "X-Frame-Options" => "DENY"
  278. )
  279. $HTTP["url"] =~ ".ttf$" {
  280.  
  281. setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
  282. }
  283. }
  284. $HTTP["url"] =~ "^/admin/\.(.*)" {
  285. url.access-deny = ("")
  286. }
  287. include_shell "cat external.conf 2>/dev/null"
  288.  
  289. *** [ DIAGNOSING ]: contents of /etc/cron.d
  290.  
  291. -rw-r--r-- 1 root root 1495 May 6 15:29 /etc/cron.d/pihole
  292. 18 4 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity
  293. 00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush once quiet
  294. @reboot root /usr/sbin/logrotate /etc/pihole/logrotate
  295. */10 * * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker local
  296. 2 19 * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote
  297. @reboot root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote reboot
  298.  
  299. *** [ DIAGNOSING ]: contents of /var/log/lighttpd
  300.  
  301. -rw-r--r-- 1 www-data www-data 29472 May 6 15:36 /var/log/lighttpd/error.log
  302. 2018-05-06 06:25:03: (server.c.1534) logfiles cycled UID = 0 PID = 28922
  303. 2018-05-06 14:00:23: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: unlink(../custom_disable_timer): No such file or directory in /var/www/html/admin/api.php on line 72
  304. 2018-05-06 14:00:26: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: unlink(../custom_disable_timer): No such file or directory in /var/www/html/admin/api.php on line 47
  305. 2018-05-06 14:05:43: (server.c.1828) server stopped by UID = 0 PID = 1
  306. 2018-05-06 14:06:28: (log.c.217) server started
  307. 2018-05-06 14:12:37: (server.c.1828) server stopped by UID = 0 PID = 1
  308. 2018-05-06 14:13:05: (log.c.217) server started
  309. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  310. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  311. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  312. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  313. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  314. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  315. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  316. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  317. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  318. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  319. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  320. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  321. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  322. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  323. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  324. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  325. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  326. 2018-05-06 14:14:18: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /var/www/html/admin/scripts/pi-hole/php/FTL.php on line 107
  327.  
  328. *** [ DIAGNOSING ]: contents of /var/log
  329.  
  330. -rw-r--r-- 1 pihole pihole 50067 May 6 15:36 /var/log/pihole-FTL.log
  331. [2018-05-06 00:00:02.794] Gravity list entries: 122219
  332. [2018-05-06 00:00:02.794] No blacklist present
  333. [2018-05-06 00:00:02.795] No wildcard blocking list present
  334. [2018-05-06 00:00:02.797] Notice: Increasing queries struct size from 0 to 10000 (440.64 KB)
  335. [2018-05-06 00:00:02.797] Notice: Increasing domains struct size from 0 to 1000 (460.64 KB)
  336. [2018-05-06 00:00:02.797] Notice: Increasing clients struct size from 0 to 10 (460.80 KB)
  337. [2018-05-06 00:00:02.808] New client: 192.168.1.106 (0/10)
  338. [2018-05-06 00:00:02.809] Notice: Increasing forwarded struct size from 0 to 4 (460.89 KB)
  339. [2018-05-06 00:00:02.849] New forward server: 1.0.0.1 1dot1dot1dot1.cloudflare-dns.com (0/4)
  340. [2018-05-06 00:00:02.849] Notice: Increasing overTime struct size from 0 to 100 (464.93 KB)
  341. [2018-05-06 00:00:02.850] New client: 127.0.0.1 localhost (1/10)
  342. [2018-05-06 00:00:02.861] New client: 192.168.1.104 (2/10)
  343. [2018-05-06 00:00:02.861] Imported 10 queries from the long-term database
  344. [2018-05-06 00:00:02.862] Reading from /var/log/pihole.log (rw-r--r--)
  345. [2018-05-06 03:10:01.931] Notice: Increasing overTime struct size from 100 to 200 (469.81 KB)
  346. [2018-05-06 03:10:02.171] New forward server: 1.1.1.1 1dot1dot1dot1.cloudflare-dns.com (1/4)
  347. [2018-05-06 03:10:14.168] NOTICE: Received signal SIGHUP - re-reading gravity files
  348. [2018-05-06 03:10:15.035] Gravity list entries: 122219
  349. [2018-05-06 03:10:15.035] No blacklist present
  350. [2018-05-06 03:10:15.036] No wildcard blocking list present
  351. [2018-05-06 03:10:15.036] -> Total DNS queries: 24
  352. [2018-05-06 03:10:15.036] -> Cached DNS queries: 5
  353. [2018-05-06 03:10:15.036] -> Forwarded DNS queries: 19
  354. [2018-05-06 03:10:15.037] -> Exactly blocked DNS queries: 0
  355. [2018-05-06 03:10:15.037] -> Wildcard blocked DNS queries: 0
  356.  
  357. *** [ DIAGNOSING ]: Pi-hole log
  358. -rw-r--r-- 1 dnsmasq root 29422 May 6 14:58 /var/log/pihole.log
  359. -----head of pihole.log------
  360. May 6 00:00:02 dnsmasq[4558]: 1219 127.0.0.1/41169 query[PTR] 106.1.168.192.in-addr.arpa from 127.0.0.1
  361. May 6 00:00:02 dnsmasq[4558]: 1219 127.0.0.1/41169 config 192.168.1.106 is NXDOMAIN
  362. May 6 00:00:02 dnsmasq[4558]: 1220 127.0.0.1/52902 query[PTR] 1.0.0.1.in-addr.arpa from 127.0.0.1
  363. May 6 00:00:02 dnsmasq[4558]: 1220 127.0.0.1/52902 forwarded 1.0.0.1.in-addr.arpa to 1.0.0.1
  364. May 6 00:00:02 dnsmasq[4558]: 1220 127.0.0.1/52902 forwarded 1.0.0.1.in-addr.arpa to 1.1.1.1
  365. May 6 00:00:02 dnsmasq[4558]: 1220 127.0.0.1/52902 reply 1.0.0.1 is 1dot1dot1dot1.cloudflare-dns.com
  366. May 6 00:00:02 dnsmasq[4558]: 1221 127.0.0.1/50457 query[PTR] 104.1.168.192.in-addr.arpa from 127.0.0.1
  367. May 6 00:00:02 dnsmasq[4558]: 1221 127.0.0.1/50457 config 192.168.1.104 is NXDOMAIN
  368. May 6 00:00:02 dnsmasq[4558]: 1222 127.0.0.1/36397 query[PTR] 106.1.168.192.in-addr.arpa from 127.0.0.1
  369. May 6 00:00:02 dnsmasq[4558]: 1222 127.0.0.1/36397 config 192.168.1.106 is NXDOMAIN
  370. May 6 00:00:02 dnsmasq[4558]: 1223 127.0.0.1/59860 query[PTR] 104.1.168.192.in-addr.arpa from 127.0.0.1
  371. May 6 00:00:02 dnsmasq[4558]: 1223 127.0.0.1/59860 config 192.168.1.104 is NXDOMAIN
  372. May 6 00:59:00 dnsmasq[4558]: 1224 127.0.0.1/38609 query[PTR] 106.1.168.192.in-addr.arpa from 127.0.0.1
  373. May 6 00:59:00 dnsmasq[4558]: 1224 127.0.0.1/38609 config 192.168.1.106 is NXDOMAIN
  374. May 6 00:59:00 dnsmasq[4558]: 1225 127.0.0.1/54977 query[PTR] 104.1.168.192.in-addr.arpa from 127.0.0.1
  375. May 6 00:59:00 dnsmasq[4558]: 1225 127.0.0.1/54977 config 192.168.1.104 is NXDOMAIN
  376. May 6 01:59:00 dnsmasq[4558]: 1226 127.0.0.1/50977 query[PTR] 106.1.168.192.in-addr.arpa from 127.0.0.1
  377. May 6 01:59:00 dnsmasq[4558]: 1226 127.0.0.1/50977 config 192.168.1.106 is NXDOMAIN
  378. May 6 01:59:00 dnsmasq[4558]: 1227 127.0.0.1/35103 query[PTR] 104.1.168.192.in-addr.arpa from 127.0.0.1
  379. May 6 01:59:00 dnsmasq[4558]: 1227 127.0.0.1/35103 config 192.168.1.104 is NXDOMAIN
  380.  
  381.  
  382. ********************************************
  383. ********************************************
  384. [✓] ** FINISHED DEBUGGING! **
  385.  
  386. * The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only.
  387. * For more information, see: https://pi-hole.net/2016/11/07/crack-our-medical-tricorder-win-a-raspberry-pi-3/
  388. * If available, we'll use openssl to upload the log, otherwise it will fall back to netcat.
  389. [i] Debug script running in automated mode
  390. * Using openssl for transmission.
  391. [✗] There was an error uploading your debug log.
  392. * Please try again or contact the Pi-hole team for assistance.
  393. * A local copy of the debug log can be found at: /var/log/pihole_debug-sanitized.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement