Advertisement
Guest User

Raspberry Pi 2 b

a guest
Feb 23rd, 2019
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.39 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] 2019-02-22:03:26:20 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: v4.2.2 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  15. [i] Branch: master
  16. [i] Commit: v4.2.2-0-gba1e94d
  17.  
  18. *** [ DIAGNOSING ]: Web version
  19. [i] Web: v4.2 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  20. [i] Branch: master
  21. [i] Commit: v4.2-0-g347994d
  22.  
  23. *** [ DIAGNOSING ]: FTL version
  24. [✓] FTL: v4.2.2 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  25.  
  26. *** [ DIAGNOSING ]: lighttpd version
  27. [i] 1.4.45
  28.  
  29. *** [ DIAGNOSING ]: php version
  30. [i] 7.0.33
  31.  
  32. *** [ DIAGNOSING ]: Operating system
  33. [✓] Raspbian GNU/Linux 9 (stretch)
  34.  
  35. *** [ DIAGNOSING ]: SELinux
  36. [i] SELinux not detected
  37.  
  38. *** [ DIAGNOSING ]: Processor
  39. [✓] armv7l
  40.  
  41. *** [ DIAGNOSING ]: Networking
  42. [✓] IPv4 address(es) bound to the eth0 interface:
  43. 10.141.165.247/16 matches the IP found in /etc/pihole/setupVars.conf
  44.  
  45. [✓] IPv6 address(es) bound to the eth0 interface:
  46. fe80::d52c:44e7:d90d:da4 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)
  47.  
  48. ^ Please note that you may have more than one IP address listed.
  49. As long as one of them is green, and it matches what is in /etc/pihole/setupVars.conf, there is no need for concern.
  50.  
  51. The link to the FAQ is for an issue that sometimes occurs when the IPv6 address changes, which is why we check for it.
  52.  
  53. [i] Default IPv4 gateway: 10.141.255.254
  54. * Pinging 10.141.255.254...
  55. [✗] Gateway did not respond. (https://discourse.pi-hole.net/t/why-is-a-default-gateway-important-for-pi-hole/3546)
  56.  
  57.  
  58. *** [ DIAGNOSING ]: Ports in use
  59. *:22 sshd (IPv4)
  60. *:22 sshd (IPv6)
  61. [*:80] is in use by lighttpd
  62. [*:80] is in use by lighttpd
  63. [*:53] is in use by pihole-FTL
  64. [*:53] is in use by pihole-FTL
  65. [127.0.0.1:4711] is in use by pihole-FTL
  66. [[::1]:4711] is in use by pihole-FTL
  67. *:5355 systemd-re (IPv4)
  68. *:5355 systemd-re (IPv6)
  69.  
  70. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
  71. [✓] ad.doubleclick.net.73498.9620.302br.net is 0.0.0.0 via localhost (127.0.0.1)
  72. [✓] ad.doubleclick.net.73498.9620.302br.net is 0.0.0.0 via Pi-hole (10.141.165.247)
  73. [✗] Failed to resolve doubleclick.com via a remote, public DNS server (8.8.8.8)
  74.  
  75. *** [ DIAGNOSING ]: Pi-hole processes
  76. [✓] lighttpd daemon is active
  77. [✓] pihole-FTL daemon is active
  78.  
  79. *** [ DIAGNOSING ]: Setup variables
  80. PIHOLE_INTERFACE=eth0
  81. IPV4_ADDRESS=10.141.165.247/16
  82. IPV6_ADDRESS=
  83. QUERY_LOGGING=true
  84. INSTALL_WEB_SERVER=true
  85. INSTALL_WEB_INTERFACE=true
  86. LIGHTTPD_ENABLED=true
  87. BLOCKING_ENABLED=true
  88. DNSMASQ_LISTENING=local
  89. PIHOLE_DNS_1=8.8.8.8
  90. PIHOLE_DNS_2=8.8.4.4
  91. PIHOLE_DNS_3=208.67.222.222
  92. PIHOLE_DNS_4=208.67.220.220
  93. PIHOLE_DNS_5=4.2.2.1
  94. PIHOLE_DNS_6=4.2.2.2
  95. PIHOLE_DNS_7=1.1.1.1
  96. PIHOLE_DNS_8=1.0.0.1
  97. PIHOLE_DNS_9=10.141.165.1#53
  98. DNS_FQDN_REQUIRED=true
  99. DNS_BOGUS_PRIV=true
  100. DNSSEC=false
  101. CONDITIONAL_FORWARDING=true
  102. CONDITIONAL_FORWARDING_IP=10.141.165.1
  103. CONDITIONAL_FORWARDING_DOMAIN=arrisatom.cable.rcn.com
  104. CONDITIONAL_FORWARDING_REVERSE=165.141.10.in-addr.arpa
  105.  
  106. *** [ DIAGNOSING ]: Dashboard and block page
  107. [✓] Block page X-Header: X-Pi-hole: A black hole for Internet advertisements.
  108. [✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
  109.  
  110. *** [ DIAGNOSING ]: Gravity list
  111. -rw-r--r-- 1 root root 2641032 Feb 21 21:45 /etc/pihole/gravity.list
  112. -----head of gravity.list------
  113. 0.0.0.0
  114. 0.r.msn.com
  115. 0.start.bz
  116. 000.0x1f4b0.com
  117.  
  118. -----tail of gravity.list------
  119. zzz.clickbank.net
  120. zzzezeroe.fr
  121. zzzpooeaz-france.com
  122. zzzrtrcm2.com
  123.  
  124. *** [ DIAGNOSING ]: contents of /etc/pihole
  125.  
  126. -rw-r--r-- 1 root root 381 Feb 21 21:38 /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 Feb 22 02:17 /etc/pihole/blacklist.txt
  136.  
  137. -rw-r--r-- 1 root root 50 Feb 21 21:45 /etc/pihole/local.list
  138. 10.141.165.247 raspberrypi
  139. 10.141.165.247 pi.hole
  140.  
  141. -rw-r--r-- 1 root root 234 Feb 21 21:43 /etc/pihole/logrotate
  142. /var/log/pihole.log {
  143. su root root
  144. daily
  145. copytruncate
  146. rotate 5
  147. compress
  148. delaycompress
  149. notifempty
  150. nomail
  151. }
  152. /var/log/pihole-FTL.log {
  153. su root root
  154. weekly
  155. copytruncate
  156. rotate 3
  157. compress
  158. delaycompress
  159. notifempty
  160. nomail
  161. }
  162.  
  163. -rw-r--r-- 1 root root 0 Feb 21 23:21 /etc/pihole/whitelist.txt
  164.  
  165. *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
  166.  
  167. -rw-r--r-- 1 root root 1827 Feb 22 02:33 /etc/dnsmasq.d/01-pihole.conf
  168. addn-hosts=/etc/pihole/gravity.list
  169. addn-hosts=/etc/pihole/black.list
  170. addn-hosts=/etc/pihole/local.list
  171. localise-queries
  172. no-resolv
  173. cache-size=10000
  174. log-queries
  175. log-facility=/var/log/pihole.log
  176. local-ttl=2
  177. log-async
  178. dhcp-name-match=set:wpad-ignore,wpad
  179. dhcp-ignore-names=tag:wpad-ignore
  180. server=8.8.8.8
  181. server=8.8.4.4
  182. server=208.67.222.222
  183. server=208.67.220.220
  184. server=4.2.2.1
  185. server=4.2.2.2
  186. server=1.1.1.1
  187. server=1.0.0.1
  188. server=10.141.165.1
  189. domain-needed
  190. bogus-priv
  191. local-service
  192. server=/arrisatom.cable.rcn.com/10.141.165.1
  193. server=/165.141.10.in-addr.arpa/10.141.165.1
  194.  
  195. *** [ DIAGNOSING ]: contents of /etc/lighttpd
  196.  
  197. -rw-r--r-- 1 root root 3102 Feb 21 21:43 /etc/lighttpd/lighttpd.conf
  198. server.modules = (
  199. "mod_access",
  200. "mod_accesslog",
  201. "mod_auth",
  202. "mod_expire",
  203. "mod_compress",
  204. "mod_redirect",
  205. "mod_setenv",
  206. "mod_rewrite"
  207. )
  208. server.document-root = "/var/www/html"
  209. server.error-handler-404 = "pihole/index.php"
  210. server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
  211. server.errorlog = "/var/log/lighttpd/error.log"
  212. server.pid-file = "/var/run/lighttpd.pid"
  213. server.username = "www-data"
  214. server.groupname = "www-data"
  215. server.port = 80
  216. accesslog.filename = "/var/log/lighttpd/access.log"
  217. accesslog.format = "%{%s}t|%V|%r|%s|%b"
  218. index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
  219. url.access-deny = ( "~", ".inc", ".md", ".yml", ".ini" )
  220. static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  221. compress.cache-dir = "/var/cache/lighttpd/compress/"
  222. compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
  223. include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  224. include_shell "/usr/share/lighttpd/create-mime.assign.pl"
  225. include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
  226. ' 2>/dev/null"
  227. $HTTP["url"] =~ "^/admin/" {
  228.  
  229. setenv.add-response-header = (
  230. "X-Pi-hole" => "The Pi-hole Web interface is working!",
  231. "X-Frame-Options" => "DENY"
  232. )
  233. $HTTP["url"] =~ ".ttf$" {
  234.  
  235. setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
  236. }
  237. }
  238. $HTTP["url"] =~ "^/admin/\.(.*)" {
  239. url.access-deny = ("")
  240. }
  241. include_shell "cat external.conf 2>/dev/null"
  242.  
  243. *** [ DIAGNOSING ]: contents of /etc/cron.d
  244.  
  245. -rw-r--r-- 1 root root 1704 Feb 21 21:43 /etc/cron.d/pihole
  246. 10 3 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity >/var/log/pihole_updateGravity.log || cat /var/log/pihole_updateGravity.log
  247. 00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush once quiet
  248. @reboot root /usr/sbin/logrotate /etc/pihole/logrotate
  249. */10 * * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker local
  250. 44 19 * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote
  251. @reboot root PATH="$PATH:/usr/local/bin/" pihole updatechecker remote reboot
  252.  
  253. *** [ DIAGNOSING ]: contents of /var/log/lighttpd
  254.  
  255. -rw-r--r-- 1 www-data www-data 2378 Feb 22 02:22 /var/log/lighttpd/error.log
  256. 2019-02-21 21:40:51: (log.c.217) server started
  257. 2019-02-21 21:44:48: (server.c.1828) server stopped by UID = 0 PID = 1
  258. 2019-02-21 21:44:49: (log.c.217) server started
  259. 2019-02-21 21:53:43: (server.c.1828) server stopped by UID = 0 PID = 23396
  260. 2019-02-21 21:53:44: (log.c.217) server started
  261. 2019-02-21 21:53:44: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  262. 2019-02-21 22:03:11: (server.c.1828) server stopped by UID = 0 PID = 1
  263. 2019-02-21 22:03:25: (log.c.217) server started
  264. 2019-02-21 22:03:25: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  265. 2019-02-21 22:03:26: (log.c.217) server started
  266. 2019-02-21 22:03:26: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  267. 2019-02-21 22:03:25: (log.c.217) server started
  268. 2019-02-21 22:03:25: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  269. 2019-02-21 22:03:26: (log.c.217) server started
  270. 2019-02-21 22:03:26: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  271. 2019-02-21 22:17:12: (log.c.217) server started
  272. 2019-02-21 22:17:12: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  273. 2019-02-21 23:17:13: (log.c.217) server started
  274. 2019-02-21 23:17:13: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  275. 2019-02-21 23:21:13: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Notice: Undefined variable: api in /var/www/html/admin/scripts/pi-hole/php/add.php on line 14
  276. 2019-02-21 23:21:20: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Notice: Undefined variable: api in /var/www/html/admin/scripts/pi-hole/php/add.php on line 14
  277. 2019-02-22 01:17:14: (log.c.217) server started
  278. 2019-02-22 01:17:14: (server.c.1295) WARNING: unknown config-key: alias.url (ignored)
  279. 2019-02-22 02:17:55: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Notice: Undefined variable: api in /var/www/html/admin/scripts/pi-hole/php/sub.php on line 16
  280. 2019-02-22 02:17:56: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Notice: Undefined variable: api in /var/www/html/admin/scripts/pi-hole/php/sub.php on line 16
  281.  
  282. *** [ DIAGNOSING ]: contents of /var/log
  283.  
  284. -rw-r--r-- 1 pihole pihole 63309 Feb 22 02:47 /var/log/pihole-FTL.log
  285. -----head of pihole-FTL.log------
  286. [2019-02-22 00:03:59.362 1837] Resizing "/FTL-queries" from 1146880 to 1376256
  287. [2019-02-22 00:53:48.399 1837] Resizing "/FTL-queries" from 1376256 to 1605632
  288. [2019-02-22 01:17:16.651 543] Using log file /var/log/pihole-FTL.log
  289. [2019-02-22 01:17:16.652 543] ########## FTL started! ##########
  290. [2019-02-22 01:17:16.653 543] FTL branch: master
  291. [2019-02-22 01:17:16.653 543] FTL version: v4.2.2
  292. [2019-02-22 01:17:16.653 543] FTL commit: 4a8003c
  293. [2019-02-22 01:17:16.653 543] FTL date: 2019-02-18 18:30:16 +0100
  294. [2019-02-22 01:17:16.653 543] FTL user: pihole
  295. [2019-02-22 01:17:16.654 543] Starting config file parsing (/etc/pihole/pihole-FTL.conf)
  296. [2019-02-22 01:17:16.655 543] SOCKET_LISTENING: only local
  297. [2019-02-22 01:17:16.655 543] AAAA_QUERY_ANALYSIS: Show AAAA queries
  298. [2019-02-22 01:17:16.655 543] MAXDBDAYS: max age for stored queries is 365 days
  299. [2019-02-22 01:17:16.655 543] RESOLVE_IPV6: Resolve IPv6 addresses
  300. [2019-02-22 01:17:16.655 543] RESOLVE_IPV4: Resolve IPv4 addresses
  301. [2019-02-22 01:17:16.655 543] DBINTERVAL: saving to DB file every minute
  302. [2019-02-22 01:17:16.656 543] DBFILE: Using /etc/pihole/pihole-FTL.db
  303. [2019-02-22 01:17:16.656 543] MAXLOGAGE: Importing up to 24.0 hours of log data
  304. [2019-02-22 01:17:16.656 543] PRIVACYLEVEL: Set to 0
  305. [2019-02-22 01:17:16.656 543] IGNORE_LOCALHOST: Show queries from localhost
  306. [2019-02-22 01:17:16.656 543] BLOCKINGMODE: Null IPs for blocked domains
  307. [2019-02-22 01:17:16.657 543] REGEX_DEBUGMODE: Inactive
  308. [2019-02-22 01:17:16.657 543] ANALYZE_ONLY_A_AND_AAAA: Disabled. Analyzing all queries
  309. [2019-02-22 01:17:16.657 543] DBIMPORT: Importing history from database
  310. [2019-02-22 01:17:16.657 543] PIDFILE: Using /var/run/pihole-FTL.pid
  311. [2019-02-22 01:17:16.657 543] PORTFILE: Using /var/run/pihole-FTL.port
  312. [2019-02-22 01:17:16.657 543] SOCKETFILE: Using /var/run/pihole/FTL.sock
  313. [2019-02-22 01:17:16.658 543] WHITELISTFILE: Using /etc/pihole/whitelist.txt
  314. [2019-02-22 01:17:16.658 543] BLACKLISTFILE: Using /etc/pihole/black.list
  315. [2019-02-22 01:17:16.658 543] GRAVITYFILE: Using /etc/pihole/gravity.list
  316. [2019-02-22 01:17:16.658 543] REGEXLISTFILE: Using /etc/pihole/regex.list
  317. [2019-02-22 01:17:16.658 543] SETUPVARSFILE: Using /etc/pihole/setupVars.conf
  318. [2019-02-22 01:17:16.658 543] AUDITLISTFILE: Using /etc/pihole/auditlog.list
  319. [2019-02-22 01:17:16.659 543] Finished config file parsing
  320. [2019-02-22 01:17:17.376 543] Database successfully initialized
  321.  
  322. -----tail of pihole-FTL.log------
  323. [2019-02-22 02:47:47.552 1587] SETUPVARSFILE: Using /etc/pihole/setupVars.conf
  324. [2019-02-22 02:47:47.552 1587] AUDITLISTFILE: Using /etc/pihole/auditlog.list
  325. [2019-02-22 02:47:47.552 1587] Finished config file parsing
  326. [2019-02-22 02:47:47.555 1587] Database successfully initialized
  327. [2019-02-22 02:47:47.557 1587] New forward server: 208.67.220.220 (0/4096)
  328. [2019-02-22 02:47:47.618 1587] Resizing "/FTL-queries" from 229376 to 458752
  329. [2019-02-22 02:47:47.685 1587] New forward server: 1.0.0.1 (1/4096)
  330. [2019-02-22 02:47:47.685 1587] New forward server: 10.141.165.1 (2/4096)
  331. [2019-02-22 02:47:47.687 1587] Resizing "/FTL-queries" from 458752 to 688128
  332. [2019-02-22 02:47:47.697 1587] Resizing "/FTL-strings" from 4096 to 8192
  333. [2019-02-22 02:47:47.759 1587] Resizing "/FTL-queries" from 688128 to 917504
  334. [2019-02-22 02:47:47.833 1587] Resizing "/FTL-queries" from 917504 to 1146880
  335. [2019-02-22 02:47:47.909 1587] Resizing "/FTL-queries" from 1146880 to 1376256
  336. [2019-02-22 02:47:47.978 1587] Resizing "/FTL-queries" from 1376256 to 1605632
  337. [2019-02-22 02:47:48.046 1587] Resizing "/FTL-queries" from 1605632 to 1835008
  338. [2019-02-22 02:47:48.115 1587] New forward server: 4.2.2.2 (3/4096)
  339. [2019-02-22 02:47:48.118 1587] Resizing "/FTL-queries" from 1835008 to 2064384
  340. [2019-02-22 02:47:48.192 1587] Resizing "/FTL-queries" from 2064384 to 2293760
  341. [2019-02-22 02:47:48.242 1587] Imported 39726 queries from the long-term database
  342. [2019-02-22 02:47:48.244 1587] -> Total DNS queries: 39726
  343. [2019-02-22 02:47:48.244 1587] -> Cached DNS queries: 106
  344. [2019-02-22 02:47:48.245 1587] -> Forwarded DNS queries: 33794
  345. [2019-02-22 02:47:48.245 1587] -> Exactly blocked DNS queries: 45
  346. [2019-02-22 02:47:48.245 1587] -> Unknown DNS queries: 5781
  347. [2019-02-22 02:47:48.245 1587] -> Unique domains: 301
  348. [2019-02-22 02:47:48.245 1587] -> Unique clients: 3
  349. [2019-02-22 02:47:48.245 1587] -> Known forward destinations: 4
  350. [2019-02-22 02:47:48.245 1587] Successfully accessed setupVars.conf
  351. [2019-02-22 02:47:48.255 1589] PID of FTL process: 1589
  352. [2019-02-22 02:47:48.256 1589] Listening on port 4711 for incoming IPv4 telnet connections
  353. [2019-02-22 02:47:48.257 1589] Listening on port 4711 for incoming IPv6 telnet connections
  354. [2019-02-22 02:47:48.258 1589] Listening on Unix socket
  355. [2019-02-22 02:47:48.262 1589] Compiled 0 Regex filters and 0 whitelisted domains in 0.2 msec (0 errors)
  356. [2019-02-22 02:47:48.264 1589] /etc/pihole/black.list: parsed 0 domains (took 0.2 ms)
  357. [2019-02-22 02:47:50.797 1589] /etc/pihole/gravity.list: parsed 112838 domains (took 2531.9 ms)
  358.  
  359. *** [ DIAGNOSING ]: contents of /dev/shm
  360. -rw------- 1 pihole pihole 2621440 Feb 22 02:47 /dev/shm/FTL-clients
  361. -rw------- 1 pihole pihole 108 Feb 22 02:47 /dev/shm/FTL-counters
  362. -rw------- 1 pihole pihole 131072 Feb 22 02:47 /dev/shm/FTL-domains
  363. -rw------- 1 pihole pihole 163840 Feb 22 02:47 /dev/shm/FTL-forwarded
  364. -rw------- 1 pihole pihole 28 Feb 22 02:47 /dev/shm/FTL-lock
  365. -rw------- 1 pihole pihole 8192 Feb 22 02:47 /dev/shm/FTL-overTime
  366. -rw------- 1 pihole pihole 2293760 Feb 22 02:59 /dev/shm/FTL-queries
  367. -rw------- 1 pihole pihole 8192 Feb 22 02:47 /dev/shm/FTL-strings
  368.  
  369. *** [ DIAGNOSING ]: Locale
  370. LANG=en_GB.UTF-8
  371.  
  372. *** [ DIAGNOSING ]: Pi-hole log
  373. -rw-r--r-- 1 pihole pihole 5184870 Feb 22 03:28 /var/log/pihole.log
  374. -----head of pihole.log------
  375. Feb 22 00:00:03 dnsmasq[1837]: query[PTR] lb._dns-sd._udp.0.165.141.10.in-addr.arpa from 10.141.165.1
  376. Feb 22 00:00:03 dnsmasq[1837]: forwarded lb._dns-sd._udp.0.165.141.10.in-addr.arpa to 10.141.165.1
  377. Feb 22 00:00:03 dnsmasq[1837]: query[PTR] lb._dns-sd._udp.0.165.141.10.in-addr.arpa from 10.141.165.1
  378. Feb 22 00:00:03 dnsmasq[1837]: forwarded lb._dns-sd._udp.0.165.141.10.in-addr.arpa to 10.141.165.1
  379. Feb 22 00:00:03 dnsmasq[1837]: query[PTR] 220.220.67.208.in-addr.arpa from 127.0.0.1
  380. Feb 22 00:00:03 dnsmasq[1837]: forwarded 220.220.67.208.in-addr.arpa to 1.0.0.1
  381. Feb 22 00:00:03 dnsmasq[1837]: forwarded 220.220.67.208.in-addr.arpa to 1.1.1.1
  382. Feb 22 00:00:03 dnsmasq[1837]: query[PTR] db._dns-sd._udp.0.165.141.10.in-addr.arpa from 10.141.165.1
  383. Feb 22 00:00:03 dnsmasq[1837]: forwarded db._dns-sd._udp.0.165.141.10.in-addr.arpa to 10.141.165.1
  384. Feb 22 00:00:03 dnsmasq[1837]: query[PTR] lb._dns-sd._udp.0.165.141.10.in-addr.arpa from 10.141.165.1
  385. Feb 22 00:00:03 dnsmasq[1837]: forwarded lb._dns-sd._udp.0.165.141.10.in-addr.arpa to 10.141.165.1
  386. Feb 22 00:00:03 dnsmasq[1837]: query[PTR] b._dns-sd._udp.0.165.141.10.in-addr.arpa from 10.141.165.1
  387. Feb 22 00:00:03 dnsmasq[1837]: forwarded b._dns-sd._udp.0.165.141.10.in-addr.arpa to 10.141.165.1
  388. Feb 22 00:00:03 dnsmasq[1837]: query[PTR] db._dns-sd._udp.0.165.141.10.in-addr.arpa from 10.141.165.1
  389. Feb 22 00:00:03 dnsmasq[1837]: forwarded db._dns-sd._udp.0.165.141.10.in-addr.arpa to 10.141.165.1
  390. Feb 22 00:00:03 dnsmasq[1837]: query[PTR] db._dns-sd._udp.0.165.141.10.in-addr.arpa from 10.141.165.1
  391. Feb 22 00:00:03 dnsmasq[1837]: forwarded db._dns-sd._udp.0.165.141.10.in-addr.arpa to 10.141.165.1
  392. Feb 22 00:00:03 dnsmasq[1837]: query[PTR] lb._dns-sd._udp.0.165.141.10.in-addr.arpa from 10.141.165.1
  393. Feb 22 00:00:03 dnsmasq[1837]: forwarded lb._dns-sd._udp.0.165.141.10.in-addr.arpa to 10.141.165.1
  394. Feb 22 00:00:03 dnsmasq[1837]: query[PTR] db._dns-sd._udp.0.165.141.10.in-addr.arpa from 10.141.165.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement