Advertisement
Guest User

Untitled

a guest
Jul 14th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.43 KB | None | 0 0
  1. IP Addresses of this Pi:
  2.  
  3.  
  4. Gateway check:
  5. ok
  6.  
  7. #######################################
  8. ########## Versions Section ###########
  9. #######################################
  10. Pi-hole Version: v2.7.1
  11. WebUI Version: v1.3
  12.  
  13. #######################################
  14. ######## Whitelist Comparison #########
  15. #######################################
  16.  
  17. #######################################
  18. ######## Blacklist Comparison #########
  19. #######################################
  20.  
  21. #######################################
  22. ############ NSLookup Test ############
  23. #######################################
  24. NSLOOKUP of doubleclick.com from PiHole:
  25. Server: 192.168.1.1
  26. Address: 192.168.1.1#53
  27.  
  28. *** Can't find doubleclick.com: No answer
  29.  
  30.  
  31. NSLOOKUP of doubleclick.com from 8.8.8.8:
  32. Server: 8.8.8.8
  33. Address: 8.8.8.8#53
  34.  
  35. Non-authoritative answer:
  36. Name: doubleclick.com
  37. Address: 216.58.192.142
  38.  
  39.  
  40. #######################################
  41. ########### Processes Check ###########
  42. #######################################
  43.  
  44. lighttpd processes status:
  45. ● lighttpd.service - Lighttpd Daemon
  46. Loaded: loaded (/lib/systemd/system/lighttpd.service; disabled; vendor preset: disabled)
  47. Active: failed (Result: exit-code) since Thu 2016-07-14 08:21:02 UTC; 40min ago
  48. Process: 1375 ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf (code=exited, status=255)
  49. Process: 1367 ExecStartPre=/usr/sbin/lighttpd -t -f /etc/lighttpd/lighttpd.conf (code=exited, status=0/SUCCESS)
  50. Main PID: 1375 (code=exited, status=255)
  51.  
  52. Jul 14 08:21:02 olga systemd[1]: Starting Lighttpd Daemon...
  53. Jul 14 08:21:02 olga lighttpd[1367]: Syntax OK
  54. Jul 14 08:21:02 olga systemd[1]: Started Lighttpd Daemon.
  55. Jul 14 08:21:02 olga systemd[1]: lighttpd.service: Main process exited, code=exited, status=255/n/a
  56. Jul 14 08:21:02 olga systemd[1]: lighttpd.service: Unit entered failed state.
  57. Jul 14 08:21:02 olga systemd[1]: lighttpd.service: Failed with result 'exit-code'.
  58.  
  59. dnsmasq processes status:
  60. ● dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server
  61. Loaded: loaded (/lib/systemd/system/dnsmasq.service; disabled; vendor preset: disabled)
  62. Drop-In: /run/systemd/generator/dnsmasq.service.d
  63. └─50-dnsmasq-$named.conf, 50-insserv.conf-$named.conf
  64. Active: active (running) since Thu 2016-07-14 08:21:00 UTC; 40min ago
  65. Process: 1319 ExecStop=/etc/init.d/dnsmasq systemd-stop-resolvconf (code=exited, status=0/SUCCESS)
  66. Process: 1340 ExecStartPost=/etc/init.d/dnsmasq systemd-start-resolvconf (code=exited, status=0/SUCCESS)
  67. Process: 1330 ExecStart=/etc/init.d/dnsmasq systemd-exec (code=exited, status=0/SUCCESS)
  68. Process: 1328 ExecStartPre=/usr/sbin/dnsmasq --test (code=exited, status=0/SUCCESS)
  69. Main PID: 1339 (dnsmasq)
  70. CGroup: /system.slice/dnsmasq.service
  71. └─1339 /usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service --trust-anchor=.,19036,8,2,49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5
  72.  
  73. Jul 14 08:21:00 olga systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
  74. Jul 14 08:21:00 olga dnsmasq[1328]: dnsmasq: syntax check OK.
  75. Jul 14 08:21:00 olga systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.
  76. #######################################
  77. ############ lighttpd.conf ############
  78. #######################################
  79. server.modules = (
  80. "mod_access",
  81. "mod_accesslog",
  82. "mod_expire",
  83. "mod_compress",
  84. "mod_redirect",
  85. "mod_setenv",
  86. "mod_rewrite"
  87. )
  88. server.document-root = "/var/www/html"
  89. server.error-handler-404 = "pihole/index.html"
  90. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  91. server.errorlog = "/var/log/lighttpd/error.log"
  92. server.pid-file = "/var/run/lighttpd.pid"
  93. server.username = "www-data"
  94. server.groupname = "www-data"
  95. server.port = 80
  96. accesslog.filename = "/var/log/lighttpd/access.log"
  97. accesslog.format = "%{%s}t|%V|%r|%s|%b"
  98. index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
  99. url.access-deny = ( "~", ".inc" )
  100. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  101. compress.cache-dir = "/var/cache/lighttpd/compress/"
  102. compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
  103. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  104. include_shell "/usr/share/lighttpd/create-mime.assign.pl"
  105. include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
  106. $HTTP["url"] =~ "^/admin/" {
  107. setenv.add-response-header = (
  108. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  109. "X-Frame-Options" => "DENY"
  110. )
  111. }
  112. $HTTP["url"] =~ "^(?!/admin)/.*" {
  113. setenv.add-response-header = ( "X-Pi-hole" => "A black hole for Internet advertisements." )
  114. url.rewrite = ("(.*).js" => "pihole/index.js")
  115. }
  116.  
  117. #######################################
  118. ######### lighttpd error.log ##########
  119. #######################################
  120. 2016-07-14 02:50:56: (log.c.194) server started
  121. 2016-07-14 02:50:56: (mod_fastcgi.c.1102) the fastcgi-backend /usr/bin/php-cgi failed to start:
  122. 2016-07-14 02:50:56: (mod_fastcgi.c.1106) child exited with status 2 /usr/bin/php-cgi
  123. 2016-07-14 02:50:56: (mod_fastcgi.c.1109) If you're trying to run your app as a FastCGI backend, make sure you're using the FastCGI-enabled version.\nIf this is PHP on Gentoo, add 'fastcgi' to the USE flags.
  124. 2016-07-14 02:50:56: (mod_fastcgi.c.1395) [ERROR]: spawning fcgi failed.
  125. 2016-07-14 02:50:56: (server.c.1030) Configuration of plugins failed. Going down.
  126. 2016-07-14 08:11:51: (log.c.194) server started
  127. 2016-07-14 08:11:51: (mod_fastcgi.c.1102) the fastcgi-backend /usr/bin/php-cgi failed to start:
  128. 2016-07-14 08:11:51: (mod_fastcgi.c.1106) child exited with status 2 /usr/bin/php-cgi
  129. 2016-07-14 08:11:51: (mod_fastcgi.c.1109) If you're trying to run your app as a FastCGI backend, make sure you're using the FastCGI-enabled version.\nIf this is PHP on Gentoo, add 'fastcgi' to the USE flags.
  130. 2016-07-14 08:11:51: (mod_fastcgi.c.1395) [ERROR]: spawning fcgi failed.
  131. 2016-07-14 08:11:51: (server.c.1030) Configuration of plugins failed. Going down.
  132. 2016-07-14 08:21:02: (log.c.194) server started
  133. 2016-07-14 08:21:02: (mod_fastcgi.c.1102) the fastcgi-backend /usr/bin/php-cgi failed to start:
  134. 2016-07-14 08:21:02: (mod_fastcgi.c.1106) child exited with status 2 /usr/bin/php-cgi
  135. 2016-07-14 08:21:02: (mod_fastcgi.c.1109) If you're trying to run your app as a FastCGI backend, make sure you're using the FastCGI-enabled version.\nIf this is PHP on Gentoo, add 'fastcgi' to the USE flags.
  136. 2016-07-14 08:21:02: (mod_fastcgi.c.1395) [ERROR]: spawning fcgi failed.
  137. 2016-07-14 08:21:02: (server.c.1030) Configuration of plugins failed. Going down.
  138.  
  139. #######################################
  140. ############### Dnsmasq ###############
  141. #######################################
  142.  
  143. #######################################
  144. ########### 01-pihole.conf ############
  145. #######################################
  146. addn-hosts=/etc/pihole/gravity.list
  147. domain-needed
  148. bogus-priv
  149. no-resolv
  150. server=8.8.8.8
  151. server=8.8.4.4
  152. interface=eth0
  153. listen-address=127.0.0.1
  154. cache-size=10000
  155. log-queries
  156. log-facility=/var/log/pihole.log
  157. local-ttl=300
  158. log-async
  159.  
  160. #######################################
  161. ############ gravity.list #############
  162. #######################################
  163. 103250 /etc/pihole/gravity.list
  164.  
  165. Hostname of this pihole is:
  166. olga
  167. #######################################
  168. ################ Hosts ################
  169. #######################################
  170. 127.0.0.1 kali localhost
  171. ::1 localhost ip6-localhost ip6-loopback
  172. fe00::0 ip6-localnet
  173. ff00::0 ip6-mcastprefix
  174. ff02::1 ip6-allnodes
  175. ff02::2 ip6-allrouters
  176.  
  177. #######################################
  178. ############## Whitelist ##############
  179. #######################################
  180. raw.githubusercontent.com
  181. adblock.gjtech.net
  182. mirror1.malwaredomains.com
  183. sysctl.org
  184. zeustracker.abuse.ch
  185. s3.amazonaws.com
  186. hosts-file.net
  187.  
  188. #######################################
  189. ############## Blacklist ##############
  190. #######################################
  191.  
  192. #######################################
  193. ############ adlists.list #############
  194. #######################################
  195. No adlists.list file found... using adlists.default!
  196. #######################################
  197. ############# pihole.log ##############
  198. #######################################
  199. Jul 14 09:00:58 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.220
  200. Jul 14 09:00:58 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.137
  201. Jul 14 09:00:58 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.50
  202. Jul 14 09:00:58 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.170
  203. Jul 14 09:00:58 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.214
  204. Jul 14 09:00:58 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.107
  205. Jul 14 09:00:58 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.6
  206. Jul 14 09:00:58 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.245
  207. Jul 14 09:01:17 dnsmasq[1339]: query[A] doubleclick.com from 192.168.1.1
  208. Jul 14 09:01:17 dnsmasq[1339]: /etc/pihole/gravity.list doubleclick.com is 192.168.1.110
  209. Jul 14 09:01:42 dnsmasq[1339]: query[A] gitter.im from 192.168.1.1
  210. Jul 14 09:01:42 dnsmasq[1339]: forwarded gitter.im to 8.8.4.4
  211. Jul 14 09:01:42 dnsmasq[1339]: forwarded gitter.im to 8.8.8.8
  212. Jul 14 09:01:42 dnsmasq[1339]: query[A] gitter.im from 192.168.1.1
  213. Jul 14 09:01:42 dnsmasq[1339]: forwarded gitter.im to 8.8.4.4
  214. Jul 14 09:01:42 dnsmasq[1339]: forwarded gitter.im to 8.8.8.8
  215. Jul 14 09:01:42 dnsmasq[1339]: reply gitter.im is 52.72.163.58
  216. Jul 14 09:01:42 dnsmasq[1339]: query[A] cdn03.gitter.im from 192.168.1.1
  217. Jul 14 09:01:42 dnsmasq[1339]: forwarded cdn03.gitter.im to 8.8.8.8
  218. Jul 14 09:01:42 dnsmasq[1339]: reply cdn03.gitter.im is <CNAME>
  219. Jul 14 09:01:42 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.107
  220. Jul 14 09:01:42 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.137
  221. Jul 14 09:01:42 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.170
  222. Jul 14 09:01:42 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.214
  223. Jul 14 09:01:42 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.220
  224. Jul 14 09:01:42 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.50
  225. Jul 14 09:01:42 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.245
  226. Jul 14 09:01:42 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.6
  227. Jul 14 09:01:52 dnsmasq[1339]: query[A] ws.gitter.im from 192.168.1.1
  228. Jul 14 09:01:52 dnsmasq[1339]: forwarded ws.gitter.im to 8.8.8.8
  229. Jul 14 09:01:52 dnsmasq[1339]: query[A] ws.gitter.im from 192.168.1.1
  230. Jul 14 09:01:52 dnsmasq[1339]: forwarded ws.gitter.im to 8.8.8.8
  231. Jul 14 09:01:52 dnsmasq[1339]: query[A] ws.gitter.im from 192.168.1.1
  232. Jul 14 09:01:52 dnsmasq[1339]: forwarded ws.gitter.im to 8.8.8.8
  233. Jul 14 09:01:52 dnsmasq[1339]: reply ws.gitter.im is 52.204.121.132
  234. Jul 14 09:01:52 dnsmasq[1339]: reply ws.gitter.im is 52.0.125.130
  235. Jul 14 09:01:52 dnsmasq[1339]: reply ws.gitter.im is 52.204.121.132
  236. Jul 14 09:01:52 dnsmasq[1339]: query[A] ws.gitter.im from 192.168.1.1
  237. Jul 14 09:01:52 dnsmasq[1339]: cached ws.gitter.im is 52.204.121.132
  238. Jul 14 09:01:53 dnsmasq[1339]: query[A] oem.twimg.com from 192.168.1.1
  239. Jul 14 09:01:53 dnsmasq[1339]: forwarded oem.twimg.com to 8.8.8.8
  240. Jul 14 09:01:53 dnsmasq[1339]: reply oem.twimg.com is <CNAME>
  241. Jul 14 09:01:53 dnsmasq[1339]: reply wildcard.twimg.com is 104.244.43.167
  242. Jul 14 09:01:53 dnsmasq[1339]: reply wildcard.twimg.com is 104.244.43.7
  243. Jul 14 09:02:34 dnsmasq[1339]: query[A] www.google.com from 192.168.1.1
  244. Jul 14 09:02:34 dnsmasq[1339]: forwarded www.google.com to 8.8.4.4
  245. Jul 14 09:02:34 dnsmasq[1339]: forwarded www.google.com to 8.8.8.8
  246. Jul 14 09:02:34 dnsmasq[1339]: reply www.google.com is 216.58.192.132
  247. Jul 14 09:02:35 dnsmasq[1339]: query[AAAA] www.google.com from 192.168.1.1
  248. Jul 14 09:02:35 dnsmasq[1339]: forwarded www.google.com to 8.8.8.8
  249. Jul 14 09:02:35 dnsmasq[1339]: reply www.google.com is 2607:f8b0:4009:80c::2004
  250. Jul 14 09:02:38 dnsmasq[1339]: query[A] pastebin.com from 192.168.1.1
  251. Jul 14 09:02:38 dnsmasq[1339]: forwarded pastebin.com to 8.8.8.8
  252. Jul 14 09:02:38 dnsmasq[1339]: query[AAAA] pastebin.com from 192.168.1.1
  253. Jul 14 09:02:38 dnsmasq[1339]: forwarded pastebin.com to 8.8.8.8
  254. Jul 14 09:02:38 dnsmasq[1339]: reply pastebin.com is 104.20.63.56
  255. Jul 14 09:02:38 dnsmasq[1339]: reply pastebin.com is 104.20.64.56
  256. Jul 14 09:02:39 dnsmasq[1339]: reply pastebin.com is NODATA-IPv6
  257. Jul 14 09:02:39 dnsmasq[1339]: query[A] cdn.fancybar.net from 192.168.1.1
  258. Jul 14 09:02:39 dnsmasq[1339]: /etc/pihole/gravity.list cdn.fancybar.net is 192.168.1.110
  259. Jul 14 09:02:39 dnsmasq[1339]: query[A] tags.expo9.exponential.com from 192.168.1.1
  260. Jul 14 09:02:39 dnsmasq[1339]: /etc/pihole/gravity.list tags.expo9.exponential.com is 192.168.1.110
  261. Jul 14 09:02:39 dnsmasq[1339]: query[AAAA] cdn.fancybar.net from 192.168.1.1
  262. Jul 14 09:02:39 dnsmasq[1339]: forwarded cdn.fancybar.net to 8.8.8.8
  263. Jul 14 09:02:39 dnsmasq[1339]: query[AAAA] tags.expo9.exponential.com from 192.168.1.1
  264. Jul 14 09:02:39 dnsmasq[1339]: forwarded tags.expo9.exponential.com to 8.8.8.8
  265. Jul 14 09:02:39 dnsmasq[1339]: reply tags.expo9.exponential.com is NODATA-IPv6
  266. Jul 14 09:02:39 dnsmasq[1339]: reply cdn.fancybar.net is <CNAME>
  267. Jul 14 09:02:39 dnsmasq[1339]: reply fancybar.bsa.netdna-cdn.com is NODATA-IPv6
  268. Jul 14 09:02:39 dnsmasq[1339]: query[A] www.google-analytics.com from 192.168.1.1
  269. Jul 14 09:02:39 dnsmasq[1339]: /etc/pihole/gravity.list www.google-analytics.com is 192.168.1.110
  270. Jul 14 09:02:39 dnsmasq[1339]: query[AAAA] www.google-analytics.com from 192.168.1.1
  271. Jul 14 09:02:39 dnsmasq[1339]: forwarded www.google-analytics.com to 8.8.8.8
  272. Jul 14 09:02:39 dnsmasq[1339]: query[A] www-google-analytics.l.google.com from 192.168.1.1
  273. Jul 14 09:02:39 dnsmasq[1339]: /etc/pihole/gravity.list www-google-analytics.l.google.com is 192.168.1.110
  274. Jul 14 09:02:39 dnsmasq[1339]: reply www.google-analytics.com is <CNAME>
  275. Jul 14 09:02:39 dnsmasq[1339]: reply www-google-analytics.l.google.com is 2607:f8b0:4009:80c::200e
  276. Jul 14 09:02:39 dnsmasq[1339]: query[A] creativecommons.org from 192.168.1.1
  277. Jul 14 09:02:39 dnsmasq[1339]: forwarded creativecommons.org to 8.8.8.8
  278. Jul 14 09:02:39 dnsmasq[1339]: query[A] deals.pastebin.com from 192.168.1.1
  279. Jul 14 09:02:39 dnsmasq[1339]: forwarded deals.pastebin.com to 8.8.8.8
  280. Jul 14 09:02:39 dnsmasq[1339]: query[A] buysellads.com from 192.168.1.1
  281. Jul 14 09:02:39 dnsmasq[1339]: /etc/pihole/gravity.list buysellads.com is 192.168.1.110
  282. Jul 14 09:02:39 dnsmasq[1339]: query[AAAA] buysellads.com from 192.168.1.1
  283. Jul 14 09:02:39 dnsmasq[1339]: forwarded buysellads.com to 8.8.8.8
  284. Jul 14 09:02:39 dnsmasq[1339]: query[A] creativecommons.org from 192.168.1.1
  285. Jul 14 09:02:39 dnsmasq[1339]: forwarded creativecommons.org to 8.8.4.4
  286. Jul 14 09:02:39 dnsmasq[1339]: forwarded creativecommons.org to 8.8.8.8
  287. Jul 14 09:02:39 dnsmasq[1339]: query[A] deals.pastebin.com from 192.168.1.1
  288. Jul 14 09:02:39 dnsmasq[1339]: forwarded deals.pastebin.com to 8.8.4.4
  289. Jul 14 09:02:39 dnsmasq[1339]: forwarded deals.pastebin.com to 8.8.8.8
  290. Jul 14 09:02:39 dnsmasq[1339]: query[AAAA] creativecommons.org from 192.168.1.1
  291. Jul 14 09:02:39 dnsmasq[1339]: forwarded creativecommons.org to 8.8.4.4
  292. Jul 14 09:02:39 dnsmasq[1339]: forwarded creativecommons.org to 8.8.8.8
  293. Jul 14 09:02:39 dnsmasq[1339]: query[AAAA] elb075461-272938891.us-east-1.elb.amazonaws.com from 192.168.1.1
  294. Jul 14 09:02:39 dnsmasq[1339]: forwarded elb075461-272938891.us-east-1.elb.amazonaws.com to 8.8.4.4
  295. Jul 14 09:02:39 dnsmasq[1339]: forwarded elb075461-272938891.us-east-1.elb.amazonaws.com to 8.8.8.8
  296. Jul 14 09:02:39 dnsmasq[1339]: query[A] steadfast.net from 192.168.1.1
  297. Jul 14 09:02:39 dnsmasq[1339]: forwarded steadfast.net to 8.8.4.4
  298. Jul 14 09:02:39 dnsmasq[1339]: forwarded steadfast.net to 8.8.8.8
  299. Jul 14 09:02:39 dnsmasq[1339]: reply creativecommons.org is 104.20.78.18
  300. Jul 14 09:02:39 dnsmasq[1339]: reply creativecommons.org is 104.20.77.18
  301. Jul 14 09:02:39 dnsmasq[1339]: query[A] facebook.com from 192.168.1.1
  302. Jul 14 09:02:39 dnsmasq[1339]: forwarded facebook.com to 8.8.8.8
  303. Jul 14 09:02:39 dnsmasq[1339]: query[A] twitter.com from 192.168.1.1
  304. Jul 14 09:02:39 dnsmasq[1339]: forwarded twitter.com to 8.8.8.8
  305. Jul 14 09:02:39 dnsmasq[1339]: query[A] steadfast.net from 192.168.1.1
  306. Jul 14 09:02:39 dnsmasq[1339]: forwarded steadfast.net to 8.8.4.4
  307. Jul 14 09:02:39 dnsmasq[1339]: forwarded steadfast.net to 8.8.8.8
  308. Jul 14 09:02:39 dnsmasq[1339]: query[AAAA] facebook.com from 192.168.1.1
  309. Jul 14 09:02:39 dnsmasq[1339]: forwarded facebook.com to 8.8.4.4
  310. Jul 14 09:02:39 dnsmasq[1339]: forwarded facebook.com to 8.8.8.8
  311. Jul 14 09:02:39 dnsmasq[1339]: query[AAAA] twitter.com from 192.168.1.1
  312. Jul 14 09:02:39 dnsmasq[1339]: forwarded twitter.com to 8.8.4.4
  313. Jul 14 09:02:39 dnsmasq[1339]: forwarded twitter.com to 8.8.8.8
  314. Jul 14 09:02:39 dnsmasq[1339]: reply steadfast.net is 104.20.9.26
  315. Jul 14 09:02:39 dnsmasq[1339]: reply steadfast.net is 104.20.8.26
  316. Jul 14 09:02:39 dnsmasq[1339]: reply deals.pastebin.com is <CNAME>
  317. Jul 14 09:02:39 dnsmasq[1339]: reply partners5.stackcommerce.com is <CNAME>
  318. Jul 14 09:02:39 dnsmasq[1339]: reply akita-4134.herokussl.com is <CNAME>
  319. Jul 14 09:02:39 dnsmasq[1339]: reply elb075461-272938891.us-east-1.elb.amazonaws.com is 50.19.117.0
  320. Jul 14 09:02:39 dnsmasq[1339]: reply elb075461-272938891.us-east-1.elb.amazonaws.com is 54.243.173.198
  321. Jul 14 09:02:39 dnsmasq[1339]: reply elb075461-272938891.us-east-1.elb.amazonaws.com is 184.72.255.169
  322. Jul 14 09:02:39 dnsmasq[1339]: query[AAAA] steadfast.net from 192.168.1.1
  323. Jul 14 09:02:39 dnsmasq[1339]: forwarded steadfast.net to 8.8.4.4
  324. Jul 14 09:02:39 dnsmasq[1339]: reply creativecommons.org is 2400:cb00:2048:1::6814:4d12
  325. Jul 14 09:02:39 dnsmasq[1339]: reply creativecommons.org is 2400:cb00:2048:1::6814:4e12
  326. Jul 14 09:02:39 dnsmasq[1339]: reply facebook.com is 69.171.230.68
  327. Jul 14 09:02:39 dnsmasq[1339]: reply elb075461-272938891.us-east-1.elb.amazonaws.com is NODATA-IPv6
  328. Jul 14 09:02:39 dnsmasq[1339]: reply twitter.com is 199.59.150.39
  329. Jul 14 09:02:39 dnsmasq[1339]: reply twitter.com is 199.59.149.198
  330. Jul 14 09:02:39 dnsmasq[1339]: reply twitter.com is 199.59.149.230
  331. Jul 14 09:02:39 dnsmasq[1339]: reply twitter.com is 199.59.148.10
  332. Jul 14 09:02:39 dnsmasq[1339]: reply facebook.com is 2a03:2880:2040:7f83:face:b00c:0:25de
  333. Jul 14 09:02:39 dnsmasq[1339]: query[AAAA] steadfast.net from 192.168.1.1
  334. Jul 14 09:02:39 dnsmasq[1339]: forwarded steadfast.net to 8.8.8.8
  335. Jul 14 09:02:39 dnsmasq[1339]: forwarded steadfast.net to 8.8.4.4
  336. Jul 14 09:02:39 dnsmasq[1339]: reply twitter.com is NODATA-IPv6
  337. Jul 14 09:02:39 dnsmasq[1339]: reply steadfast.net is 2607:f128::5:734d:f457
  338. Jul 14 09:02:39 dnsmasq[1339]: reply buysellads.com is NODATA-IPv6
  339. Jul 14 09:02:52 dnsmasq[1339]: query[A] ws.gitter.im from 192.168.1.1
  340. Jul 14 09:02:52 dnsmasq[1339]: forwarded ws.gitter.im to 8.8.8.8
  341. Jul 14 09:02:52 dnsmasq[1339]: query[A] ws.gitter.im from 192.168.1.1
  342. Jul 14 09:02:52 dnsmasq[1339]: forwarded ws.gitter.im to 8.8.4.4
  343. Jul 14 09:02:52 dnsmasq[1339]: forwarded ws.gitter.im to 8.8.8.8
  344. Jul 14 09:02:52 dnsmasq[1339]: query[A] ws.gitter.im from 192.168.1.1
  345. Jul 14 09:02:52 dnsmasq[1339]: forwarded ws.gitter.im to 8.8.4.4
  346. Jul 14 09:02:52 dnsmasq[1339]: forwarded ws.gitter.im to 8.8.8.8
  347. Jul 14 09:02:52 dnsmasq[1339]: query[A] ws.gitter.im from 192.168.1.1
  348. Jul 14 09:02:52 dnsmasq[1339]: forwarded ws.gitter.im to 8.8.4.4
  349. Jul 14 09:02:52 dnsmasq[1339]: forwarded ws.gitter.im to 8.8.8.8
  350. Jul 14 09:02:52 dnsmasq[1339]: reply ws.gitter.im is 52.0.125.130
  351. Jul 14 09:02:52 dnsmasq[1339]: reply ws.gitter.im is 52.204.121.132
  352. Jul 14 09:02:52 dnsmasq[1339]: reply ws.gitter.im is 54.88.144.213
  353. Jul 14 09:02:52 dnsmasq[1339]: query[A] ws.gitter.im from 192.168.1.1
  354. Jul 14 09:02:52 dnsmasq[1339]: cached ws.gitter.im is 54.88.144.213
  355. Jul 14 09:02:53 dnsmasq[1339]: query[A] twitter.com from 192.168.1.1
  356. Jul 14 09:02:53 dnsmasq[1339]: forwarded twitter.com to 8.8.8.8
  357. Jul 14 09:02:53 dnsmasq[1339]: reply twitter.com is 199.59.149.198
  358. Jul 14 09:02:53 dnsmasq[1339]: reply twitter.com is 199.59.150.39
  359. Jul 14 09:02:53 dnsmasq[1339]: reply twitter.com is 199.59.149.230
  360. Jul 14 09:02:53 dnsmasq[1339]: reply twitter.com is 199.59.148.82
  361. Jul 14 09:02:56 dnsmasq[1339]: query[A] gitter.im from 192.168.1.1
  362. Jul 14 09:02:56 dnsmasq[1339]: forwarded gitter.im to 8.8.8.8
  363. Jul 14 09:02:56 dnsmasq[1339]: query[A] gitter.im from 192.168.1.1
  364. Jul 14 09:02:56 dnsmasq[1339]: forwarded gitter.im to 8.8.4.4
  365. Jul 14 09:02:56 dnsmasq[1339]: forwarded gitter.im to 8.8.8.8
  366. Jul 14 09:02:56 dnsmasq[1339]: reply gitter.im is 52.72.163.58
  367. Jul 14 09:02:56 dnsmasq[1339]: query[A] cdn02.gitter.im from 192.168.1.1
  368. Jul 14 09:02:56 dnsmasq[1339]: forwarded cdn02.gitter.im to 8.8.8.8
  369. Jul 14 09:02:56 dnsmasq[1339]: query[A] cdn02.gitter.im from 192.168.1.1
  370. Jul 14 09:02:56 dnsmasq[1339]: forwarded cdn02.gitter.im to 8.8.4.4
  371. Jul 14 09:02:56 dnsmasq[1339]: forwarded cdn02.gitter.im to 8.8.8.8
  372. Jul 14 09:02:56 dnsmasq[1339]: reply cdn02.gitter.im is <CNAME>
  373. Jul 14 09:02:56 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.214
  374. Jul 14 09:02:56 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.6
  375. Jul 14 09:02:56 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.50
  376. Jul 14 09:02:56 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.107
  377. Jul 14 09:02:56 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.137
  378. Jul 14 09:02:56 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.170
  379. Jul 14 09:02:56 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.220
  380. Jul 14 09:02:56 dnsmasq[1339]: reply d2khee2jo4yp9z.cloudfront.net is 52.84.7.245
  381. Jul 14 09:03:00 dnsmasq[1339]: query[A] stats.g.doubleclick.net from 192.168.1.1
  382. Jul 14 09:03:00 dnsmasq[1339]: /etc/pihole/gravity.list stats.g.doubleclick.net is 192.168.1.110
  383. Jul 14 09:03:00 dnsmasq[1339]: query[AAAA] stats.g.doubleclick.net from 192.168.1.1
  384. Jul 14 09:03:00 dnsmasq[1339]: forwarded stats.g.doubleclick.net to 8.8.8.8
  385. Jul 14 09:03:00 dnsmasq[1339]: query[A] stats.l.doubleclick.net from 192.168.1.1
  386. Jul 14 09:03:00 dnsmasq[1339]: forwarded stats.l.doubleclick.net to 8.8.8.8
  387. Jul 14 09:03:00 dnsmasq[1339]: reply stats.g.doubleclick.net is <CNAME>
  388. Jul 14 09:03:00 dnsmasq[1339]: reply stats.l.doubleclick.net is 2607:f8b0:4001:c05::9a
  389. Jul 14 09:03:00 dnsmasq[1339]: reply stats.l.doubleclick.net is 74.125.193.155
  390. Jul 14 09:03:00 dnsmasq[1339]: reply stats.l.doubleclick.net is 74.125.193.157
  391. Jul 14 09:03:00 dnsmasq[1339]: reply stats.l.doubleclick.net is 74.125.193.156
  392. Jul 14 09:03:00 dnsmasq[1339]: reply stats.l.doubleclick.net is 74.125.193.154
  393. Jul 14 09:03:13 dnsmasq[1339]: query[A] support.mozilla.org from 192.168.1.1
  394. Jul 14 09:03:13 dnsmasq[1339]: forwarded support.mozilla.org to 8.8.4.4
  395. Jul 14 09:03:13 dnsmasq[1339]: forwarded support.mozilla.org to 8.8.8.8
  396. Jul 14 09:03:13 dnsmasq[1339]: query[AAAA] sumo.external.zlb.scl3.mozilla.com from 192.168.1.1
  397. Jul 14 09:03:13 dnsmasq[1339]: forwarded sumo.external.zlb.scl3.mozilla.com to 8.8.8.8
  398. Jul 14 09:03:13 dnsmasq[1339]: reply support.mozilla.org is <CNAME>
  399. Jul 14 09:03:13 dnsmasq[1339]: reply sumo.external.zlb.scl3.mozilla.com is 63.245.213.32
  400. Jul 14 09:03:13 dnsmasq[1339]: query[AAAA] sumo.external.zlb.scl3.mozilla.com from 192.168.1.1
  401. Jul 14 09:03:13 dnsmasq[1339]: forwarded sumo.external.zlb.scl3.mozilla.com to 8.8.4.4
  402. Jul 14 09:03:13 dnsmasq[1339]: forwarded sumo.external.zlb.scl3.mozilla.com to 8.8.8.8
  403. Jul 14 09:03:13 dnsmasq[1339]: reply sumo.external.zlb.scl3.mozilla.com is NODATA-IPv6
  404. Jul 14 09:03:22 dnsmasq[1339]: query[A] ssl.google-analytics.com from 192.168.1.1
  405. Jul 14 09:03:22 dnsmasq[1339]: /etc/pihole/gravity.list ssl.google-analytics.com is 192.168.1.110
  406. Jul 14 09:03:22 dnsmasq[1339]: query[A] play.googleapis.com from 192.168.1.1
  407. Jul 14 09:03:22 dnsmasq[1339]: forwarded play.googleapis.com to 8.8.8.8
  408. Jul 14 09:03:22 dnsmasq[1339]: reply play.googleapis.com is <CNAME>
  409. Jul 14 09:03:22 dnsmasq[1339]: reply googleapis.l.google.com is 216.58.216.74
  410. Jul 14 09:03:23 dnsmasq[1339]: query[A] www.icefilms.info from 192.168.1.1
  411. Jul 14 09:03:23 dnsmasq[1339]: forwarded www.icefilms.info to 8.8.8.8
  412. Jul 14 09:03:23 dnsmasq[1339]: query[A] cdnjs.cloudflare.com from 192.168.1.1
  413. Jul 14 09:03:23 dnsmasq[1339]: forwarded cdnjs.cloudflare.com to 8.8.8.8
  414. Jul 14 09:03:23 dnsmasq[1339]: query[A] img.icefilms.info from 192.168.1.1
  415. Jul 14 09:03:23 dnsmasq[1339]: forwarded img.icefilms.info to 8.8.8.8
  416. Jul 14 09:03:23 dnsmasq[1339]: query[AAAA] cdnjs.cloudflare.com from 192.168.1.1
  417. Jul 14 09:03:23 dnsmasq[1339]: forwarded cdnjs.cloudflare.com to 8.8.8.8
  418. Jul 14 09:03:23 dnsmasq[1339]: query[A] img.icefilms.info from 192.168.1.1
  419. Jul 14 09:03:23 dnsmasq[1339]: forwarded img.icefilms.info to 8.8.4.4
  420. Jul 14 09:03:23 dnsmasq[1339]: forwarded img.icefilms.info to 8.8.8.8
  421. Jul 14 09:03:23 dnsmasq[1339]: query[A] www.icefilms.info from 192.168.1.1
  422. Jul 14 09:03:23 dnsmasq[1339]: forwarded www.icefilms.info to 8.8.4.4
  423. Jul 14 09:03:23 dnsmasq[1339]: forwarded www.icefilms.info to 8.8.8.8
  424. Jul 14 09:03:23 dnsmasq[1339]: query[A] apis.google.com from 192.168.1.1
  425. Jul 14 09:03:23 dnsmasq[1339]: cached apis.google.com is <CNAME>
  426. Jul 14 09:03:23 dnsmasq[1339]: forwarded apis.google.com to 8.8.4.4
  427. Jul 14 09:03:23 dnsmasq[1339]: forwarded apis.google.com to 8.8.8.8
  428. Jul 14 09:03:23 dnsmasq[1339]: reply cdnjs.cloudflare.com is 198.41.215.66
  429. Jul 14 09:03:23 dnsmasq[1339]: reply cdnjs.cloudflare.com is 198.41.215.67
  430. Jul 14 09:03:23 dnsmasq[1339]: reply cdnjs.cloudflare.com is 198.41.214.67
  431. Jul 14 09:03:23 dnsmasq[1339]: reply cdnjs.cloudflare.com is 198.41.214.68
  432. Jul 14 09:03:23 dnsmasq[1339]: reply cdnjs.cloudflare.com is 198.41.215.68
  433. Jul 14 09:03:23 dnsmasq[1339]: query[AAAA] plus.l.google.com from 192.168.1.1
  434. Jul 14 09:03:23 dnsmasq[1339]: forwarded plus.l.google.com to 8.8.8.8
  435. Jul 14 09:03:23 dnsmasq[1339]: query[AAAA] icefilms.info from 192.168.1.1
  436. Jul 14 09:03:23 dnsmasq[1339]: forwarded icefilms.info to 8.8.8.8
  437. Jul 14 09:03:23 dnsmasq[1339]: reply www.icefilms.info is <CNAME>
  438. Jul 14 09:03:23 dnsmasq[1339]: reply icefilms.info is 104.31.18.30
  439. Jul 14 09:03:23 dnsmasq[1339]: reply icefilms.info is 104.31.19.30
  440. Jul 14 09:03:23 dnsmasq[1339]: reply cdnjs.cloudflare.com is 2400:cb00:2048:1::c629:d643
  441. Jul 14 09:03:23 dnsmasq[1339]: reply cdnjs.cloudflare.com is 2400:cb00:2048:1::c629:d644
  442. Jul 14 09:03:23 dnsmasq[1339]: reply cdnjs.cloudflare.com is 2400:cb00:2048:1::c629:d744
  443. Jul 14 09:03:23 dnsmasq[1339]: reply cdnjs.cloudflare.com is 2400:cb00:2048:1::c629:d742
  444. Jul 14 09:03:23 dnsmasq[1339]: reply cdnjs.cloudflare.com is 2400:cb00:2048:1::c629:d743
  445. Jul 14 09:03:23 dnsmasq[1339]: reply img.icefilms.info is <CNAME>
  446. Jul 14 09:03:23 dnsmasq[1339]: reply icefilms.info is 104.31.18.30
  447. Jul 14 09:03:23 dnsmasq[1339]: reply icefilms.info is 104.31.19.30
  448. Jul 14 09:03:23 dnsmasq[1339]: query[A] connect.facebook.net from 192.168.1.1
  449. Jul 14 09:03:23 dnsmasq[1339]: forwarded connect.facebook.net to 8.8.8.8
  450. Jul 14 09:03:23 dnsmasq[1339]: reply apis.google.com is <CNAME>
  451. Jul 14 09:03:23 dnsmasq[1339]: reply plus.l.google.com is 216.58.192.142
  452. Jul 14 09:03:23 dnsmasq[1339]: query[AAAA] icefilms.info from 192.168.1.1
  453. Jul 14 09:03:23 dnsmasq[1339]: forwarded icefilms.info to 8.8.4.4
  454. Jul 14 09:03:23 dnsmasq[1339]: forwarded icefilms.info to 8.8.8.8
  455. Jul 14 09:03:23 dnsmasq[1339]: query[AAAA] scontent.xx.fbcdn.net from 192.168.1.1
  456. Jul 14 09:03:23 dnsmasq[1339]: forwarded scontent.xx.fbcdn.net to 8.8.4.4
  457. Jul 14 09:03:23 dnsmasq[1339]: forwarded scontent.xx.fbcdn.net to 8.8.8.8
  458. Jul 14 09:03:23 dnsmasq[1339]: query[A] shipboardserviceberrysiltstone.info from 192.168.1.1
  459. Jul 14 09:03:23 dnsmasq[1339]: forwarded shipboardserviceberrysiltstone.info to 8.8.4.4
  460. Jul 14 09:03:23 dnsmasq[1339]: forwarded shipboardserviceberrysiltstone.info to 8.8.8.8
  461. Jul 14 09:03:23 dnsmasq[1339]: query[A] ajax.googleapis.com from 192.168.1.1
  462. Jul 14 09:03:23 dnsmasq[1339]: forwarded ajax.googleapis.com to 8.8.4.4
  463. Jul 14 09:03:23 dnsmasq[1339]: forwarded ajax.googleapis.com to 8.8.8.8
  464. Jul 14 09:03:23 dnsmasq[1339]: reply plus.l.google.com is 2607:f8b0:4009:80c::200e
  465. Jul 14 09:03:24 dnsmasq[1339]: query[A] ajax.cloudflare.com from 192.168.1.1
  466. Jul 14 09:03:24 dnsmasq[1339]: forwarded ajax.cloudflare.com to 8.8.8.8
  467. Jul 14 09:03:24 dnsmasq[1339]: reply connect.facebook.net is <CNAME>
  468. Jul 14 09:03:24 dnsmasq[1339]: reply scontent.xx.fbcdn.net is 31.13.76.107
  469. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] googleapis.l.google.com from 192.168.1.1
  470. Jul 14 09:03:24 dnsmasq[1339]: forwarded googleapis.l.google.com to 8.8.8.8
  471. Jul 14 09:03:24 dnsmasq[1339]: reply icefilms.info is 2400:cb00:2048:1::681f:121e
  472. Jul 14 09:03:24 dnsmasq[1339]: reply icefilms.info is 2400:cb00:2048:1::681f:131e
  473. Jul 14 09:03:24 dnsmasq[1339]: query[A] shipboardserviceberrysiltstone.info from 192.168.1.1
  474. Jul 14 09:03:24 dnsmasq[1339]: forwarded shipboardserviceberrysiltstone.info to 8.8.4.4
  475. Jul 14 09:03:24 dnsmasq[1339]: forwarded shipboardserviceberrysiltstone.info to 8.8.8.8
  476. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] ajax.cloudflare.com from 192.168.1.1
  477. Jul 14 09:03:24 dnsmasq[1339]: forwarded ajax.cloudflare.com to 8.8.4.4
  478. Jul 14 09:03:24 dnsmasq[1339]: forwarded ajax.cloudflare.com to 8.8.8.8
  479. Jul 14 09:03:24 dnsmasq[1339]: query[A] st.chatango.com from 192.168.1.1
  480. Jul 14 09:03:24 dnsmasq[1339]: forwarded st.chatango.com to 8.8.4.4
  481. Jul 14 09:03:24 dnsmasq[1339]: forwarded st.chatango.com to 8.8.8.8
  482. Jul 14 09:03:24 dnsmasq[1339]: reply scontent.xx.fbcdn.net is 2a03:2880:f013:8:face:b00c:0:1
  483. Jul 14 09:03:24 dnsmasq[1339]: query[A] www.facebook.com from 192.168.1.1
  484. Jul 14 09:03:24 dnsmasq[1339]: cached www.facebook.com is <CNAME>
  485. Jul 14 09:03:24 dnsmasq[1339]: forwarded www.facebook.com to 8.8.8.8
  486. Jul 14 09:03:24 dnsmasq[1339]: reply ajax.googleapis.com is <CNAME>
  487. Jul 14 09:03:24 dnsmasq[1339]: reply googleapis.l.google.com is 172.217.4.106
  488. Jul 14 09:03:24 dnsmasq[1339]: reply ajax.cloudflare.com is 198.41.215.67
  489. Jul 14 09:03:24 dnsmasq[1339]: reply ajax.cloudflare.com is 198.41.214.68
  490. Jul 14 09:03:24 dnsmasq[1339]: reply ajax.cloudflare.com is 198.41.215.68
  491. Jul 14 09:03:24 dnsmasq[1339]: reply ajax.cloudflare.com is 198.41.214.67
  492. Jul 14 09:03:24 dnsmasq[1339]: reply ajax.cloudflare.com is 198.41.215.66
  493. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] st.chatango.com from 192.168.1.1
  494. Jul 14 09:03:24 dnsmasq[1339]: forwarded st.chatango.com to 8.8.8.8
  495. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] star-mini.c10r.facebook.com from 192.168.1.1
  496. Jul 14 09:03:24 dnsmasq[1339]: forwarded star-mini.c10r.facebook.com to 8.8.8.8
  497. Jul 14 09:03:24 dnsmasq[1339]: reply googleapis.l.google.com is 2607:f8b0:4009:801::200a
  498. Jul 14 09:03:24 dnsmasq[1339]: reply ajax.cloudflare.com is 2400:cb00:2048:1::c629:d644
  499. Jul 14 09:03:24 dnsmasq[1339]: reply ajax.cloudflare.com is 2400:cb00:2048:1::c629:d743
  500. Jul 14 09:03:24 dnsmasq[1339]: reply ajax.cloudflare.com is 2400:cb00:2048:1::c629:d744
  501. Jul 14 09:03:24 dnsmasq[1339]: reply ajax.cloudflare.com is 2400:cb00:2048:1::c629:d742
  502. Jul 14 09:03:24 dnsmasq[1339]: reply ajax.cloudflare.com is 2400:cb00:2048:1::c629:d643
  503. Jul 14 09:03:24 dnsmasq[1339]: query[A] 1927379266.rsc.cdn77.org from 192.168.1.1
  504. Jul 14 09:03:24 dnsmasq[1339]: forwarded 1927379266.rsc.cdn77.org to 8.8.4.4
  505. Jul 14 09:03:24 dnsmasq[1339]: query[A] asset.pagefair.com from 192.168.1.1
  506. Jul 14 09:03:24 dnsmasq[1339]: /etc/pihole/gravity.list asset.pagefair.com is 192.168.1.110
  507. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] asset.pagefair.com from 192.168.1.1
  508. Jul 14 09:03:24 dnsmasq[1339]: forwarded asset.pagefair.com to 8.8.4.4
  509. Jul 14 09:03:24 dnsmasq[1339]: reply st.chatango.com is 208.93.230.26
  510. Jul 14 09:03:24 dnsmasq[1339]: reply st.chatango.com is 208.93.230.18
  511. Jul 14 09:03:24 dnsmasq[1339]: reply st.chatango.com is 208.93.230.22
  512. Jul 14 09:03:24 dnsmasq[1339]: reply st.chatango.com is 208.93.230.28
  513. Jul 14 09:03:24 dnsmasq[1339]: reply shipboardserviceberrysiltstone.info is <CNAME>
  514. Jul 14 09:03:24 dnsmasq[1339]: reply 1927379266.rsc.cdn77.org is 185.93.1.23
  515. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] st.chatango.com from 192.168.1.1
  516. Jul 14 09:03:24 dnsmasq[1339]: forwarded st.chatango.com to 8.8.4.4
  517. Jul 14 09:03:24 dnsmasq[1339]: forwarded st.chatango.com to 8.8.8.8
  518. Jul 14 09:03:24 dnsmasq[1339]: reply www.facebook.com is <CNAME>
  519. Jul 14 09:03:24 dnsmasq[1339]: reply star-mini.c10r.facebook.com is 31.13.66.36
  520. Jul 14 09:03:24 dnsmasq[1339]: query[A] 1927379266.rsc.cdn77.org from 192.168.1.1
  521. Jul 14 09:03:24 dnsmasq[1339]: forwarded 1927379266.rsc.cdn77.org to 8.8.8.8
  522. Jul 14 09:03:24 dnsmasq[1339]: forwarded 1927379266.rsc.cdn77.org to 8.8.4.4
  523. Jul 14 09:03:24 dnsmasq[1339]: reply st.chatango.com is NODATA-IPv6
  524. Jul 14 09:03:24 dnsmasq[1339]: reply star-mini.c10r.facebook.com is 2a03:2880:11:2f83:face:b00c:0:25de
  525. Jul 14 09:03:24 dnsmasq[1339]: query[A] asset.pagefair.net from 192.168.1.1
  526. Jul 14 09:03:24 dnsmasq[1339]: /etc/pihole/gravity.list asset.pagefair.net is 192.168.1.110
  527. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] 1927379266.rsc.cdn77.org from 192.168.1.1
  528. Jul 14 09:03:24 dnsmasq[1339]: forwarded 1927379266.rsc.cdn77.org to 8.8.8.8
  529. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] asset.pagefair.net from 192.168.1.1
  530. Jul 14 09:03:24 dnsmasq[1339]: forwarded asset.pagefair.net to 8.8.8.8
  531. Jul 14 09:03:24 dnsmasq[1339]: reply asset.pagefair.com is <CNAME>
  532. Jul 14 09:03:24 dnsmasq[1339]: reply asset-pagefair-com.pagefairlimited.netdna-cdn.com is NODATA-IPv6
  533. Jul 14 09:03:24 dnsmasq[1339]: reply 1927379266.rsc.cdn77.org is 185.93.1.22
  534. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] 1927379266.rsc.cdn77.org from 192.168.1.1
  535. Jul 14 09:03:24 dnsmasq[1339]: forwarded 1927379266.rsc.cdn77.org to 8.8.4.4
  536. Jul 14 09:03:24 dnsmasq[1339]: forwarded 1927379266.rsc.cdn77.org to 8.8.8.8
  537. Jul 14 09:03:24 dnsmasq[1339]: reply asset.pagefair.net is <CNAME>
  538. Jul 14 09:03:24 dnsmasq[1339]: reply asset-pagefair-net.pagefairlimited.netdna-cdn.com is NODATA-IPv6
  539. Jul 14 09:03:24 dnsmasq[1339]: reply 1927379266.rsc.cdn77.org is NODATA-IPv6
  540. Jul 14 09:03:24 dnsmasq[1339]: query[A] creative.wwwpromoter.com from 192.168.1.1
  541. Jul 14 09:03:24 dnsmasq[1339]: /etc/pihole/gravity.list creative.wwwpromoter.com is 192.168.1.110
  542. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] creative.wwwpromoter.com from 192.168.1.1
  543. Jul 14 09:03:24 dnsmasq[1339]: forwarded creative.wwwpromoter.com to 8.8.8.8
  544. Jul 14 09:03:24 dnsmasq[1339]: reply creative.wwwpromoter.com is NODATA-IPv6
  545. Jul 14 09:03:24 dnsmasq[1339]: query[A] staticxx.facebook.com from 192.168.1.1
  546. Jul 14 09:03:24 dnsmasq[1339]: forwarded staticxx.facebook.com to 8.8.8.8
  547. Jul 14 09:03:24 dnsmasq[1339]: reply staticxx.facebook.com is <CNAME>
  548. Jul 14 09:03:24 dnsmasq[1339]: reply scontent.xx.fbcdn.net is 31.13.66.5
  549. Jul 14 09:03:24 dnsmasq[1339]: query[A] ssl.gstatic.com from 192.168.1.1
  550. Jul 14 09:03:24 dnsmasq[1339]: forwarded ssl.gstatic.com to 8.8.8.8
  551. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] ssl.gstatic.com from 192.168.1.1
  552. Jul 14 09:03:24 dnsmasq[1339]: forwarded ssl.gstatic.com to 8.8.8.8
  553. Jul 14 09:03:24 dnsmasq[1339]: query[A] scontent-dfw1-1.xx.fbcdn.net from 192.168.1.1
  554. Jul 14 09:03:24 dnsmasq[1339]: forwarded scontent-dfw1-1.xx.fbcdn.net to 8.8.8.8
  555. Jul 14 09:03:24 dnsmasq[1339]: query[A] external-dfw1-1.xx.fbcdn.net from 192.168.1.1
  556. Jul 14 09:03:24 dnsmasq[1339]: forwarded external-dfw1-1.xx.fbcdn.net to 8.8.8.8
  557. Jul 14 09:03:24 dnsmasq[1339]: reply ssl.gstatic.com is 216.58.192.131
  558. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] scontent-dfw1-1.xx.fbcdn.net from 192.168.1.1
  559. Jul 14 09:03:24 dnsmasq[1339]: forwarded scontent-dfw1-1.xx.fbcdn.net to 8.8.8.8
  560. Jul 14 09:03:24 dnsmasq[1339]: reply ssl.gstatic.com is 2607:f8b0:4009:80c::2003
  561. Jul 14 09:03:24 dnsmasq[1339]: reply scontent-dfw1-1.xx.fbcdn.net is 31.13.66.5
  562. Jul 14 09:03:24 dnsmasq[1339]: reply external-dfw1-1.xx.fbcdn.net is <CNAME>
  563. Jul 14 09:03:24 dnsmasq[1339]: reply scontent-dfw1-1.xx.fbcdn.net is 31.13.66.5
  564. Jul 14 09:03:24 dnsmasq[1339]: reply scontent-dfw1-1.xx.fbcdn.net is 2a03:2880:f013:8:face:b00c:0:1
  565. Jul 14 09:03:24 dnsmasq[1339]: query[A] accounts.google.com from 192.168.1.1
  566. Jul 14 09:03:24 dnsmasq[1339]: forwarded accounts.google.com to 8.8.8.8
  567. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] accounts.google.com from 192.168.1.1
  568. Jul 14 09:03:24 dnsmasq[1339]: forwarded accounts.google.com to 8.8.8.8
  569. Jul 14 09:03:24 dnsmasq[1339]: reply accounts.google.com is 216.58.192.141
  570. Jul 14 09:03:24 dnsmasq[1339]: reply accounts.google.com is 2607:f8b0:4009:80c::200d
  571. Jul 14 09:03:24 dnsmasq[1339]: query[A] fonts.gstatic.com from 192.168.1.1
  572. Jul 14 09:03:24 dnsmasq[1339]: forwarded fonts.gstatic.com to 8.8.8.8
  573. Jul 14 09:03:24 dnsmasq[1339]: reply fonts.gstatic.com is <CNAME>
  574. Jul 14 09:03:24 dnsmasq[1339]: reply gstaticadssl.l.google.com is 216.58.192.131
  575. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] gstaticadssl.l.google.com from 192.168.1.1
  576. Jul 14 09:03:24 dnsmasq[1339]: forwarded gstaticadssl.l.google.com to 8.8.8.8
  577. Jul 14 09:03:24 dnsmasq[1339]: query[A] data.shipboardserviceberrysiltstone.info from 192.168.1.1
  578. Jul 14 09:03:24 dnsmasq[1339]: forwarded data.shipboardserviceberrysiltstone.info to 8.8.8.8
  579. Jul 14 09:03:24 dnsmasq[1339]: reply gstaticadssl.l.google.com is 2607:f8b0:4009:80c::2003
  580. Jul 14 09:03:24 dnsmasq[1339]: query[A] data.shipboardserviceberrysiltstone.info from 192.168.1.1
  581. Jul 14 09:03:24 dnsmasq[1339]: forwarded data.shipboardserviceberrysiltstone.info to 8.8.4.4
  582. Jul 14 09:03:24 dnsmasq[1339]: forwarded data.shipboardserviceberrysiltstone.info to 8.8.8.8
  583. Jul 14 09:03:24 dnsmasq[1339]: query[A] ust.chatango.com from 192.168.1.1
  584. Jul 14 09:03:24 dnsmasq[1339]: forwarded ust.chatango.com to 8.8.4.4
  585. Jul 14 09:03:24 dnsmasq[1339]: forwarded ust.chatango.com to 8.8.8.8
  586. Jul 14 09:03:24 dnsmasq[1339]: reply data.shipboardserviceberrysiltstone.info is 65.111.190.172
  587. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] data.shipboardserviceberrysiltstone.info from 192.168.1.1
  588. Jul 14 09:03:24 dnsmasq[1339]: forwarded data.shipboardserviceberrysiltstone.info to 8.8.8.8
  589. Jul 14 09:03:24 dnsmasq[1339]: query[AAAA] ust.chatango.com from 192.168.1.1
  590. Jul 14 09:03:24 dnsmasq[1339]: forwarded ust.chatango.com to 8.8.8.8
  591. Jul 14 09:03:24 dnsmasq[1339]: reply ust.chatango.com is 208.93.230.26
  592. Jul 14 09:03:24 dnsmasq[1339]: reply ust.chatango.com is 208.93.230.22
  593. Jul 14 09:03:24 dnsmasq[1339]: reply ust.chatango.com is 208.93.230.28
  594. Jul 14 09:03:24 dnsmasq[1339]: reply ust.chatango.com is 208.93.230.18
  595. Jul 14 09:03:24 dnsmasq[1339]: reply ust.chatango.com is NODATA-IPv6
  596. Jul 14 09:03:24 dnsmasq[1339]: reply data.shipboardserviceberrysiltstone.info is NODATA-IPv6
  597. Jul 14 09:03:25 dnsmasq[1339]: query[A] s27.chatango.com from 192.168.1.1
  598. Jul 14 09:03:25 dnsmasq[1339]: forwarded s27.chatango.com to 8.8.8.8
  599. Jul 14 09:03:25 dnsmasq[1339]: query[A] s27.chatango.com from 192.168.1.1
  600. Jul 14 09:03:25 dnsmasq[1339]: forwarded s27.chatango.com to 8.8.4.4
  601. Jul 14 09:03:25 dnsmasq[1339]: forwarded s27.chatango.com to 8.8.8.8
  602. Jul 14 09:03:25 dnsmasq[1339]: query[AAAA] s27.chatango.com from 192.168.1.1
  603. Jul 14 09:03:25 dnsmasq[1339]: forwarded s27.chatango.com to 8.8.4.4
  604. Jul 14 09:03:25 dnsmasq[1339]: forwarded s27.chatango.com to 8.8.8.8
  605. Jul 14 09:03:25 dnsmasq[1339]: query[A] forum.icefilms.info from 192.168.1.1
  606. Jul 14 09:03:25 dnsmasq[1339]: forwarded forum.icefilms.info to 8.8.4.4
  607. Jul 14 09:03:25 dnsmasq[1339]: forwarded forum.icefilms.info to 8.8.8.8
  608. Jul 14 09:03:25 dnsmasq[1339]: query[A] www.icedivx.com from 192.168.1.1
  609. Jul 14 09:03:25 dnsmasq[1339]: forwarded www.icedivx.com to 8.8.4.4
  610. Jul 14 09:03:25 dnsmasq[1339]: forwarded www.icedivx.com to 8.8.8.8
  611. Jul 14 09:03:25 dnsmasq[1339]: reply s27.chatango.com is 208.93.230.198
  612. Jul 14 09:03:25 dnsmasq[1339]: query[AAAA] s27.chatango.com from 192.168.1.1
  613. Jul 14 09:03:25 dnsmasq[1339]: forwarded s27.chatango.com to 8.8.4.4
  614. Jul 14 09:03:25 dnsmasq[1339]: forwarded s27.chatango.com to 8.8.8.8
  615. Jul 14 09:03:25 dnsmasq[1339]: query[A] www.icedivx.com from 192.168.1.1
  616. Jul 14 09:03:25 dnsmasq[1339]: forwarded www.icedivx.com to 8.8.4.4
  617. Jul 14 09:03:25 dnsmasq[1339]: forwarded www.icedivx.com to 8.8.8.8
  618. Jul 14 09:03:25 dnsmasq[1339]: query[A] forum.icefilms.info from 192.168.1.1
  619. Jul 14 09:03:25 dnsmasq[1339]: forwarded forum.icefilms.info to 8.8.4.4
  620. Jul 14 09:03:25 dnsmasq[1339]: forwarded forum.icefilms.info to 8.8.8.8
  621. Jul 14 09:03:25 dnsmasq[1339]: query[AAAA] globolister.com from 192.168.1.1
  622. Jul 14 09:03:25 dnsmasq[1339]: forwarded globolister.com to 8.8.4.4
  623. Jul 14 09:03:25 dnsmasq[1339]: forwarded globolister.com to 8.8.8.8
  624. Jul 14 09:03:25 dnsmasq[1339]: reply forum.icefilms.info is <CNAME>
  625. Jul 14 09:03:25 dnsmasq[1339]: reply icefilms.info is 104.31.19.30
  626. Jul 14 09:03:25 dnsmasq[1339]: reply icefilms.info is 104.31.18.30
  627. Jul 14 09:03:25 dnsmasq[1339]: query[AAAA] icedivx.com from 192.168.1.1
  628. Jul 14 09:03:25 dnsmasq[1339]: forwarded icedivx.com to 8.8.4.4
  629. Jul 14 09:03:25 dnsmasq[1339]: reply www.icedivx.com is <CNAME>
  630. Jul 14 09:03:25 dnsmasq[1339]: reply icedivx.com is 104.28.28.114
  631. Jul 14 09:03:25 dnsmasq[1339]: reply icedivx.com is 104.28.29.114
  632. Jul 14 09:03:25 dnsmasq[1339]: reply s27.chatango.com is NODATA-IPv6
  633. Jul 14 09:03:25 dnsmasq[1339]: query[A] openuserjs.org from 192.168.1.1
  634. Jul 14 09:03:25 dnsmasq[1339]: forwarded openuserjs.org to 8.8.8.8
  635. Jul 14 09:03:25 dnsmasq[1339]: query[A] l.facebook.com from 192.168.1.1
  636. Jul 14 09:03:25 dnsmasq[1339]: forwarded l.facebook.com to 8.8.8.8
  637. Jul 14 09:03:25 dnsmasq[1339]: query[AAAA] icedivx.com from 192.168.1.1
  638. Jul 14 09:03:25 dnsmasq[1339]: forwarded icedivx.com to 8.8.8.8
  639. Jul 14 09:03:25 dnsmasq[1339]: forwarded icedivx.com to 8.8.4.4
  640. Jul 14 09:03:25 dnsmasq[1339]: query[A] leeplarp.chatango.com from 192.168.1.1
  641. Jul 14 09:03:25 dnsmasq[1339]: forwarded leeplarp.chatango.com to 8.8.4.4
  642. Jul 14 09:03:25 dnsmasq[1339]: forwarded leeplarp.chatango.com to 8.8.8.8
  643. Jul 14 09:03:25 dnsmasq[1339]: query[AAAA] star.c10r.facebook.com from 192.168.1.1
  644. Jul 14 09:03:25 dnsmasq[1339]: forwarded star.c10r.facebook.com to 8.8.4.4
  645. Jul 14 09:03:25 dnsmasq[1339]: forwarded star.c10r.facebook.com to 8.8.8.8
  646. Jul 14 09:03:25 dnsmasq[1339]: query[AAAA] openuserjs.org from 192.168.1.1
  647. Jul 14 09:03:25 dnsmasq[1339]: forwarded openuserjs.org to 8.8.4.4
  648. Jul 14 09:03:25 dnsmasq[1339]: forwarded openuserjs.org to 8.8.8.8
  649. Jul 14 09:03:25 dnsmasq[1339]: reply l.facebook.com is <CNAME>
  650. Jul 14 09:03:25 dnsmasq[1339]: reply star.facebook.com is <CNAME>
  651. Jul 14 09:03:25 dnsmasq[1339]: reply star.c10r.facebook.com is 66.220.146.5
  652. Jul 14 09:03:25 dnsmasq[1339]: query[A] leeplarp.chatango.com from 192.168.1.1
  653. Jul 14 09:03:25 dnsmasq[1339]: forwarded leeplarp.chatango.com to 8.8.4.4
  654. Jul 14 09:03:25 dnsmasq[1339]: forwarded leeplarp.chatango.com to 8.8.8.8
  655. Jul 14 09:03:25 dnsmasq[1339]: reply icedivx.com is 2400:cb00:2048:1::681c:1c72
  656. Jul 14 09:03:25 dnsmasq[1339]: reply icedivx.com is 2400:cb00:2048:1::681c:1d72
  657. Jul 14 09:03:25 dnsmasq[1339]: reply openuserjs.org is 104.236.255.50
  658. Jul 14 09:03:25 dnsmasq[1339]: query[AAAA] openuserjs.org from 192.168.1.1
  659. Jul 14 09:03:25 dnsmasq[1339]: forwarded openuserjs.org to 8.8.4.4
  660. Jul 14 09:03:25 dnsmasq[1339]: forwarded openuserjs.org to 8.8.8.8
  661. Jul 14 09:03:25 dnsmasq[1339]: reply star.c10r.facebook.com is 2a03:2880:f013:1:face:b00c:0:1
  662. Jul 14 09:03:25 dnsmasq[1339]: query[AAAA] leeplarp.chatango.com from 192.168.1.1
  663. Jul 14 09:03:25 dnsmasq[1339]: forwarded leeplarp.chatango.com to 8.8.8.8
  664. Jul 14 09:03:25 dnsmasq[1339]: reply openuserjs.org is NODATA-IPv6
  665. Jul 14 09:03:25 dnsmasq[1339]: reply leeplarp.chatango.com is 208.93.230.23
  666. Jul 14 09:03:25 dnsmasq[1339]: reply leeplarp.chatango.com is 208.93.230.27
  667. Jul 14 09:03:25 dnsmasq[1339]: reply leeplarp.chatango.com is 208.93.230.29
  668. Jul 14 09:03:25 dnsmasq[1339]: query[AAAA] leeplarp.chatango.com from 192.168.1.1
  669. Jul 14 09:03:25 dnsmasq[1339]: forwarded leeplarp.chatango.com to 8.8.4.4
  670. Jul 14 09:03:25 dnsmasq[1339]: forwarded leeplarp.chatango.com to 8.8.8.8
  671. Jul 14 09:03:25 dnsmasq[1339]: reply globolister.com is NODATA-IPv6
  672. Jul 14 09:03:25 dnsmasq[1339]: reply leeplarp.chatango.com is NODATA-IPv6
  673. Jul 14 09:03:25 dnsmasq[1339]: query[A] www.usatoday.com from 192.168.1.1
  674. Jul 14 09:03:25 dnsmasq[1339]: forwarded www.usatoday.com to 8.8.8.8
  675. Jul 14 09:03:25 dnsmasq[1339]: query[AAAA] a534.w5.akamai.net from 192.168.1.1
  676. Jul 14 09:03:25 dnsmasq[1339]: forwarded a534.w5.akamai.net to 8.8.8.8
  677. Jul 14 09:03:25 dnsmasq[1339]: reply www.usatoday.com is <CNAME>
  678. Jul 14 09:03:25 dnsmasq[1339]: reply www.usatoday.com.edgesuite.net is <CNAME>
  679. Jul 14 09:03:25 dnsmasq[1339]: reply a534.w5.akamai.net is 63.80.4.186
  680. Jul 14 09:03:25 dnsmasq[1339]: reply a534.w5.akamai.net is 63.80.4.176
  681. Jul 14 09:03:25 dnsmasq[1339]: reply a534.w5.akamai.net is NODATA-IPv6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement