zockerlein

PiHole debug

Oct 28th, 2020 (edited)
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 20.89 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] 2020-10-28:17:45:11 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: v5.1.2 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  15. [i] Remotes: origin https://github.com/pi-hole/pi-hole.git (fetch)
  16.              origin https://github.com/pi-hole/pi-hole.git (push)
  17. [i] Branch: master
  18. [i] Commit: v5.1.2-0-g6b536b7
  19.  
  20. *** [ DIAGNOSING ]: Web version
  21. [i] Web: v5.1.1 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
  22. [i] Remotes: origin https://github.com/pi-hole/AdminLTE.git (fetch)
  23.              origin https://github.com/pi-hole/AdminLTE.git (push)
  24. [i] Branch: master
  25. [i] Commit: v5.1.1-0-ga03d1bd
  26.  
  27. *** [ DIAGNOSING ]: FTL version
  28. [] FTL: v5.2
  29.  
  30. *** [ DIAGNOSING ]: lighttpd version
  31. [i] 1.4.53
  32.  
  33. *** [ DIAGNOSING ]: php version
  34. [i] 7.3.19
  35.  
  36. *** [ DIAGNOSING ]: Operating system
  37. [] Distro:  Raspbian
  38. [] Version: 10
  39.  
  40. *** [ DIAGNOSING ]: SELinux
  41. [i] SELinux not detected
  42.  
  43. *** [ DIAGNOSING ]: Processor
  44. [] armv7l
  45.  
  46. *** [ DIAGNOSING ]: Networking
  47. [] IPv4 address(es) bound to the wlan0 interface:
  48.    192.168.2.122/24 matches the IP found in /etc/pihole/setupVars.conf
  49.  
  50. [] IPv6 address(es) bound to the wlan0 interface:
  51.    fd91:dab6:a2b2:1:3dda:f460:fb72:e2cb matches the IP found in /etc/pihole/setupVars.conf
  52.    fe80::b93c:1fa8:b4c2:6715 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)
  53.  
  54.    ^ Please note that you may have more than one IP address listed.
  55.    As long as one of them is green, and it matches what is in /etc/pihole/setupVars.conf, there is no need for concern.
  56.  
  57.    The link to the FAQ is for an issue that sometimes occurs when the IPv6 address changes, which is why we check for it.
  58.  
  59. [i] Default IPv4 gateway: 192.168.2.1
  60.    * Pinging 192.168.2.1...
  61. [] Gateway responded.
  62. [i] Default IPv6 gateway: fe80::e260:66ff:fe96:5220
  63.    * Pinging fe80::e260:66ff:fe96:5220...
  64. [] Gateway responded.
  65.  
  66. *** [ DIAGNOSING ]: Ports in use
  67. *:22 sshd (IPv4)
  68. *:22 sshd (IPv6)
  69. [80] is in use by lighttpd
  70. [80] is in use by lighttpd
  71. [53] is in use by pihole-FTL
  72. [53] is in use by pihole-FTL
  73. [4711] is in use by pihole-FTL
  74. [4711] is in use by pihole-FTL
  75.  
  76. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
  77. [] forstriko.com is 0.0.0.0 via localhost (127.0.0.1)
  78. [] forstriko.com is 0.0.0.0 via Pi-hole (192.168.2.122)
  79. [] doubleclick.com is 216.58.207.142 via a remote, public DNS server (8.8.8.8)
  80.  
  81. *** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
  82. [] ebanking.juliusbaeronline.com is :: via localhost (::1)
  83. [] ebanking.juliusbaeronline.com is :: via Pi-hole (fd91:dab6:a2b2:1:3dda:f460:fb72:e2cb)
  84. [] Failed to resolve doubleclick.com via a remote, public DNS server (2001:4860:4860::8888)
  85.  
  86. *** [ DIAGNOSING ]: Pi-hole processes
  87. [] lighttpd daemon is active
  88. [] pihole-FTL daemon is active
  89.  
  90. *** [ DIAGNOSING ]: Setup variables
  91.     PIHOLE_INTERFACE=wlan0
  92.     IPV4_ADDRESS=192.168.2.122/24
  93.     IPV6_ADDRESS=fd91:dab6:a2b2:1:3dda:f460:fb72:e2cb
  94.     PIHOLE_DNS_1=9.9.9.9
  95.     PIHOLE_DNS_2=149.112.112.112
  96.     QUERY_LOGGING=true
  97.     INSTALL_WEB_SERVER=true
  98.     INSTALL_WEB_INTERFACE=true
  99.     LIGHTTPD_ENABLED=true
  100.     BLOCKING_ENABLED=true
  101.     ADMIN_EMAIL=
  102.     WEBUIBOXEDLAYOUT=boxed
  103.     WEBTHEME=default-dark
  104.  
  105. *** [ DIAGNOSING ]: Dashboard and block page
  106. [] Block page X-Header: X-Pi-hole: A black hole for Internet advertisements.
  107. [] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
  108.  
  109. *** [ DIAGNOSING ]: Gravity List and Database
  110. -rw-rw-r-- 1 pihole pihole 5050368 Oct 27 18:57 /etc/pihole/gravity.db
  111.  
  112. *** [ DIAGNOSING ]: Info table
  113.    property              value                                  
  114.    --------------------  ----------------------------------------
  115.    version               12                                      
  116.    updated               1603825058                              
  117.    gravity_count         84363                                  
  118.    Last gravity run finished at: Tue Oct 27 18:57:38 GMT 2020
  119.  
  120.    ----- First 10 Gravity Domains -----
  121.    localhost.localdomain
  122.    n2019cov.000webhostapp.com
  123.    webmail-who-int.000webhostapp.com
  124.    010sec.com
  125.    01mspmd5yalky8.com
  126.    0byv9mgbn0.com
  127.    ns6.0pendns.org
  128.    dns.0pengl.com
  129.    ios.0pengl.com
  130.    0x4fc271.tk
  131.  
  132.  
  133. *** [ DIAGNOSING ]: Groups
  134.    id    enabled  name                                                date_added           date_modified        description                                      
  135.    ----  -------  --------------------------------------------------  -------------------  -------------------  --------------------------------------------------
  136.    0           1  Default                                             2020-10-25 09:55:52  2020-10-25 09:55:52  The default group                                
  137.  
  138. *** [ DIAGNOSING ]: Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)
  139.    id    type  enabled  group_ids     domain                                                                                                date_added           date_modified        comment                                          
  140.    ----  ----  -------  ------------  ----------------------------------------------------------------------------------------------------  -------------------  -------------------  --------------------------------------------------
  141.    1       2         1  0             (\.|^)easy\.box$                                                                                      2020-10-25 19:58:04  2020-10-25 19:58:04                                                    
  142.  
  143. *** [ DIAGNOSING ]: Clients
  144.  
  145. *** [ DIAGNOSING ]: Adlists
  146.    id    enabled  group_ids     address                                                                                               date_added           date_modified        comment                                          
  147.    ----  -------  ------------  ----------------------------------------------------------------------------------------------------  -------------------  -------------------  --------------------------------------------------
  148.    1           1  0             https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts                                      2020-10-25 09:55:52  2020-10-25 09:55:52  Migrated from /etc/pihole/adlists.list            
  149.    2           1  0             https://mirror1.malwaredomains.com/files/justdomains                                                  2020-10-25 09:55:52  2020-10-25 09:55:52  Migrated from /etc/pihole/adlists.list            
  150.  
  151. *** [ DIAGNOSING ]: contents of /etc/pihole
  152.  
  153. -rw-r--r-- 1 root root 142 Oct 27 18:57 /etc/pihole/local.list
  154.    192.168.2.122 raspberrypi
  155.    fd91:dab6:a2b2:1:3dda:f460:fb72:e2cb raspberrypi
  156.    192.168.2.122 pi.hole
  157.    fd91:dab6:a2b2:1:3dda:f460:fb72:e2cb pi.hole
  158.  
  159. -rw-r--r-- 1 root root 234 Oct 25 09:55 /etc/pihole/logrotate
  160.    /var/log/pihole.log {
  161.     su root root
  162.     daily
  163.     copytruncate
  164.     rotate 5
  165.     compress
  166.     delaycompress
  167.     notifempty
  168.     nomail
  169.    }
  170.    /var/log/pihole-FTL.log {
  171.     su root root
  172.     weekly
  173.     copytruncate
  174.     rotate 3
  175.     compress
  176.     delaycompress
  177.     notifempty
  178.     nomail
  179.    }
  180.  
  181. -rw-rw-r-- 1 pihole root 15 Oct 25 09:55 /etc/pihole/pihole-FTL.conf
  182.    PRIVACYLEVEL=0
  183.  
  184. *** [ DIAGNOSING ]: contents of /etc/dnsmasq.d
  185.  
  186. -rw-r--r-- 1 root root 1394 Oct 25 09:55 /etc/dnsmasq.d/01-pihole.conf
  187.    addn-hosts=/etc/pihole/local.list
  188.    addn-hosts=/etc/pihole/custom.list
  189.    localise-queries
  190.    no-resolv
  191.    cache-size=10000
  192.    log-queries
  193.    log-facility=/var/log/pihole.log
  194.    local-ttl=2
  195.    log-async
  196.    server=9.9.9.9
  197.    server=149.112.112.112
  198.    interface=wlan0
  199.    server=/use-application-dns.net/
  200.  
  201. *** [ DIAGNOSING ]: contents of /etc/lighttpd
  202.  
  203. -rw-r--r-- 1 root root 0 Oct 25 09:55 /etc/lighttpd/external.conf
  204.  
  205. -rw-r--r-- 1 root root 4066 Oct 25 09:55 /etc/lighttpd/lighttpd.conf
  206.    server.modules = (
  207.        "mod_access",
  208.        "mod_accesslog",
  209.        "mod_auth",
  210.        "mod_expire",
  211.        "mod_compress",
  212.        "mod_redirect",
  213.        "mod_setenv",
  214.        "mod_rewrite"
  215.    )
  216.    server.document-root        = "/var/www/html"
  217.    server.error-handler-404    = "/pihole/index.php"
  218.    server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )
  219.    server.errorlog             = "/var/log/lighttpd/error.log"
  220.    server.pid-file             = "/run/lighttpd.pid"
  221.    server.username             = "www-data"
  222.    server.groupname            = "www-data"
  223.    server.port                 = 80
  224.    accesslog.filename          = "/var/log/lighttpd/access.log"
  225.    accesslog.format            = "%{%s}t|%V|%r|%s|%b"
  226.    index-file.names            = ( "index.php", "index.html", "index.lighttpd.html" )
  227.    url.access-deny             = ( "~", ".inc", ".md", ".yml", ".ini" )
  228.    static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
  229.    compress.cache-dir = "/var/cache/lighttpd/compress/"
  230.    compress.filetype  = (
  231.        "application/json",
  232.        "application/vnd.ms-fontobject",
  233.        "application/xml",
  234.        "font/eot",
  235.        "font/opentype",
  236.        "font/otf",
  237.        "font/ttf",
  238.        "image/bmp",
  239.        "image/svg+xml",
  240.        "image/vnd.microsoft.icon",
  241.        "image/x-icon",
  242.        "text/css",
  243.        "text/html",
  244.        "text/javascript",
  245.        "text/plain",
  246.        "text/xml"
  247.    )
  248.    mimetype.assign = (
  249.        ".ico"   => "image/x-icon",
  250.        ".jpeg"  => "image/jpeg",
  251.        ".jpg"   => "image/jpeg",
  252.        ".png"   => "image/png",
  253.        ".svg"   => "image/svg+xml",
  254.        ".css"   => "text/css; charset=utf-8",
  255.        ".html"  => "text/html; charset=utf-8",
  256.        ".js"    => "text/javascript; charset=utf-8",
  257.        ".json"  => "application/json; charset=utf-8",
  258.        ".map"   => "application/json; charset=utf-8",
  259.        ".txt"   => "text/plain; charset=utf-8",
  260.        ".eot"   => "application/vnd.ms-fontobject",
  261.        ".otf"   => "font/otf",
  262.        ".ttc"   => "font/collection",
  263.        ".ttf"   => "font/ttf",
  264.        ".woff"  => "font/woff",
  265.        ".woff2" => "font/woff2"
  266.    )
  267.    include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
  268.    include_shell "find /etc/lighttpd/conf-enabled -name '*.conf' -a ! -name 'letsencrypt.conf' -printf 'include \"%p\"
  269. ' 2>/dev/null"
  270.    $HTTP["url"] =~ "^/admin/" {
  271.        
  272.        setenv.add-response-header = (
  273.            "X-Pi-hole" => "The Pi-hole Web interface is working!",
  274.            "X-Frame-Options" => "DENY"
  275.        )
  276.        $HTTP["url"] =~ "\.(eot|otf|tt[cf]|woff2?)$" {
  277.            
  278.            setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
  279.        }
  280.    }
  281.    $HTTP["url"] =~ "^/admin/\.(.*)" {
  282.        url.access-deny = ("")
  283.    }
  284.    expire.url = ( "" => "access plus 0 seconds" )
  285.    include_shell "cat external.conf 2>/dev/null"
  286.  
  287. *** [ DIAGNOSING ]: contents of /etc/cron.d
  288.  
  289. -rw-r--r-- 1 root root 1755 Oct 25 09:55 /etc/cron.d/pihole
  290.    15 3   * * 7   root    PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updateGravity >/var/log/pihole_updateGravity.log || cat /var/log/pihole_updateGravity.log
  291.    00 00   * * *   root    PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole flush once quiet
  292.    @reboot root /usr/sbin/logrotate /etc/pihole/logrotate
  293.    */10 *  * * *   root    PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker local
  294.    47 16  * * *   root    PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker remote
  295.    @reboot root    PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker remote reboot
  296.  
  297. *** [ DIAGNOSING ]: contents of /var/log/lighttpd
  298.  
  299. -rw-r--r-- 1 www-data www-data 1376 Oct 28 09:25 /var/log/lighttpd/error.log
  300.    2020-10-25 09:54:31: (server.c.1464) server started (lighttpd/1.4.53)
  301.    2020-10-25 09:55:39: (server.c.2059) server stopped by UID = 0 PID = 1
  302.    2020-10-25 09:55:40: (server.c.1464) server started (lighttpd/1.4.53)
  303.    2020-10-27 18:39:17: (server.c.1464) server started (lighttpd/1.4.53)
  304.    2020-10-27 20:06:29: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice:  Undefined offset: 0 in /var/www/html/pihole/index.php on line 227
  305.    2020-10-27 20:06:29: (mod_fastcgi.c.421) FastCGI-stderr: PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /var/www/html/pihole/index.php on line 228
  306.    2020-10-27 20:20:57: (server.c.2059) server stopped by UID = 0 PID = 1
  307.    2020-10-27 20:21:14: (server.c.1464) server started (lighttpd/1.4.53)
  308.    2020-10-28 09:25:54: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice:  Undefined offset: 0 in /var/www/html/pihole/index.php on line 227
  309.    2020-10-28 09:25:54: (mod_fastcgi.c.421) FastCGI-stderr: PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /var/www/html/pihole/index.php on line 228
  310.    2020-10-28 09:25:55: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice:  Undefined offset: 0 in /var/www/html/pihole/index.php on line 227
  311.    2020-10-28 09:25:55: (mod_fastcgi.c.421) FastCGI-stderr: PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /var/www/html/pihole/index.php on line 228
  312.  
  313. *** [ DIAGNOSING ]: contents of /var/log
  314.  
  315. -rw-r--r-- 1 pihole pihole 1603 Oct 28 17:39 /var/log/pihole-FTL.log
  316.    -----head of pihole-FTL.log------
  317.    [2020-10-28 04:34:43.296 661M] Resizing "/FTL-dns-cache" from 8192 to 12288
  318.    [2020-10-28 04:40:56.097 661M] Resizing "/FTL-strings" from 28672 to 32768
  319.    [2020-10-28 07:19:51.043 661M] Resizing "/FTL-dns-cache" from 12288 to 16384
  320.    [2020-10-28 07:21:34.031 661M] Resizing "/FTL-strings" from 32768 to 36864
  321.    [2020-10-28 07:23:52.129 661M] Resizing "/FTL-dns-cache" from 16384 to 20480
  322.    [2020-10-28 07:24:50.844 661M] Resizing "/FTL-strings" from 36864 to 40960
  323.    [2020-10-28 09:06:57.136 661M] Resizing "/FTL-dns-cache" from 20480 to 24576
  324.    [2020-10-28 09:25:52.294 661M] Resizing "/FTL-strings" from 40960 to 45056
  325.    [2020-10-28 09:37:10.529 661M] Resizing "/FTL-dns-cache" from 24576 to 28672
  326.    [2020-10-28 10:20:54.455 661M] Resizing "/FTL-dns-cache" from 28672 to 32768
  327.    [2020-10-28 10:39:56.368 661M] Resizing "/FTL-strings" from 45056 to 49152
  328.    [2020-10-28 10:42:18.287 661M] Resizing "/FTL-dns-cache" from 32768 to 36864
  329.    [2020-10-28 11:56:01.224 661M] Resizing "/FTL-strings" from 49152 to 53248
  330.    [2020-10-28 11:56:19.312 661M] Resizing "/FTL-dns-cache" from 36864 to 40960
  331.    [2020-10-28 13:00:48.631 661M] Resizing "/FTL-dns-cache" from 40960 to 45056
  332.    [2020-10-28 13:47:41.930 661M] Resizing "/FTL-strings" from 53248 to 57344
  333.    [2020-10-28 14:45:59.080 661M] Resizing "/FTL-queries" from 917504 to 1146880
  334.    [2020-10-28 14:49:59.090 661M] Resizing "/FTL-dns-cache" from 45056 to 49152
  335.    [2020-10-28 16:24:30.837 661M] Resizing "/FTL-strings" from 57344 to 61440
  336.    [2020-10-28 16:38:22.732 661M] Resizing "/FTL-queries" from 1146880 to 1376256
  337.    [2020-10-28 17:39:43.994 661M] Resizing "/FTL-dns-cache" from 49152 to 53248
  338.  
  339.    -----tail of pihole-FTL.log------
  340.    [2020-10-28 04:34:43.296 661M] Resizing "/FTL-dns-cache" from 8192 to 12288
  341.    [2020-10-28 04:40:56.097 661M] Resizing "/FTL-strings" from 28672 to 32768
  342.    [2020-10-28 07:19:51.043 661M] Resizing "/FTL-dns-cache" from 12288 to 16384
  343.    [2020-10-28 07:21:34.031 661M] Resizing "/FTL-strings" from 32768 to 36864
  344.    [2020-10-28 07:23:52.129 661M] Resizing "/FTL-dns-cache" from 16384 to 20480
  345.    [2020-10-28 07:24:50.844 661M] Resizing "/FTL-strings" from 36864 to 40960
  346.    [2020-10-28 09:06:57.136 661M] Resizing "/FTL-dns-cache" from 20480 to 24576
  347.    [2020-10-28 09:25:52.294 661M] Resizing "/FTL-strings" from 40960 to 45056
  348.    [2020-10-28 09:37:10.529 661M] Resizing "/FTL-dns-cache" from 24576 to 28672
  349.    [2020-10-28 10:20:54.455 661M] Resizing "/FTL-dns-cache" from 28672 to 32768
  350.    [2020-10-28 10:39:56.368 661M] Resizing "/FTL-strings" from 45056 to 49152
  351.    [2020-10-28 10:42:18.287 661M] Resizing "/FTL-dns-cache" from 32768 to 36864
  352.    [2020-10-28 11:56:01.224 661M] Resizing "/FTL-strings" from 49152 to 53248
  353.    [2020-10-28 11:56:19.312 661M] Resizing "/FTL-dns-cache" from 36864 to 40960
  354.    [2020-10-28 13:00:48.631 661M] Resizing "/FTL-dns-cache" from 40960 to 45056
  355.    [2020-10-28 13:47:41.930 661M] Resizing "/FTL-strings" from 53248 to 57344
  356.    [2020-10-28 14:45:59.080 661M] Resizing "/FTL-queries" from 917504 to 1146880
  357.    [2020-10-28 14:49:59.090 661M] Resizing "/FTL-dns-cache" from 45056 to 49152
  358.    [2020-10-28 16:24:30.837 661M] Resizing "/FTL-strings" from 57344 to 61440
  359.    [2020-10-28 16:38:22.732 661M] Resizing "/FTL-queries" from 1146880 to 1376256
  360.    [2020-10-28 17:39:43.994 661M] Resizing "/FTL-dns-cache" from 49152 to 53248
  361.  
  362. *** [ DIAGNOSING ]: contents of /dev/shm
  363. -rw------- 1 pihole pihole 323584 Oct 27 20:21 /dev/shm/FTL-clients
  364. -rw------- 1 pihole pihole 144 Oct 27 20:21 /dev/shm/FTL-counters
  365. -rw------- 1 pihole pihole 53248 Oct 28 17:39 /dev/shm/FTL-dns-cache
  366. -rw------- 1 pihole pihole 65536 Oct 27 20:21 /dev/shm/FTL-domains
  367. -rw------- 1 pihole pihole 28 Oct 27 20:21 /dev/shm/FTL-lock
  368. -rw------- 1 pihole pihole 77824 Oct 27 20:21 /dev/shm/FTL-overTime
  369. -rw------- 1 pihole pihole 4096 Oct 27 20:21 /dev/shm/FTL-per-client-regex
  370. -rw------- 1 pihole pihole 1376256 Oct 28 16:59 /dev/shm/FTL-queries
  371. -rw------- 1 pihole pihole 12 Oct 27 20:21 /dev/shm/FTL-settings
  372. -rw------- 1 pihole pihole 61440 Oct 28 16:24 /dev/shm/FTL-strings
  373. -rw------- 1 pihole pihole 20480 Oct 27 20:21 /dev/shm/FTL-upstreams
  374.  
  375. *** [ DIAGNOSING ]: Locale
  376.     LANG=
  377.  
  378. *** [ DIAGNOSING ]: Pi-hole log
  379. -rw-r--r-- 1 pihole pihole 6678806 Oct 28 17:45 /var/log/pihole.log
  380.    -----head of pihole.log------
  381.    Oct 28 00:00:04 dnsmasq[661]: query[SRV] _sip._udp.mplus.ims.vodafone.com from 192.168.2.138
  382.    Oct 28 00:00:04 dnsmasq[661]: cached _sip._udp.mplus.ims.vodafone.com is <SRV>
  383.    Oct 28 00:00:04 dnsmasq[661]: query[AAAA] mplusps.ims.vodafone.com from 192.168.2.138
  384.    Oct 28 00:00:04 dnsmasq[661]: cached mplusps.ims.vodafone.com is NODATA-IPv6
  385.    Oct 28 00:00:12 dnsmasq[661]: query[A] b.i.instagram.com from 192.168.2.138
  386.    Oct 28 00:00:12 dnsmasq[661]: forwarded b.i.instagram.com to 149.112.112.112
  387.    Oct 28 00:00:12 dnsmasq[661]: reply b.i.instagram.com is <CNAME>
  388.    Oct 28 00:00:12 dnsmasq[661]: reply z-p42-instagram.c10r.facebook.com is 185.60.216.174
  389.    Oct 28 00:01:12 dnsmasq[661]: query[A] b.i.instagram.com from 192.168.2.138
  390.    Oct 28 00:01:12 dnsmasq[661]: cached b.i.instagram.com is <CNAME>
  391.    Oct 28 00:01:12 dnsmasq[661]: forwarded b.i.instagram.com to 149.112.112.112
  392.    Oct 28 00:01:12 dnsmasq[661]: reply b.i.instagram.com is <CNAME>
  393.    Oct 28 00:01:12 dnsmasq[661]: reply z-p42-instagram.c10r.facebook.com is 185.60.216.174
  394.    Oct 28 00:01:17 dnsmasq[661]: query[AAAA] graph.instagram.com from 192.168.2.138
  395.    Oct 28 00:01:17 dnsmasq[661]: forwarded graph.instagram.com to 149.112.112.112
  396.    Oct 28 00:01:17 dnsmasq[661]: reply graph.instagram.com is <CNAME>
  397.    Oct 28 00:01:17 dnsmasq[661]: reply instagram.c10r.facebook.com is 2a03:2880:f22d:c4:face:b00c:0:43fe
  398.    Oct 28 00:01:17 dnsmasq[661]: query[A] graph.instagram.com from 192.168.2.138
  399.    Oct 28 00:01:17 dnsmasq[661]: cached graph.instagram.com is <CNAME>
  400.    Oct 28 00:01:17 dnsmasq[661]: forwarded graph.instagram.com to 149.112.112.112
  401.  
  402.  
  403. ********************************************
  404. ********************************************
  405. [] ** FINISHED DEBUGGING! **
  406.  
  407.     * The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only.
  408.     * For more information, see: https://pi-hole.net/2016/11/07/crack-our-medical-tricorder-win-a-raspberry-pi-3/
  409.     * If available, we'll use openssl to upload the log, otherwise it will fall back to netcat.
  410. [i] Debug script running in automated mode
  411.    * Using curl for transmission.
  412.  
  413. ***********************************
  414. ***********************************
  415. [✓] Your debug token is: https://tricorder.pi-hole.net/5wql2alu06
  416. ***********************************
  417. ***********************************
  418.  
  419.   * Provide the token above to the Pi-hole team for assistance at
  420.   * https://discourse.pi-hole.net
  421.   * Your log will self-destruct on our server after 48 hours.
  422.   * A local copy of the debug log can be found at: /var/log/pihole_debug.log
  423.  
Add Comment
Please, Sign In to add comment