<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I've been trying to use DNSSEC with dnsmasq for some time. It
      mostly works (after fixing the problem I reported, and Simon fixed
      - see <a moz-do-not-send="true"
href="https://www.mail-archive.com/dnsmasq-discuss@lists.thekelleys.org.uk/msg13009.html">here</a>).
      But I have reliability problems with it.</p>
    <p>It seems to get into some mode where all replies return as
      invalid. That persists for a while and then fixes itself.
      Restarting dnsmasq does not fix it. So, I'm guessing it's either
      my configuration or something to do with my upstream.</p>
    <p>Below are my configuration files and a log of the problem. I'm
      running dnsmasq 2.80 + the above patch on FreeBSD 12-stable.</p>
    <p>Does anybody have any suggestions, please?</p>
    <p>Thanks in advance for any help,</p>
    <p>    Graham</p>
    <p>------------------------------------------------------</p>
    <p><br>
    </p>
    <p>Config file:</p>
    <p>conf-file=/etc/dnsmasq-conf.conf<br>
      resolv-file=/etc/dnsmasq-resolv.conf<br>
      <br>
      server=8.8.8.8<br>
      server=8.8.4.4<br>
      <br>
      # use DNSSEC<br>
      dnssec<br>
trust-anchor=.,19036,8,2,49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5<br>
trust-anchor=.,20326,8,2,E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D<br>
      dnssec-check-unsigned<br>
      <br>
      # filter what we send upstream<br>
      domain-needed<br>
      bogus-priv<br>
      localise-queries<br>
      log-queries<br>
      log-facility=/tmp/dns.log<br>
      <br>
      # allow /etc/hosts and dhcp lookups via *.lan<br>
      domain=menhennitt.com.au<br>
      expand-hosts<br>
      no-negcache<br>
      <br>
      # enable dhcp (start,end,netmask,leasetime)<br>
      dhcp-authoritative<br>
      dhcp-range=re0,203.3.73.51,203.3.73.90,255.255.255.0,12h<br>
      # default route(s)<br>
      dhcp-option=3,203.3.73.1<br>
      <br>
      # use /etc/ethers for static hosts; same format as --dhcp-host<br>
      # <hwaddr> <ipaddr><br>
      read-ethers</p>
    <p>------------------------------------------------------</p>
    <p>contents of /etc/dnsmasq-conf.conf:</p>
    <p># Generated by resolvconf<br>
      server=/Home/203.3.73.1</p>
    <p>------------------------------------------------------</p>
    <p>contents of /etc/dnsmasq-resolv.conf:</p>
    <p># Generated by resolvconf<br>
      nameserver 203.3.73.1<br>
    </p>
    <p>------------------------------------------------------</p>
    <p>Log of failures:</p>
    <p>Sep  7 16:11:43 dnsmasq[52233]: started, version 2.80 cachesize
      150<br>
      Sep  7 16:11:43 dnsmasq[52233]: compile time options: IPv6
      GNU-getopt no-DBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP no-conntrack
      ipset auth DNSSEC loop-detect no-inotify dumpfile<br>
      Sep  7 16:11:43 dnsmasq[52233]: DNSSEC validation enabled<br>
      Sep  7 16:11:43 dnsmasq[52233]: configured with trust anchor for
      <root> keytag 20326<br>
      Sep  7 16:11:43 dnsmasq[52233]: configured with trust anchor for
      <root> keytag 19036<br>
      Sep  7 16:11:43 dnsmasq-dhcp[52233]: DHCP, IP range 203.3.73.51 --
      203.3.73.90, lease time 12h<br>
      Sep  7 16:11:43 dnsmasq[52233]: using nameserver 8.8.4.4#53<br>
      Sep  7 16:11:43 dnsmasq[52233]: using nameserver 8.8.8.8#53<br>
      Sep  7 16:11:43 dnsmasq[52233]: using nameserver 203.3.73.1#53 for
      domain home (no DNSSEC)<br>
      Sep  7 16:11:43 dnsmasq[52233]: reading /etc/dnsmasq-resolv.conf<br>
      Sep  7 16:11:43 dnsmasq[52233]: using nameserver 8.8.4.4#53<br>
      Sep  7 16:11:43 dnsmasq[52233]: using nameserver 8.8.8.8#53<br>
      Sep  7 16:11:43 dnsmasq[52233]: using nameserver 203.3.73.1#53 for
      domain home (no DNSSEC)<br>
      Sep  7 16:11:43 dnsmasq[52233]: using nameserver 203.3.73.1#53<br>
      Sep  7 16:11:43 dnsmasq[52233]: read /etc/hosts - 4 addresses<br>
      Sep  7 16:11:43 dnsmasq-dhcp[52233]: failed to read /etc/ethers:
      No such file or directory<br>
      Sep  7 16:11:44 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:44 dnsmasq[52233]: forwarded a.root-servers.net to
      8.8.4.4<br>
      Sep  7 16:11:44 dnsmasq[52233]: forwarded a.root-servers.net to
      8.8.8.8<br>
      Sep  7 16:11:44 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:44 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:44 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:44 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:44 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:45 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:45 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:45 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:45 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:45 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:45 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:46 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:46 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:46 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:46 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:46 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:46 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:47 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:47 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:47 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:47 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:47 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:47 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:48 dnsmasq[52233]: query[A] time.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:48 dnsmasq[52233]: forwarded time.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: validation time.nist.gov is BOGUS<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply time.nist.gov is
      <CNAME><br>
      Sep  7 16:11:48 dnsmasq[52233]: reply ntp1.glb.nist.gov is
      132.163.97.6<br>
      Sep  7 16:11:48 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:48 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: query[A] time-a.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:48 dnsmasq[52233]: forwarded time-a.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: validation time-a.nist.gov is
      BOGUS<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply time-a.nist.gov is
      <CNAME><br>
      Sep  7 16:11:48 dnsmasq[52233]: reply time-a-g.nist.gov is
      129.6.15.28<br>
      Sep  7 16:11:48 dnsmasq[52233]: query[A] time-b.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:48 dnsmasq[52233]: forwarded time-b.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: validation time-b.nist.gov is
      BOGUS<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply time-b.nist.gov is
      <CNAME><br>
      Sep  7 16:11:48 dnsmasq[52233]: reply time-b-g.nist.gov is
      129.6.15.29<br>
      Sep  7 16:11:48 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:48 dnsmasq[52233]: query[A] time-nw.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:48 dnsmasq[52233]: forwarded time-nw.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: validation time-nw.nist.gov is
      BOGUS<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply time-nw.nist.gov is
      131.107.13.100<br>
      Sep  7 16:11:48 dnsmasq[52233]: query[A] au.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:11:48 dnsmasq[52233]: forwarded au.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: validation au.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply au.pool.ntp.org is
      129.250.35.250<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply au.pool.ntp.org is
      3.104.76.50<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply au.pool.ntp.org is
      144.48.166.166<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply au.pool.ntp.org is
      220.158.215.20<br>
      Sep  7 16:11:48 dnsmasq[52233]: query[A] nz.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:11:48 dnsmasq[52233]: forwarded nz.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: validation nz.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.68.69<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.4<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.5<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply nz.pool.ntp.org is
      122.252.188.99<br>
      Sep  7 16:11:48 dnsmasq[52233]: query[A] freebsd.org from
      127.0.0.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: forwarded freebsd.org to
      203.3.73.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: validation freebsd.org is BOGUS<br>
      Sep  7 16:11:48 dnsmasq[52233]: reply freebsd.org is 96.47.72.84<br>
      Sep  7 16:11:48 dnsmasq[52233]: query[A] freebsd.org.Home from
      127.0.0.1<br>
      Sep  7 16:11:48 dnsmasq[52233]: forwarded freebsd.org.Home to
      203.3.73.1<br>
      Sep  7 16:11:49 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:49 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:49 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:49 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:49 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:49 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:50 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:50 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:50 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:50 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:50 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:50 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:51 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:51 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:51 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:51 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:51 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:51 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:52 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:52 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:52 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:52 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:52 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:52 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:53 dnsmasq[52233]: query[A] time.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:53 dnsmasq[52233]: forwarded time.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: validation time.nist.gov is BOGUS<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply time.nist.gov is
      <CNAME><br>
      Sep  7 16:11:53 dnsmasq[52233]: reply ntp1.glb.nist.gov is
      132.163.97.6<br>
      Sep  7 16:11:53 dnsmasq[52233]: query[A] time-a.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:53 dnsmasq[52233]: forwarded time-a.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: validation time-a.nist.gov is
      BOGUS<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply time-a.nist.gov is
      <CNAME><br>
      Sep  7 16:11:53 dnsmasq[52233]: reply time-a-g.nist.gov is
      129.6.15.28<br>
      Sep  7 16:11:53 dnsmasq[52233]: query[A] time-b.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:53 dnsmasq[52233]: forwarded time-b.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: validation time-b.nist.gov is
      BOGUS<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply time-b.nist.gov is
      <CNAME><br>
      Sep  7 16:11:53 dnsmasq[52233]: reply time-b-g.nist.gov is
      129.6.15.29<br>
      Sep  7 16:11:53 dnsmasq[52233]: query[A] time-nw.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:53 dnsmasq[52233]: forwarded time-nw.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: validation time-nw.nist.gov is
      BOGUS<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply time-nw.nist.gov is
      131.107.13.100<br>
      Sep  7 16:11:53 dnsmasq[52233]: query[A] au.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:11:53 dnsmasq[52233]: forwarded au.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:53 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: validation au.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply au.pool.ntp.org is
      129.250.35.250<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply au.pool.ntp.org is
      3.104.76.50<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply au.pool.ntp.org is
      144.48.166.166<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply au.pool.ntp.org is
      220.158.215.20<br>
      Sep  7 16:11:53 dnsmasq[52233]: query[A] nz.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:11:53 dnsmasq[52233]: forwarded nz.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:53 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:53 dnsmasq[52233]: validation nz.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.68.69<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.4<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.5<br>
      Sep  7 16:11:53 dnsmasq[52233]: reply nz.pool.ntp.org is
      122.252.188.99<br>
      Sep  7 16:11:54 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:54 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:54 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:54 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:54 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:54 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:56 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:56 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:56 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:56 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:56 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:56 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:57 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:57 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:57 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:57 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:57 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:57 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:58 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:58 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:11:58 dnsmasq[52233]: query[A] time.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:58 dnsmasq[52233]: forwarded time.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: validation time.nist.gov is BOGUS<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply time.nist.gov is
      <CNAME><br>
      Sep  7 16:11:58 dnsmasq[52233]: reply ntp1.glb.nist.gov is
      132.163.97.3<br>
      Sep  7 16:11:58 dnsmasq[52233]: query[A] time-a.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:58 dnsmasq[52233]: forwarded time-a.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: validation time-a.nist.gov is
      BOGUS<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply time-a.nist.gov is
      <CNAME><br>
      Sep  7 16:11:58 dnsmasq[52233]: reply time-a-g.nist.gov is
      129.6.15.28<br>
      Sep  7 16:11:58 dnsmasq[52233]: query[A] time-b.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:58 dnsmasq[52233]: forwarded time-b.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: validation time-b.nist.gov is
      BOGUS<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply time-b.nist.gov is
      <CNAME><br>
      Sep  7 16:11:58 dnsmasq[52233]: reply time-b-g.nist.gov is
      129.6.15.29<br>
      Sep  7 16:11:58 dnsmasq[52233]: query[A] time-nw.nist.gov from
      203.3.73.71<br>
      Sep  7 16:11:58 dnsmasq[52233]: forwarded time-nw.nist.gov to
      203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: validation time-nw.nist.gov is
      BOGUS<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply time-nw.nist.gov is
      131.107.13.100<br>
      Sep  7 16:11:58 dnsmasq[52233]: query[A] au.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:11:58 dnsmasq[52233]: forwarded au.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: validation au.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply au.pool.ntp.org is
      129.250.35.250<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply au.pool.ntp.org is
      3.104.76.50<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply au.pool.ntp.org is
      144.48.166.166<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply au.pool.ntp.org is
      220.158.215.20<br>
      Sep  7 16:11:58 dnsmasq[52233]: query[A] nz.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:11:58 dnsmasq[52233]: forwarded nz.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:58 dnsmasq[52233]: validation nz.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.68.69<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.4<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.5<br>
      Sep  7 16:11:58 dnsmasq[52233]: reply nz.pool.ntp.org is
      122.252.188.99<br>
      Sep  7 16:11:59 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:11:59 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:11:59 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:11:59 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:11:59 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:11:59 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:00 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:00 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:00 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:00 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:00 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:00 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:01 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:01 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:01 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:01 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:01 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:01 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:02 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:02 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:02 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:02 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:02 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:02 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:03 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:03 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:03 dnsmasq[52233]: query[A] time.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:03 dnsmasq[52233]: forwarded time.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: validation time.nist.gov is BOGUS<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply time.nist.gov is
      <CNAME><br>
      Sep  7 16:12:03 dnsmasq[52233]: reply ntp1.glb.nist.gov is
      132.163.97.3<br>
      Sep  7 16:12:03 dnsmasq[52233]: query[A] time-a.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:03 dnsmasq[52233]: forwarded time-a.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: validation time-a.nist.gov is
      BOGUS<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply time-a.nist.gov is
      <CNAME><br>
      Sep  7 16:12:03 dnsmasq[52233]: reply time-a-g.nist.gov is
      129.6.15.28<br>
      Sep  7 16:12:03 dnsmasq[52233]: query[A] time-b.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:03 dnsmasq[52233]: forwarded time-b.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: validation time-b.nist.gov is
      BOGUS<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply time-b.nist.gov is
      <CNAME><br>
      Sep  7 16:12:03 dnsmasq[52233]: reply time-b-g.nist.gov is
      129.6.15.29<br>
      Sep  7 16:12:03 dnsmasq[52233]: query[A] time-nw.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:03 dnsmasq[52233]: forwarded time-nw.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: validation time-nw.nist.gov is
      BOGUS<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply time-nw.nist.gov is
      131.107.13.100<br>
      Sep  7 16:12:03 dnsmasq[52233]: query[A] au.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:03 dnsmasq[52233]: forwarded au.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: validation au.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply au.pool.ntp.org is
      129.250.35.250<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply au.pool.ntp.org is
      3.104.76.50<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply au.pool.ntp.org is
      144.48.166.166<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply au.pool.ntp.org is
      220.158.215.20<br>
      Sep  7 16:12:03 dnsmasq[52233]: query[A] nz.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:03 dnsmasq[52233]: forwarded nz.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:03 dnsmasq[52233]: validation nz.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.68.69<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.4<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.5<br>
      Sep  7 16:12:03 dnsmasq[52233]: reply nz.pool.ntp.org is
      122.252.188.99<br>
      Sep  7 16:12:04 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:04 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:04 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:04 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:04 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:04 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:05 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:05 dnsmasq[52233]: forwarded a.root-servers.net to
      8.8.4.4<br>
      Sep  7 16:12:05 dnsmasq[52233]: forwarded a.root-servers.net to
      8.8.8.8<br>
      Sep  7 16:12:05 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:05 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:05 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:05 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:05 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:06 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:06 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:06 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:06 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:06 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:06 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:07 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:07 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:07 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:07 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:07 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:07 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:08 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:08 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:08 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:08 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:08 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:08 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:09 dnsmasq[52233]: query[A] time.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:09 dnsmasq[52233]: forwarded time.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: validation time.nist.gov is BOGUS<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply time.nist.gov is
      <CNAME><br>
      Sep  7 16:12:09 dnsmasq[52233]: reply ntp1.glb.nist.gov is
      132.163.97.3<br>
      Sep  7 16:12:09 dnsmasq[52233]: query[A] time-a.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:09 dnsmasq[52233]: forwarded time-a.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: validation time-a.nist.gov is
      BOGUS<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply time-a.nist.gov is
      <CNAME><br>
      Sep  7 16:12:09 dnsmasq[52233]: reply time-a-g.nist.gov is
      129.6.15.28<br>
      Sep  7 16:12:09 dnsmasq[52233]: query[A] time-b.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:09 dnsmasq[52233]: forwarded time-b.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: validation time-b.nist.gov is
      BOGUS<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply time-b.nist.gov is
      <CNAME><br>
      Sep  7 16:12:09 dnsmasq[52233]: reply time-b-g.nist.gov is
      129.6.15.29<br>
      Sep  7 16:12:09 dnsmasq[52233]: query[A] time-nw.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:09 dnsmasq[52233]: forwarded time-nw.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: validation time-nw.nist.gov is
      BOGUS<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply time-nw.nist.gov is
      131.107.13.100<br>
      Sep  7 16:12:09 dnsmasq[52233]: query[A] au.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:09 dnsmasq[52233]: forwarded au.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: validation au.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply au.pool.ntp.org is
      129.250.35.250<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply au.pool.ntp.org is
      3.104.76.50<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply au.pool.ntp.org is
      144.48.166.166<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply au.pool.ntp.org is
      220.158.215.20<br>
      Sep  7 16:12:09 dnsmasq[52233]: query[A] nz.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:09 dnsmasq[52233]: forwarded nz.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: validation nz.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.68.69<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.4<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.5<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply nz.pool.ntp.org is
      122.252.188.99<br>
      Sep  7 16:12:09 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:09 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:09 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:09 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:10 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:10 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:10 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:10 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:10 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:10 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:12 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:12 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:12 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:12 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:12 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:12 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:13 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:13 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:13 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:13 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:13 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:13 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] time.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded time.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation time.nist.gov is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply time.nist.gov is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply ntp1.glb.nist.gov is
      132.163.97.3<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] time-a.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded time-a.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation time-a.nist.gov is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply time-a.nist.gov is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply time-a-g.nist.gov is
      129.6.15.28<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] time-b.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded time-b.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation time-b.nist.gov is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply time-b.nist.gov is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply time-b-g.nist.gov is
      129.6.15.29<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] time-nw.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded time-nw.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation time-nw.nist.gov is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply time-nw.nist.gov is
      131.107.13.100<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] au.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded au.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation au.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply au.pool.ntp.org is
      129.250.35.250<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply au.pool.ntp.org is
      3.104.76.50<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply au.pool.ntp.org is
      144.48.166.166<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply au.pool.ntp.org is
      220.158.215.20<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] nz.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded nz.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is
      216.58.200.110<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation nz.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.68.69<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.4<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.5<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply nz.pool.ntp.org is
      122.252.188.99<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is
      216.58.200.110<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      clients4.google.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      clients4.google.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] BCMLS2.glpals.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded BCMLS2.glpals.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] supl.google.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded supl.google.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation BCMLS2.glpals.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply BCMLS2.glpals.com is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.43.115.141<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      34.209.196.227<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.39.83.223<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.39.109.90<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.38.244.137<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.34.211.161<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.88.166.53<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      54.200.61.48<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation supl.google.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply supl.google.com is
      74.125.24.192<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply supl.google.com is
      74.125.24.192<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] BCMLS2.glpals.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded BCMLS2.glpals.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] supl.google.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded supl.google.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation BCMLS2.glpals.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply BCMLS2.glpals.com is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.43.115.141<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      34.209.196.227<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.39.83.223<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.39.109.90<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.38.244.137<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.34.211.161<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      52.88.166.53<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply
      sunglbsloadbalancer-1902168526.us-west-2.elb.amazonaws.com is
      54.200.61.48<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation supl.google.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply supl.google.com is
      74.125.24.192<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply supl.google.com is
      74.125.24.192<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      BCMLS2.glpals.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      BCMLS2.glpals.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      supl.google.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      supl.google.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation
      clients4.google.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      clients4.google.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      clients4.google.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation
      clients4.google.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is
      216.58.200.110<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is
      216.58.200.110<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      clients4.google.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      clients4.google.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation
      clients4.google.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      clients4.google.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      clients4.google.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation
      clients4.google.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation
      supl.google.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation
      BCMLS2.glpals.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      supl.google.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      supl.google.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      BCMLS2.glpals.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      BCMLS2.glpals.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation
      supl.google.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation
      BCMLS2.glpals.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is
      216.58.200.110<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is
      216.58.200.110<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      clients4.google.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      clients4.google.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation
      clients4.google.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      clients4.google.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      clients4.google.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation
      clients4.google.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is
      216.58.200.110<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] clients4.google.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded clients4.google.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation clients4.google.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients4.google.com is
      <CNAME><br>
      Sep  7 16:12:14 dnsmasq[52233]: reply clients.l.google.com is
      216.58.200.110<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      clients4.google.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      clients4.google.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] app-measurement.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded app-measurement.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation
      clients4.google.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A]
      clients4.google.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded
      clients4.google.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: validation app-measurement.com is
      BOGUS<br>
      Sep  7 16:12:14 dnsmasq[52233]: reply app-measurement.com is
      216.58.196.142<br>
      Sep  7 16:12:14 dnsmasq[52233]: query[A] app-measurement.com from
      203.3.73.84<br>
      Sep  7 16:12:14 dnsmasq[52233]: forwarded app-measurement.com to
      203.3.73.1<br>
      Sep  7 16:12:14 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: validation
      clients4.google.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:15 dnsmasq[52233]: validation app-measurement.com is
      BOGUS<br>
      Sep  7 16:12:15 dnsmasq[52233]: reply app-measurement.com is
      216.58.196.142<br>
      Sep  7 16:12:15 dnsmasq[52233]: query[A]
      app-measurement.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:15 dnsmasq[52233]: forwarded
      app-measurement.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: validation
      app-measurement.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:15 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:15 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:15 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:15 dnsmasq[52233]: query[A] <a
        class="moz-txt-link-abbreviated" href="http://www.google.com"
        moz-do-not-send="true">www.google.com</a> from 203.3.73.84<br>
      Sep  7 16:12:15 dnsmasq[52233]: forwarded <a
        class="moz-txt-link-abbreviated" href="http://www.google.com"
        moz-do-not-send="true">www.google.com</a> to 203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: query[A]
      app-measurement.com.menhennitt.com.au from 203.3.73.84<br>
      Sep  7 16:12:15 dnsmasq[52233]: forwarded
      app-measurement.com.menhennitt.com.au to 203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:15 dnsmasq[52233]: validation <a
        class="moz-txt-link-abbreviated" href="http://www.google.com"
        moz-do-not-send="true">www.google.com</a> is BOGUS<br>
      Sep  7 16:12:15 dnsmasq[52233]: reply <a
        class="moz-txt-link-abbreviated" href="http://www.google.com"
        moz-do-not-send="true">www.google.com</a> is 172.217.167.100<br>
      Sep  7 16:12:15 dnsmasq[52233]: validation
      app-measurement.com.menhennitt.com.au is BOGUS<br>
      Sep  7 16:12:16 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:16 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:16 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:16 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 8.8.4.4<br>
      Sep  7 16:12:16 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 8.8.8.8<br>
      Sep  7 16:12:16 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:16 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:16 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:16 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:16 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:16 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:16 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:16 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:16 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:16 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:17 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:17 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:17 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:17 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:17 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:17 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:17 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:17 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:17 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:17 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:17 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:17 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:17 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:17 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:17 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:17 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:18 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:18 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:18 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:18 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:18 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:18 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:18 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:18 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:18 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:18 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:18 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:18 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:18 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:18 dnsmasq[52233]: query[A] time.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:18 dnsmasq[52233]: forwarded time.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: validation time.nist.gov is BOGUS<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply time.nist.gov is
      <CNAME><br>
      Sep  7 16:12:19 dnsmasq[52233]: reply ntp1.glb.nist.gov is
      132.163.97.3<br>
      Sep  7 16:12:19 dnsmasq[52233]: query[A] time-a.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:19 dnsmasq[52233]: forwarded time-a.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: validation time-a.nist.gov is
      BOGUS<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply time-a.nist.gov is
      <CNAME><br>
      Sep  7 16:12:19 dnsmasq[52233]: reply time-a-g.nist.gov is
      129.6.15.28<br>
      Sep  7 16:12:19 dnsmasq[52233]: query[A] time-b.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:19 dnsmasq[52233]: forwarded time-b.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: validation time-b.nist.gov is
      BOGUS<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply time-b.nist.gov is
      <CNAME><br>
      Sep  7 16:12:19 dnsmasq[52233]: reply time-b-g.nist.gov is
      129.6.15.29<br>
      Sep  7 16:12:19 dnsmasq[52233]: query[A] time-nw.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:19 dnsmasq[52233]: forwarded time-nw.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: validation time-nw.nist.gov is
      BOGUS<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply time-nw.nist.gov is
      131.107.13.100<br>
      Sep  7 16:12:19 dnsmasq[52233]: query[A] au.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:19 dnsmasq[52233]: forwarded au.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: validation au.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply au.pool.ntp.org is
      129.250.35.250<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply au.pool.ntp.org is
      3.104.76.50<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply au.pool.ntp.org is
      144.48.166.166<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply au.pool.ntp.org is
      220.158.215.20<br>
      Sep  7 16:12:19 dnsmasq[52233]: query[A] nz.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:19 dnsmasq[52233]: forwarded nz.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: validation nz.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.68.69<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.4<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.5<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply nz.pool.ntp.org is
      122.252.188.99<br>
      Sep  7 16:12:19 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:19 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:19 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:19 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:19 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:19 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:19 dnsmasq[52233]: query[A] gsp64-ssl.ls.apple.com
      from 203.3.73.67<br>
      Sep  7 16:12:19 dnsmasq[52233]: forwarded gsp64-ssl.ls.apple.com
      to 203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:19 dnsmasq[52233]: validation gsp64-ssl.ls.apple.com
      is BOGUS<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply gsp64-ssl.ls.apple.com is
      <CNAME><br>
      Sep  7 16:12:19 dnsmasq[52233]: reply
      gsp64-ssl.ls-apple.com.akadns.net is 17.142.169.199<br>
      Sep  7 16:12:19 dnsmasq[52233]: reply
      gsp64-ssl.ls-apple.com.akadns.net is 17.142.169.200<br>
      Sep  7 16:12:20 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:20 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:20 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:20 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:20 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:20 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:21 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:21 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:21 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:21 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:21 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:21 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:22 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:22 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:22 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:22 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:22 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:22 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:23 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:23 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:23 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:23 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:23 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:23 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:23 dnsmasq[52233]: query[A] time.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:23 dnsmasq[52233]: forwarded time.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:23 dnsmasq[52233]: validation time.nist.gov is BOGUS<br>
      Sep  7 16:12:23 dnsmasq[52233]: reply time.nist.gov is
      <CNAME><br>
      Sep  7 16:12:23 dnsmasq[52233]: reply ntp1.glb.nist.gov is
      132.163.96.4<br>
      Sep  7 16:12:23 dnsmasq[52233]: query[A] time-a.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:23 dnsmasq[52233]: forwarded time-a.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:23 dnsmasq[52233]: validation time-a.nist.gov is
      BOGUS<br>
      Sep  7 16:12:23 dnsmasq[52233]: reply time-a.nist.gov is
      <CNAME><br>
      Sep  7 16:12:23 dnsmasq[52233]: reply time-a-g.nist.gov is
      129.6.15.28<br>
      Sep  7 16:12:23 dnsmasq[52233]: query[A] time-b.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:23 dnsmasq[52233]: forwarded time-b.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:23 dnsmasq[52233]: validation time-b.nist.gov is
      BOGUS<br>
      Sep  7 16:12:23 dnsmasq[52233]: reply time-b.nist.gov is
      <CNAME><br>
      Sep  7 16:12:23 dnsmasq[52233]: reply time-b-g.nist.gov is
      129.6.15.29<br>
      Sep  7 16:12:24 dnsmasq[52233]: query[A] time-nw.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:24 dnsmasq[52233]: forwarded time-nw.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:24 dnsmasq[52233]: validation time-nw.nist.gov is
      BOGUS<br>
      Sep  7 16:12:24 dnsmasq[52233]: reply time-nw.nist.gov is
      131.107.13.100<br>
      Sep  7 16:12:24 dnsmasq[52233]: query[A] au.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:24 dnsmasq[52233]: forwarded au.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:24 dnsmasq[52233]: validation au.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:24 dnsmasq[52233]: reply au.pool.ntp.org is
      129.250.35.250<br>
      Sep  7 16:12:24 dnsmasq[52233]: reply au.pool.ntp.org is
      3.104.76.50<br>
      Sep  7 16:12:24 dnsmasq[52233]: reply au.pool.ntp.org is
      144.48.166.166<br>
      Sep  7 16:12:24 dnsmasq[52233]: reply au.pool.ntp.org is
      220.158.215.20<br>
      Sep  7 16:12:24 dnsmasq[52233]: query[A] nz.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:24 dnsmasq[52233]: forwarded nz.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:24 dnsmasq[52233]: validation nz.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:24 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.4<br>
      Sep  7 16:12:24 dnsmasq[52233]: reply nz.pool.ntp.org is
      122.252.188.99<br>
      Sep  7 16:12:24 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.106.65.219<br>
      Sep  7 16:12:24 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.68.69<br>
      Sep  7 16:12:24 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:24 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:24 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:24 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:24 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:25 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:25 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:25 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:25 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:25 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:25 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:26 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:26 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:26 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:26 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:26 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:26 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:28 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:28 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:28 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:28 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:28 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:28 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:28 dnsmasq[52233]: query[A] time.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:28 dnsmasq[52233]: forwarded time.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:28 dnsmasq[52233]: validation time.nist.gov is BOGUS<br>
      Sep  7 16:12:28 dnsmasq[52233]: reply time.nist.gov is
      <CNAME><br>
      Sep  7 16:12:28 dnsmasq[52233]: reply ntp1.glb.nist.gov is
      132.163.96.4<br>
      Sep  7 16:12:28 dnsmasq[52233]: query[A] time-a.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:28 dnsmasq[52233]: forwarded time-a.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:28 dnsmasq[52233]: validation time-a.nist.gov is
      BOGUS<br>
      Sep  7 16:12:28 dnsmasq[52233]: reply time-a.nist.gov is
      <CNAME><br>
      Sep  7 16:12:28 dnsmasq[52233]: reply time-a-g.nist.gov is
      129.6.15.28<br>
      Sep  7 16:12:28 dnsmasq[52233]: query[A] time-b.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:28 dnsmasq[52233]: forwarded time-b.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:28 dnsmasq[52233]: validation time-b.nist.gov is
      BOGUS<br>
      Sep  7 16:12:28 dnsmasq[52233]: reply time-b.nist.gov is
      <CNAME><br>
      Sep  7 16:12:28 dnsmasq[52233]: reply time-b-g.nist.gov is
      129.6.15.29<br>
      Sep  7 16:12:28 dnsmasq[52233]: query[A] time-nw.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:28 dnsmasq[52233]: forwarded time-nw.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:28 dnsmasq[52233]: validation time-nw.nist.gov is
      BOGUS<br>
      Sep  7 16:12:28 dnsmasq[52233]: reply time-nw.nist.gov is
      131.107.13.100<br>
      Sep  7 16:12:28 dnsmasq[52233]: query[A] au.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:28 dnsmasq[52233]: forwarded au.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:28 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:28 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:29 dnsmasq[52233]: validation au.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:29 dnsmasq[52233]: reply au.pool.ntp.org is
      129.250.35.250<br>
      Sep  7 16:12:29 dnsmasq[52233]: reply au.pool.ntp.org is
      3.104.76.50<br>
      Sep  7 16:12:29 dnsmasq[52233]: reply au.pool.ntp.org is
      144.48.166.166<br>
      Sep  7 16:12:29 dnsmasq[52233]: reply au.pool.ntp.org is
      220.158.215.20<br>
      Sep  7 16:12:29 dnsmasq[52233]: query[A] nz.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:29 dnsmasq[52233]: forwarded nz.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:29 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:29 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:29 dnsmasq[52233]: validation nz.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:29 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.4<br>
      Sep  7 16:12:29 dnsmasq[52233]: reply nz.pool.ntp.org is
      122.252.188.99<br>
      Sep  7 16:12:29 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.106.65.219<br>
      Sep  7 16:12:29 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.68.69<br>
      Sep  7 16:12:29 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:29 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:29 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:29 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:29 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:29 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:30 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:30 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:30 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:30 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:30 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:30 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:30 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:30 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:30 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:30 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:30 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:30 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:30 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:31 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:31 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:31 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:31 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:31 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:31 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:31 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:31 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      Sep  7 16:12:31 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:31 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:31 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:31 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:31 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:32 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:32 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:32 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:32 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:32 dnsmasq[52233]: query[A] hymie.menhennitt.com.au
      from 203.3.73.57<br>
      Sep  7 16:12:32 dnsmasq[52233]: DHCP hymie.menhennitt.com.au is
      203.3.73.57<br>
      Sep  7 16:12:32 dnsmasq[52233]: query[AAAA]
      hymie.menhennitt.com.au from 203.3.73.57<br>
      Sep  7 16:12:32 dnsmasq[52233]: forwarded hymie.menhennitt.com.au
      to 203.3.73.1<br>
      Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:32 dnsmasq[52233]: validation hymie.menhennitt.com.au
      is BOGUS<br>
      Sep  7 16:12:32 dnsmasq[52233]: query[AAAA]
      hymie.menhennitt.com.au from 203.3.73.57<br>
      Sep  7 16:12:32 dnsmasq[52233]: forwarded hymie.menhennitt.com.au
      to 203.3.73.1<br>
      Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DS] au to 203.3.73.1<br>
      Sep  7 16:12:32 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:32 dnsmasq[52233]: validation hymie.menhennitt.com.au
      is BOGUS<br>
      Sep  7 16:12:33 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:33 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:33 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:33 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:33 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:33 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:33 dnsmasq[52233]: query[A] time.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:33 dnsmasq[52233]: forwarded time.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:33 dnsmasq[52233]: validation time.nist.gov is BOGUS<br>
      Sep  7 16:12:33 dnsmasq[52233]: reply time.nist.gov is
      <CNAME><br>
      Sep  7 16:12:33 dnsmasq[52233]: reply ntp1.glb.nist.gov is
      132.163.96.4<br>
      Sep  7 16:12:33 dnsmasq[52233]: query[A] time-a.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:33 dnsmasq[52233]: forwarded time-a.nist.gov to
      8.8.4.4<br>
      Sep  7 16:12:33 dnsmasq[52233]: forwarded time-a.nist.gov to
      8.8.8.8<br>
      Sep  7 16:12:33 dnsmasq[52233]: forwarded time-a.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:33 dnsmasq[52233]: validation time-a.nist.gov is
      BOGUS<br>
      Sep  7 16:12:33 dnsmasq[52233]: reply time-a.nist.gov is
      <CNAME><br>
      Sep  7 16:12:33 dnsmasq[52233]: reply time-a-g.nist.gov is
      129.6.15.28<br>
      Sep  7 16:12:33 dnsmasq[52233]: query[A] time-b.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:33 dnsmasq[52233]: forwarded time-b.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:33 dnsmasq[52233]: validation time-b.nist.gov is
      BOGUS<br>
      Sep  7 16:12:33 dnsmasq[52233]: reply time-b.nist.gov is
      <CNAME><br>
      Sep  7 16:12:33 dnsmasq[52233]: reply time-b-g.nist.gov is
      129.6.15.29<br>
      Sep  7 16:12:33 dnsmasq[52233]: query[A] time-nw.nist.gov from
      203.3.73.71<br>
      Sep  7 16:12:33 dnsmasq[52233]: forwarded time-nw.nist.gov to
      203.3.73.1<br>
      Sep  7 16:12:33 dnsmasq[52233]: validation time-nw.nist.gov is
      BOGUS<br>
      Sep  7 16:12:33 dnsmasq[52233]: reply time-nw.nist.gov is
      131.107.13.100<br>
      Sep  7 16:12:33 dnsmasq[52233]: query[A] au.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:33 dnsmasq[52233]: forwarded au.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:33 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:33 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:33 dnsmasq[52233]: validation au.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:33 dnsmasq[52233]: reply au.pool.ntp.org is
      129.250.35.250<br>
      Sep  7 16:12:33 dnsmasq[52233]: reply au.pool.ntp.org is
      3.104.76.50<br>
      Sep  7 16:12:33 dnsmasq[52233]: reply au.pool.ntp.org is
      144.48.166.166<br>
      Sep  7 16:12:33 dnsmasq[52233]: reply au.pool.ntp.org is
      220.158.215.20<br>
      Sep  7 16:12:33 dnsmasq[52233]: query[A] nz.pool.ntp.org from
      203.3.73.71<br>
      Sep  7 16:12:33 dnsmasq[52233]: forwarded nz.pool.ntp.org to
      203.3.73.1<br>
      Sep  7 16:12:33 dnsmasq[52233]: dnssec-query[DS] org to 203.3.73.1<br>
      Sep  7 16:12:34 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:34 dnsmasq[52233]: validation nz.pool.ntp.org is
      BOGUS<br>
      Sep  7 16:12:34 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.70.4<br>
      Sep  7 16:12:34 dnsmasq[52233]: reply nz.pool.ntp.org is
      122.252.188.99<br>
      Sep  7 16:12:34 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.106.65.219<br>
      Sep  7 16:12:34 dnsmasq[52233]: reply nz.pool.ntp.org is
      103.242.68.69<br>
      Sep  7 16:12:34 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:34 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:34 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:34 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:34 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:34 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:35 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:35 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:35 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:35 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:35 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:35 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:36 dnsmasq[52233]: query[A] a.root-servers.net from
      203.3.73.71<br>
      Sep  7 16:12:36 dnsmasq[52233]: forwarded a.root-servers.net to
      203.3.73.1<br>
      Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DS] net to 203.3.73.1<br>
      Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:36 dnsmasq[52233]: validation a.root-servers.net is
      BOGUS<br>
      Sep  7 16:12:36 dnsmasq[52233]: reply a.root-servers.net is
      198.41.0.4<br>
      Sep  7 16:12:36 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:36 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:36 dnsmasq[52233]: query[A]
      connectivitycheck.gstatic.com from 203.3.73.84<br>
      Sep  7 16:12:36 dnsmasq[52233]: forwarded
      connectivitycheck.gstatic.com to 203.3.73.1<br>
      Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DS] com to 203.3.73.1<br>
      Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:36 dnsmasq[52233]: dnssec-query[DNSKEY] . to
      203.3.73.1<br>
      Sep  7 16:12:36 dnsmasq[52233]: validation
      connectivitycheck.gstatic.com is BOGUS<br>
      Sep  7 16:12:36 dnsmasq[52233]: reply
      connectivitycheck.gstatic.com is 172.217.25.35<br>
      <br>
    </p>
  </body>
</html>