Unbound randomly fails to resolve names

RayG rgsub1 at btinternet.com
Mon Jul 13 14:38:57 UTC 2020


OK here it is inline apologies for the length:

Running on:
Windows 10/64 (B18363.900-V1909) on:
Intel Core i7 4930K @ 3.40GHz Ivy Bridge-E 22nm with 32GB Memory,

To show the problem I am seeing here is a little PowerShell script just to
get the 
Root Hints file from www.internic.net (between the %%% signs):

%%%%%
# URI to obtain the root hints file
Set-Variable -Name URI_RH -Value
'https://www.internic.net/domain/named.root'
# Set Date Time format
Set-Variable -Name DTFormat -Value 'dd/MM/yyyy HH:mm:ss'
$Global:Error.Clear()
Try
{
  # Obtain the Root Hints list of servers
  Get-Date -Format $DTFormat
  $RHDataIn = (Invoke-WebRequest -Uri ('{0}' -f $URI_RH)).Content
  Get-Date -Format $DTFormat
}
Catch
{
  Get-Date -Format $DTFormat
  Write-Warning -Message ('Unable to obtain root hints from: [{0}]' -f
$URI_RH)
  $Global:Error
}
# Uncomment the line below to see the data returned
#$RHDataIn
%%%%%

When run, if it fails you see the following output:

PS C:\> S:\GetRootHintsData.ps1
01/07/2020 14:36:33
01/07/2020 14:36:35
WARNING: Unable to obtain root hints from:
[https://www.internic.net/domain/named.root]
Invoke-WebRequest : The remote name could not be resolved:
'www.internic.net'
At S:\GetRootHintsData.ps1:10 char:16
+   $RHDataIn = (Invoke-WebRequest -Uri ('{0}' -f $URI_RH)).Content
+                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation:
(System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
   eption
    + FullyQualifiedErrorId :
WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequest
Command

PS C:\>

This is the output when it works:

PS C:\> S:\GetRootHintsData.ps1
01/07/2020 14:42:31
01/07/2020 14:42:32
PS C:\>

The times can be used to select the Unbound log entries so you know when it
started
and when it finished with a little trial and error you can hit a quiet time
when
nothing else DNS is going on which is what I hope I have done with the two
examples below.

Search for the: ==== signs to skip to the examples below.

This is the configuration file (with a couple of omissions) between the ----
signs

-------------------
#
# UnboundConfiguration @ 2020-07-01
#
server:
include: "MyConfigUpdates.conf"
include: "MyPerformance.conf"
include: "MyUseMixedCase.conf"
include: "MyBlocklist.conf"
include: "MyAddToBlockList.conf"
include: "MyLocalNetwork.conf"
include: "MyForwardZones.conf"
include: "MyRemoteControl.conf"
     verbosity: 4
     statistics-interval: 3600
     extended-statistics: yes
     num-threads: 1
     do-ip4: yes
     do-ip6: yes
     do-udp: yes
     do-tcp: yes
     access-control: 0.0.0.0/0 refuse
     access-control: 127.0.0.0/8 allow_snoop
     access-control: ::0/0 refuse
     access-control: ::1 allow
     access-control: ::ffff:127.0.0.1 allow
     logfile: "C:\ProgramData\Unbound\logs\unbound.log"
     use-syslog: no
     stream-wait-size: 16m
     log-identity: ""
     log-time-ascii: yes
     log-queries: yes
     log-replies: yes
     log-tag-queryreply: yes
     log-servfail: yes
     root-hints: "RootHints.conf"
     hide-identity: yes
     hide-version: yes
     harden-short-bufsize: yes
     harden-large-queries: yes
     harden-glue: yes
     harden-dnssec-stripped: yes
     harden-below-nxdomain: yes
     harden-referral-path: yes
     harden-algo-downgrade: yes
     qname-minimisation: yes
     aggressive-nsec: yes
     private-address: 0.0.0.0/8       # Broadcast address
     private-address: 10.0.0.0/8
     private-address: 100.64.0.0/10
     private-address: 127.0.0.0/8     # Loopback Localhost
     private-address: 169.254.0.0/16
     private-address: 172.16.0.0/12
     private-address: 192.0.0.0/24    # IANA IPv4 special purpose net
     private-address: 192.0.2.0/24    # Documentation network TEST-NET
     private-address: 192.168.0.0/16
     private-address: 198.18.0.0/15   # Used for testing inter-network
communications
     private-address: 198.51.100.0/24 # Documentation network TEST-NET-2
     private-address: 203.0.113.0/24  # Documentation network TEST-NET-3
     private-address: 233.252.0.0/24  # Documentation network MCAST-TEST-NET
     private-address: ::/128		# Unspecified address IPV4 0.0.0.0
http://www.iana.org/go/rfc4291
     private-address: ::1/128	# Loopback Localhost
http://www.iana.org/go/rfc4291
     private-address: 2001::/23	# IETF Protocol Assignments
http://www.iana.org/go/rfc2928
     private-address: 2001:db8::/32	# Documentation network IPv6
http://www.iana.org/go/rfc3849
     private-address: 2001:2::/48	# is reserved for Benchmarking
http://www.iana.org/go/rfc5180
http://www.rfc-editor.org/errata_search.php?eid=1752
     private-address: fc00::/7	# Unique local address (ULA) part of
"fc00::/7", not defined yet
     private-address: fd00::/8	# Unique local address (ULA) part of
"fc00::/7", "/48" prefix group
     private-address: fe80::/10	# Link-local address (LLA) = 169.254.0.0/16
     private-address: ::ffff:0:0/96	# IPv4-mapped Address
http://www.iana.org/go/rfc4291 ::ffff:x.x.x.x
     prefetch: yes
     prefetch-key: yes
     minimal-responses: yes
     module-config: "validator iterator"
     auto-trust-anchor-file: "C:\Program Files\Unbound\root.key"
     val-log-level: 2
     outgoing-range: 4096
     outgoing-num-tcp: 40
     incoming-num-tcp: 40
     so-reuseport: no
     target-fetch-policy: "4 3 2 1 0 0"
     stream-wait-size: 16m
     use-caps-for-id: yes
     local-zone: home always_nxdomain
     private-domain: "localhost"
     local-zone: "localhost." static
     local-data: "localhost. IN NS localhost."
     local-data: "localhost. IN SOA localhost. nobody1.invalid. 1 3600 1200
604800 10800"
     local-data: "localhost. IN A 127.0.0.1"
     local-data: "localhost. IN AAAA ::1"
     local-data-ptr: "127.0.0.1 localhost."
     local-data-ptr: "::1 localhost."
     local-zone: "127.in-addr.arpa." static
     local-data: "127.in-addr.arpa. 10800 IN NS localhost."
     local-data: "127.in-addr.arpa. 10800 IN SOA localhost. nobody2.invalid.
1 3600 1200 604800 10800"
     local-data: "1.0.0.127.in-addr.arpa. 10800 IN PTR localhost."
     local-zone:
"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa."
static
     local-data:
"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa.
10800 IN NS localhost."
     local-data:
"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa.
10800 IN SOA localhost. nobody3.invalid. 1 3600 1200 604800 10800"
     local-data:
"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa.
10800 IN PTR localhost."
     private-domain: "homelan"

# Omitted my private lan configuration

forward-zone:
     name: "."
     forward-tls-upstream: yes
     forward-first: yes
     forward-addr: 1.1.1.1 at 853#cloudflare-dns.com
     forward-addr: 1.0.0.1 at 853#cloudflare-dns.com
     forward-addr: 2606:4700:4700::1111 at 853#cloudflare-dns.com
     forward-addr: 2606:4700:4700::1001 at 853#cloudflare-dns.com
include: "MyDoTConfig.conf"
server:
     tls-port: 853
     tls-ciphers:
"DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SH
A384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256
:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256"
     tls-ciphersuites:
"TLS_AES_128_GCM_SHA256:TLS_AES_128_CCM_8_SHA256:TLS_AES_128_CCM_SHA256:TLS_
AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256"
     tls-upstream: yes
     tls-win-cert: yes

# Omitted the remote control section
# Omitted the block list file which is made up from:
#
# [ 3481] (-AD)      Added items from
https://pgl.yoyo.org/as/serverlist.php?hostformat=;showintro=0
#
# [ 9496] (-HD)      Added items from http://winhelp2002.mvps.org/hosts.txt
#
# [11339] (-CA)      Added items from http://sysctl.org/cameleon/hosts.win
#
# [ 1101] (-MD)      Added items from
https://www.malwaredomainlist.com/hostslist/hosts.txt
#
# [11717] (-DP)      Added items from https://someonewhocares.org/hosts/
#
# [  590] (-URLHaus) Added items from
https://urlhaus.abuse.ch/downloads/hostfile/
#
# [    9] (-AddName) Added items from
S:\pny-processed\PowerShellScripts\Unbound\Configuration\RTGPC\AddTheseNames
.txt
#
# [12398] Duplicates removed from combined items above
#
# [    2] Item(s) found in
S:\pny-processed\PowerShellScripts\Unbound\Configuration\RTGPC\IgnoreTheseNa
mes.txt
#
# [   43] Item(s) removed by
S:\pny-processed\PowerShellScripts\Unbound\Configuration\RTGPC\IgnoreTheseNa
mes.txt
#
# [37733] Total DNS Names in file
#
# [52007] Total lines processed
#

local-zone: "0.nextyourcontent.com" refuse # Source:
https://someonewhocares.org/hosts/
.
.
.
# [37733] lines in the file in the above format.
-------------------

================= This run failed:

01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] query: ::1
www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_new
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=79
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=73
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=162
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 73
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to WwW.INTERnIc.NEt.
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B390B0 added=0 fd=-1 tv=73  EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (-1 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] query: ::1
www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_new
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=79
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=73
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=162
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 73
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to WwW.inTernIC.neT.
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B38F90 added=0 fd=-1 tv=73  EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 2 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713632  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713648  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713648  EV_READ
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713663  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (120000 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713648  EV_READ
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713663  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713663  EV_READ
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 456
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B390B0 added=1 fd=-1 tv=-1 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query response was timeout
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=162
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=146
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=79
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 79
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to WWW.INtErNic.net.
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39800 added=0 fd=-1 tv=162  EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (-1 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 2 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713717  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713663  EV_READ
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B38F90 added=1 fd=-1 tv=-1 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query response was timeout
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=162
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=146
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=79
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 79
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to WWw.InTerNiC.net.
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A220 added=0 fd=-1 tv=79  EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 2 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713717  EV_READ
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713732  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (120000 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713732  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713732  EV_READ
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713748  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D17E00 fd=444  FD_READ ;  EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] query:
127.0.0.1 www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D17E00 fd=444  FD_READ ;  EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] query:
127.0.0.1 www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713748  EV_READ
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A220 added=1 fd=-1 tv=-1 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query response was timeout
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 2
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=158
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=146
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=162
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 146
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to wwW.INtErNiC.nET.
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A3D0 added=0 fd=-1 tv=158  EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 4 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713817  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713817  EV_READ
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713833  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713732  EV_READ
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 456
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39800 added=1 fd=-1 tv=-1 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query response was timeout
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 2
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=158
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=146
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=324
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 146
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to WWw.inTeRNiC.neT.
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39BF0 added=0 fd=-1 tv=324  EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (-1 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 4 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713886  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713886  EV_READ
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713902  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (120000 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  ;  EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713833  EV_READ
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A3D0 added=1 fd=-1 tv=-1 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: timeouts, starting fallback
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 3
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=324
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=146
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=316
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 146
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39E30 added=0 fd=-1 tv=146  EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 4 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713987  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:33 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610713987  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610714002  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610714002  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39E30 added=1 fd=-1 tv=-1 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query response was timeout
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 4
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=316
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=292
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=324
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 292
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3AA90 added=0 fd=-1 tv=316  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 4 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610714134  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610714134  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610714149  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610713902  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 456
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39BF0 added=1 fd=-1 tv=-1 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: timeouts, starting fallback
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 3
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=648
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=292
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=316
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 292
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39E30 added=0 fd=-1 tv=316  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 4 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714219  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714219  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714234  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610714149  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3AA90 added=1 fd=-1 tv=-1 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query response was timeout
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 5
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=648
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=292
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=632
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 292
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A850 added=0 fd=-1 tv=3000  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 4 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610714450  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610714463  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610714471  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714234  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 456
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39E30 added=1 fd=-1 tv=-1 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query response was timeout
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 4
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=632
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=292
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=648
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 292
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39260 added=0 fd=-1 tv=292  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 4 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714542  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714542  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714558  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D17E00 fd=444  FD_READ ;  EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] query:
127.0.0.1 www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D17E00 fd=444  FD_READ ;  EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] query:
127.0.0.1 www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714558  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 456
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39260 added=1 fd=-1 tv=-1 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query response was timeout
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 5
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=648
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=632
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 584
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.0.0.1#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39F50 added=0 fd=-1 tv=3000  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610714471  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 385 msec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: starting fallback
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 6
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=453
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=648
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=629
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 453
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B38960 added=0 fd=-1 tv=3000  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 644 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=644 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=0 fd=520 tv=1593610714471  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A850 added=1 fd=-1 tv=1593610597450  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714836  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=644  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 644 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=644 tv=1593610714836  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=644 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714836  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714851  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=644  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 644 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=644 tv=1593610714851  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=644 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 644
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=644 tv=1593610714851  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 644 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=644 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=644  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610714851  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 37 msec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.0.0.1#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: starting fallback
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 6
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=453
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=648
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 453
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39EC0 added=0 fd=-1 tv=3000  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 804 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=804 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=456 tv=1593610714851  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 456
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39F50 added=1 fd=-1 tv=1593610597836  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=644  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 644
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=644 tv=1593610714851  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 53 msec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 7
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=82
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=453
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 82
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39530 added=0 fd=-1 tv=3000  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=644 tv=1593610714851  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 644
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B38960 added=1 fd=-1 tv=1593610597836  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=804  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 804 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=804 tv=1593610714873  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=804 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610714889  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=804  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 804 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=804 tv=1593610714889  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=804 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 804
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=804 tv=1593610714889  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 804 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=804 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=804  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610714889  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610714905  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=804  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 804
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=804 tv=1593610714889  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 46 msec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 7
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=74
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=453
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 74
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39D10 added=0 fd=-1 tv=74  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=0 fd=804 tv=1593610714889  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 804
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39EC0 added=1 fd=-1 tv=1593610597873  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610714905  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 31 msec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 8
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=411
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=74
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 74
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A730 added=0 fd=-1 tv=3000  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=456 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=880 tv=1593610714905  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 880
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39530 added=1 fd=-1 tv=1593610597889  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=520 tv=1593610714920  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=456  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=456 tv=1593610714920  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=520 tv=1593610714920  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=520 tv=1593610714936  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=456 tv=1593610714936  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=456 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=456 tv=1593610714936  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=456  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=520 tv=1593610714936  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 31 msec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 8
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=411
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=81
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 81
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39E30 added=0 fd=-1 tv=81  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 644 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=644 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=520 tv=1593610714936  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39D10 added=1 fd=-1 tv=1593610594994  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=644  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 644 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=644 tv=1593610714951  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=644 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=456 tv=1593610714936  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 46 msec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 9
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 3
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=81
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=359
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 81
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39F50 added=0 fd=-1 tv=359  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 804 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=804 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=0 fd=456 tv=1593610714936  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 456
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A730 added=1 fd=-1 tv=1593610597920  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=644  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 644 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=644 tv=1593610714967  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=644 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 644
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=644 tv=1593610714974  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 644 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=644 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=804  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 804 0
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=804 tv=1593610714967  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=804 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=644  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=804  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 804 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=804 tv=1593610714974  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=804 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 804
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=804 tv=1593610714989  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 804 (120000 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=804 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=804  ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=644  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 644
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=644 tv=1593610714974  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 37 msec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 9
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 3
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=80
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=359
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 80
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39EC0 added=0 fd=-1 tv=80  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (-1 msec)
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=880 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=644 tv=1593610714974  EV_READ
EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 644
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39E30 added=1 fd=-1 tv=1593610595032  EV_TIMEOUT
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky 
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:34 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=880  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=880 tv=1593610714989  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=804  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 804
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=804 tv=1593610714989  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 38 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (3 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=80
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 80
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39AD0 added=0 fd=-1 tv=80  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=804 tv=1593610714989  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 804
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39F50 added=1 fd=-1 tv=1593610595326  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=880 tv=1593610715005  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=880 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=880 tv=1593610715005  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=880  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715005  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715005  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715021  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=880 tv=1593610715005  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 47 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=323
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A340 added=0 fd=-1 tv=76  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 836 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=836 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=0 fd=880 tv=1593610715005  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39EC0 added=1 fd=-1 tv=1593610595069  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=836  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 836 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=836 tv=1593610715036  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=836 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715021  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 46 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (3 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 5
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=72
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 72
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B38F90 added=0 fd=-1 tv=72  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 644 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=644 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=520 tv=1593610715021  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39AD0 added=1 fd=-1 tv=1593610595085  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=836  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 836 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=836 tv=1593610715036  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=836 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=836 tv=1593610715052  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 836 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=836 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=644  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 644 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=644 tv=1593610715052  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=644 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=836  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=644  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 644 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=644 tv=1593610715067  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=644 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 644
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=644 tv=1593610715074  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 644 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=644 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=836  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=836 tv=1593610715052  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 53 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (3 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 5
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=323
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 323
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B390B0 added=0 fd=-1 tv=3000  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 804 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=804 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=836 tv=1593610715052  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A340 added=1 fd=-1 tv=1593610595112  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=644  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=804  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 804 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=804 tv=1593610715090  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=804 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=644  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 644
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=644 tv=1593610715074  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 53 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 12
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (3 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 6
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=74
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=584
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 74
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A2B0 added=0 fd=-1 tv=74  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 888 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=888 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=0 fd=644 tv=1593610715074  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 644
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B38F90 added=1 fd=-1 tv=1593610595124  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=804  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 804 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=804 tv=1593610715090  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=804 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 804
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=804 tv=1593610715105  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 804 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=804 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=888  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 888 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=888 tv=1593610715105  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=888 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=804  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=888  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 888 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=888 tv=1593610715105  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=888 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 888
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=888 tv=1593610715121  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 888 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=888 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=804  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 804
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=804 tv=1593610715105  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 46 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 12
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (3 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 6
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=323
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B38960 added=0 fd=-1 tv=323  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=804 tv=1593610715105  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 804
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B390B0 added=1 fd=-1 tv=1593610598090  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=888  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610715137  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=888  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 888
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=888 tv=1593610715121  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 46 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 13
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (3 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 7
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=70
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39EC0 added=0 fd=-1 tv=70  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=888 tv=1593610715121  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 888
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A2B0 added=1 fd=-1 tv=1593610595179  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610715152  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610715152  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610715152  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610715152  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610715174  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=520 tv=1593610715152  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 37 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 13
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (3 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 7
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=291
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B38D50 added=0 fd=-1 tv=291  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=880 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=0 fd=520 tv=1593610715152  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B38960 added=1 fd=-1 tv=1593610595460  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=456 tv=1593610715174  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 37 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (2 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 8
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A7C0 added=0 fd=-1 tv=69  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 804 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=804 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=456 tv=1593610715174  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 456
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39EC0 added=1 fd=-1 tv=1593610595222  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=880  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=880 tv=1593610715174  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=804  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 804 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=804 tv=1593610715190  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=804 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=880 tv=1593610715190  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=880 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=880 tv=1593610715190  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=880  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=804  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 804 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=804 tv=1593610715190  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=804 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 804
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=804 tv=1593610715206  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 804 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=804 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=804  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=880 tv=1593610715190  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 46 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (3 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 8
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=257
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A850 added=0 fd=-1 tv=69  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 888 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=888 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=880 tv=1593610715190  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B38D50 added=1 fd=-1 tv=1593610595465  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=804  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 804
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=804 tv=1593610715206  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 31 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 15
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (2 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 9
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A220 added=0 fd=-1 tv=76  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=0 fd=804 tv=1593610715206  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 804
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A7C0 added=1 fd=-1 tv=1593610595259  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=888  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 888 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=888 tv=1593610715221  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=888 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=520 tv=1593610715221  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=888  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 888 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=888 tv=1593610715221  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=888 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 888
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=888 tv=1593610715237  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 888 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=888 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=520 tv=1593610715237  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=520 tv=1593610715237  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=888  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=888  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 888
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=888 tv=1593610715237  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 46 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 15
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (3 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 9
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=257
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=72
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 72
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A580 added=0 fd=-1 tv=72  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 836 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=836 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=888 tv=1593610715237  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 888
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A850 added=1 fd=-1 tv=1593610595290  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=836  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 836 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=836 tv=1593610715268  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=836 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=520 tv=1593610715237  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 53 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 16
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (2 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=73
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 73
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B38D50 added=0 fd=-1 tv=73  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=520 tv=1593610715237  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A220 added=1 fd=-1 tv=1593610595297  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=836  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 836 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=836 tv=1593610715275  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=836 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=836 tv=1593610715275  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 836 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=836 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610715275  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=836  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610715275  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610715290  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=836  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=836 tv=1593610715275  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 37 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 16
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (3 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: 0x20
fallback number 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=72
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=257
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 72
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B390B0 added=0 fd=-1 tv=257  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 1016 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 6 waiting
replies, 37 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.190760 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.106496 median[50%]=0.182565 [75%]=0.281805
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=0 fd=836 tv=1593610715275  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A580 added=1 fd=-1 tv=1593610595340  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 1016 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715306  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610715290  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 31 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 17
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (2 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request www.internic.net. has exceeded the maximum number of glue fetches 17
to a single delegation point
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
return error response SERVFAIL
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cannot validate non-answer, rcode SERVFAIL
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] error:
SERVFAIL <www.internic.net. AAAA IN>: could not fetch nameservers for 0x20
fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 0.517224 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] reply:
127.0.0.1 www.internic.net. AAAA IN SERVFAIL 0.517224 0 34
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 1.519977 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] reply:
127.0.0.1 www.internic.net. AAAA IN SERVFAIL 1.519977 0 34
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 1.658130 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] reply: ::1
www.internic.net. AAAA IN SERVFAIL 1.658130 0 34
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting
replies, 40 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.268837 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.111411 median[50%]=0.196608 [75%]=0.333638
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=880 tv=1593610715290  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B38D50 added=1 fd=-1 tv=1593610595348  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] query: ::1
www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_new
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=257
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=75
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to WWw.INTernIc.NET.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3AC40 added=0 fd=-1 tv=257  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 4 waiting
replies, 40 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.268837 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.111411 median[50%]=0.196608 [75%]=0.333638
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 1016 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715306  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 1016
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715322  EV_READ
EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 1016 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] query: ::1
www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610715322  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610715322  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610715337  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 1016
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715322  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 31 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
Capsforid: reply is equal. go to next fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 17
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (3 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request www.internic.net. has exceeded the maximum number of glue fetches 17
to a single delegation point
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
return error response SERVFAIL
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cannot validate non-answer, rcode SERVFAIL
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] error:
SERVFAIL <www.internic.net. A IN>: could not fetch nameservers for 0x20
fallback
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 0.570706 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] reply:
127.0.0.1 www.internic.net. A IN SERVFAIL 0.570706 0 34
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 1.566920 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] reply:
127.0.0.1 www.internic.net. A IN SERVFAIL 1.566920 0 34
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 1.705024 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] reply: ::1
www.internic.net. A IN SERVFAIL 1.705024 0 34
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=1016 tv=1593610715322  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 1016
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B390B0 added=1 fd=-1 tv=1593610595563  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] query: ::1
www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_new
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=241
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=75
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to WWW.iNtErNIc.nEt.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39E30 added=0 fd=-1 tv=75  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 1016 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 3 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] query: ::1
www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93024 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 1016 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715337  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593610715337  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 31 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. AAAA
IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was CNAME
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: cname
msg ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cleared outbound list for query restart
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=226
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=75
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to INTERNICwwW.VIp.Icann.ORg.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A3D0 added=0 fd=-1 tv=226  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 888 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=888 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 4 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93425 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=880 tv=1593610715337  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 880
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3AC40 added=1 fd=-1 tv=1593610595579  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 1016 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715353  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 1016
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715368  EV_READ
EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 1016 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=888  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 888 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=888 tv=1593610715353  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=888 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=888  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 888 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=888 tv=1593610715368  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=888 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 888
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=888 tv=1593610715375  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 888 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=888 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 1016
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715368  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 53 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sanitize: removing extraneous answer RRset: internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1111#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was CNAME
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: cname
msg ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cleared outbound list for query restart
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=226
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 69
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to InTERNiCwWW.Vip.icAnn.oRG.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39920 added=0 fd=-1 tv=69  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 4 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93425 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=1016 tv=1593610715368  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 1016
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39E30 added=1 fd=-1 tv=1593610595412  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=888  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715391  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715406  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715406  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715406  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39920 added=1 fd=-1 tv=-1 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query response was timeout
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=138
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=226
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to INteRnIcWWw.Vip.icANn.org.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3AC40 added=0 fd=-1 tv=226  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 4 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=80809 rrset=93425 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=520  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715469  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 520 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715475  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715475  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 520 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=520 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=888  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 888
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=888 tv=1593610715375  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 138 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: chased to internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
internicwww.vip.icann.org.	IN	AAAA

;; ANSWER SECTION:
internicwww.vip.icann.org.	30	IN	AAAA	2620:0:2d0:200::9
internicwww.vip.icann.org.	30	IN	RRSIG	AAAA 7 4 30
20200706231422 20200629231422 6314 vip.icann.org.
egy265EN99ac+NOYcR+jtl5DMqDLwlEL9BpF4Y4BqYNBpt/GPkHs8oQiBMh6PlqGL768Foa0o78d
6iwrWAH+kDu0YrKdgASlJOUS6tc7JlbX4BaTR1uvbQCa4prjhUJIIweBnc6aQJaeJrQw/R0YNw2o
FivNheQxynyIbBjZNoI= ;{id = 6314}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 244

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
prepending 1 rrsets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_INIT_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator classification cname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
signer is internic.net. TYPE0 CLASS0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
chased extract ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: No
DS RRset
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=272
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=138
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to iNTeRNic.NEt.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39BF0 added=0 fd=-1 tv=138  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=456 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 3 recursion states (2 with reply, 0 detached), 4 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0vRDCD mod1  internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 2RDdc
mod0 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=81262 rrset=93825 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=0 fd=888 tv=1593610715375  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 888
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A3D0 added=1 fd=-1 tv=1593610595579  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 888 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=520  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=520  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=520 tv=1593610715475  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 37 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
internicwww.vip.icann.org.	IN	A

;; ANSWER SECTION:
internicwww.vip.icann.org.	30	IN	A	192.0.32.9
internicwww.vip.icann.org.	30	IN	RRSIG	A 7 4 30
20200706231351 20200629231351 6314 vip.icann.org.
hqrwnkfDjMlb8QdN/b20VorCTAU/Ww8ZliuMEPS70YLkvsCfP1zQV7+A2b6XnR3ZPfF6Iy/5Zeux
Npy2ez6OtfqEbpzB3FSs9bseIdLuVT5LoDV0DT6cjvW2Z1cYuZ017GH5L+1SYG6VJFpqpaYQCkEo
fdMm0KXbKp8Ne2yi5Xo= ;{id = 6314}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 232

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
prepending 1 rrsets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_INIT_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator classification cname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
signer is internic.net. TYPE0 CLASS0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
chased extract ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	600	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	600	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: No
DS RRset
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 3 recursion states (2 with reply, 0 detached), 4 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0vRDCD mod1  internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDdc
mod0 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 2RDdc
mod0 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=81715 rrset=94213 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=520 tv=1593610715475  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 520
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3AC40 added=1 fd=-1 tv=1593610595695  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 520 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=456  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=456 tv=1593610715491  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=456 tv=1593610715507  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=456 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=456 tv=1593610715522  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=456  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=456 tv=1593610715522  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 62 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D8A1C0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
internic.net.	IN	DS

;; ANSWER SECTION:
internic.net.	86260	IN	DS	29594 8 2
42179DD2A4039EC8B2EF45C29E5B8068B6A2FFA8CD7796A9B6D38C5F60E901ED
internic.net.	86260	IN	DS	54127 8 2
C04AC1803D0ED77B435ADA0F0118E506562E304D9053130578BB766EE8E68376
internic.net.	86260	IN	RRSIG	DS 8 2 86400 20200708062543
20200701051543 36059 net.
x4hEl7GzuykY+Ml7BnCWrxgMDo5W6HhYSKRaVwnZLz/n1C8fIumxiQ/Ne3Mnj4oiiPg6m5YssyEK
/bvqku4g5n8tRfHULb8k+wQt7m2t18StlIgURxBsZMv+ZSM5wT+Wd6cmG9BZMbKHjdMfhsYq0F9o
XaJAhamX60mp2NnGBMzT4bAkJ8p2yiF8imV7fVZkC1kOTiLyMpcdyJcpnK5KLg== ;{id =
36059}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 321

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: not
validating response, is valrec(validation recursion lookup)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify sig 36059 8
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify result: sec_status_secure
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DS internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset cached internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DS internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: DS
RRset internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: DS
RRset internic.net. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=249
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=79
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to iNteRNIc.neT.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3AA90 added=0 fd=-1 tv=249  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 836 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=836 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 3 recursion states (2 with reply, 0 detached), 4 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0vRDCD mod1  internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDdc
mod0 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 2RDdc
mod0 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=81921 rrset=94704 infra=15278 val=73221
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=456 tv=1593610715522  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 456
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39BF0 added=1 fd=-1 tv=1593610595629  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=836  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 836 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=836 tv=1593610715553  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=836 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=836  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 836 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=836 tv=1593610715553  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=836 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=836 tv=1593610715576  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 836 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=836 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=836  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=836  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 1404
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=836 tv=1593610715576  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 37 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D8A1C0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
internic.net.	IN	DNSKEY

;; ANSWER SECTION:
internic.net.	2373	IN	DNSKEY	256 3 8
AwEAAdDz3zg+BQ9VZBgUgKNbmbXps3lqF600Nk2mluORRrlalON+B+zelclVX/bxYa+3/MxEJy42
BVAWzt8b1mXsmfNK02dXBQyiNhWgae2A9e+PMZHVNaqV6c2gVJiyDjY8HERzmOpMBiOjyHsiMyDJ
ViTahau5tht36Tn4Q2TDmFXh ;{id = 23008 (zsk), size = 1024b}
internic.net.	2373	IN	DNSKEY	257 3 8
AwEAAb7t4Ni7HwjdKilgfd+McUly0mmIFa0pIxbvRGQ25mTcbJeyD7xOejwn0KQQwVnPCOOjU8zh
YQvVTROelvfbqm5EJRJ3xhZ1lkbgMVplKBYQ0KDv+EyRk4y1Med8jNdYWUVlyPhZwxPQZRrQAvuH
rZYBBuwas/O5xmyhUvwXX4qXqzZsfHc62D1B+3Z0eU6JZu8b/5Sx72AYYWEt0i0dM/VDrHbUjjTV
LaxZjUiO5cjmJQSD8xK2/u4FsbiF8txgtHvdDck9znYyLUUjzAPWieRQOdNWJNk984xTpRXfkbgS
3XtDpiIqVog3GPGukBKd7rnCMIR/NJ8dkHLv6VnzKaM= ;{id = 29594 (ksk), size =
2048b}
internic.net.	2373	IN	DNSKEY	257 3 8
AwEAAd7uP+ApWHvte1hRxTzcCvPomJRrHRQjfaQwfj8vs/Cncm1HdXCZT2637Se8zPsi+n/Sf/y+
uwcBWM8Dx2+96MbsCqOG2pg0ncOoLDOnS9sJqysxZieBb+MYuuQQ9KGAd+pOUe/kVHU1aYeFu+lu
R0MaCR2os7ZzRPh0CZSHkiFIG1+U4ZkAQUH/1DNyHSo5LmiCi8GkSUslA9HSVf1p+EYWO5Cqhc2i
2t/4A2qhnu0ipJJWKI+48aY4rM6mFYzB+kuhz76QwimDudmaF2mTYoUvUHui/tNdV1aMPWq8jYq2
tIlKHpKOiTo8Iq2g0wN+YLqTbTLtVeYiphPKy7h8xh8= ;{id = 54127 (ksk), size =
2048b}
internic.net.	2373	IN	RRSIG	DNSKEY 8 2 3600 20200717054553
20200626112015 29594 internic.net.
OKl/4pwpbgOCceOojaBm0TQe2qK4sTzd3QZ1hV24EaYQp01EoZLW69OLgFIDkmTiH8ejbGSMYlNc
pH9vK7dGtETiRWzbNl5qJKhJvNwVlFExKfzZ1zT7+rdMaICj22zZN9MzwyDp/e2hpQ5NywKpnI9J
pxjUdUusfOlcQv9LMaVUJVpGAdFNHt0Moma7cQBjguwCnLmtLYZrwPfv1LCOSR1HiUpDf5Lvpa/E
dwBD+iTRn9g21q7bRID96VqpAyA6I+N3nZzWqicslbep/AFuLUT+62qZoG5LY6y4vmH/Wq4Xxi+G
c+ARiXz4MG64eLdEmyOFV4AcgaTqi9uh82rqIA== ;{id = 29594}
internic.net.	2373	IN	RRSIG	DNSKEY 8 2 3600 20200717054553
20200626112015 54127 internic.net.
ompart6t54Rfvz4aRcm4ZyKvYQ5Fud2SDjPKChFiwwsVSpRXF1ZEjV4DfZpD5r83MBnS0qD+Rtum
bs2kKnvzH/FfllrDOBcQonWJhjEEngCrCHZ8yi+1F37kzAbsYJxH0TNnT+zVZkgZ0cJb/Yv0L7Jr
v5MqgwNWYdtrf9jIPOagH9SOoq5gX58I7y1+v6v89aedLV5OsOOokgwKguir0IRakViGTUoS0JzA
HBT06RxbOEyQyHQ6FUzD/mmaKAhfimHKD9JuuVCWiiAN4v9qGo8BkZm0p0yyqplhoS1UrZRg8NWo
H+1KZikQCKy102BMBFLnzfBVPuCO6vXRPoheOw== ;{id = 54127}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 1330

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: not
validating response, is valrec(validation recursion lookup)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt DS match algo 8 keytag 29594
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
match digest ok, trying signature
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
matched DNSKEY.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DNSKEY internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt DS match algo 8 keytag 29594
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
match digest ok, trying signature
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
matched DNSKEY.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DNSKEY internic.net. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_VALIDATE_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset www.internic.net. CNAME IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify sig 23008 8
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify result: sec_status_secure
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Validating a cname response
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Successfully validated CNAME response
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validate(cname): sec_status_secure
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINISHED_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_INIT_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator classification positive
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
signer is vip.icann.org. TYPE0 CLASS0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
chased extract ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
internicwww.vip.icann.org.	IN	A

;; ANSWER SECTION:
internicwww.vip.icann.org.	30	IN	A	192.0.32.9
internicwww.vip.icann.org.	30	IN	RRSIG	A 7 4 30
20200706231351 20200629231351 6314 vip.icann.org.
hqrwnkfDjMlb8QdN/b20VorCTAU/Ww8ZliuMEPS70YLkvsCfP1zQV7+A2b6XnR3ZPfF6Iy/5Zeux
Npy2ez6OtfqEbpzB3FSs9bseIdLuVT5LoDV0DT6cjvW2Z1cYuZ017GH5L+1SYG6VJFpqpaYQCkEo
fdMm0KXbKp8Ne2yi5Xo= ;{id = 6314}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 232

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: No
DS RRset
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_VALIDATE_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset from cache www.internic.net. CNAME IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Validating a cname response
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Successfully validated CNAME response
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validate(cname): sec_status_secure
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINISHED_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: chased to internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_INIT_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator classification positive
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
signer is vip.icann.org. TYPE0 CLASS0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
chased extract ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
internicwww.vip.icann.org.	IN	AAAA

;; ANSWER SECTION:
internicwww.vip.icann.org.	30	IN	AAAA	2620:0:2d0:200::9
internicwww.vip.icann.org.	30	IN	RRSIG	AAAA 7 4 30
20200706231422 20200629231422 6314 vip.icann.org.
egy265EN99ac+NOYcR+jtl5DMqDLwlEL9BpF4Y4BqYNBpt/GPkHs8oQiBMh6PlqGL768Foa0o78d
6iwrWAH+kDu0YrKdgASlJOUS6tc7JlbX4BaTR1uvbQCa4prjhUJIIweBnc6aQJaeJrQw/R0YNw2o
FivNheQxynyIbBjZNoI= ;{id = 6314}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 244

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: No
DS RRset
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=230
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=79
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to iCaNn.orG.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39BF0 added=0 fd=-1 tv=79  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 644 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=644 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 3 recursion states (2 with reply, 0 detached), 4 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0vRDCD mod1  icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDdc
mod0 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 2RDdc
mod0 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=82127 rrset=96232 infra=15278 val=74783
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=836 tv=1593610715576  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3AA90 added=1 fd=-1 tv=1593610595802  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=644  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 644 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=644 tv=1593610715591  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=644 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=644  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 644 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=644 tv=1593610715607  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=644 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 644
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=644 tv=1593610715623  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 644 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=644 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=644  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=644  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 936
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 644
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=644 tv=1593610715623  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 46 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D8A1C0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 11, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
icann.org.	IN	DS

;; ANSWER SECTION:
icann.org.	81790	IN	DS	17248 7 1
88151C40E4673E7023E6AD1902A8AE055F3DDF61
icann.org.	81790	IN	DS	17248 7 2
885CF8A6CF35FD5C619E1D48B59AFB23063BBA9FEC52FF25F99094CBA10910A2
icann.org.	81790	IN	DS	18060 7 1
04CF77A76FD328458005D2B35E416F209A3420A0
icann.org.	81790	IN	DS	18060 7 2
6BE021818B9F10ED981A03ACBF74F01E31FB15C58680AD0C4BAA464BF37A7523
icann.org.	81790	IN	DS	32134 7 1
3D54D51109645E8315F59790B920323D361B065F
icann.org.	81790	IN	DS	32134 7 2
6C321409786B95BEEE60E6D42F3713ACC3A9B5D18442091A792FBDD1EA8E4655
icann.org.	81790	IN	DS	41334 7 1
49D712CF7A8984B7545FDC7E69D7372782339B3A
icann.org.	81790	IN	DS	41334 7 2
C299FAF7D6F9BCB310200ECF2EA216A2E83F7ACB15C8D72D79641FA8DFACF9A9
icann.org.	81790	IN	DS	41643 7 1
93358DB22E956A451EB5AE8D2EC39526CA6A87B9
icann.org.	81790	IN	DS	41643 7 2
B8AB67D895E62087F0C5FC5A1A941C67A18E4B096F6C622AEFAE30DD7B1EA199
icann.org.	81790	IN	RRSIG	DS 7 2 86400 20200720013704
20200629003704 62165 org.
x9X1nGp+sSo+qPO/szaXI1LDmCSlrQ/7mo12LQbSAmRKG0qFmsElz+BK2BtX1CJrZyTFDjqm3CZj
BOuWPG5ZAmVYZX3aSvF5oOCqcdWOZr1UA95QDmLx0l7ZjKwdvIP0Cy4HUvbBqseImS3Kjujf3W3h
rDtSdYXFMnIn9AgIOy8= ;{id = 62165}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 610

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: not
validating response, is valrec(validation recursion lookup)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify sig 62165 7
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify result: sec_status_secure
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DS icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset cached icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DS icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: DS
RRset icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: DS
RRset icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=230
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=75
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 75
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to iCaNN.Org.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3AA90 added=0 fd=-1 tv=230  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 804 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=804 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 3 recursion states (2 with reply, 0 detached), 4 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0vRDCD mod1  icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDdc
mod0 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 2RDdc
mod0 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=82330 rrset=97124 infra=15278 val=74783
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=644 tv=1593610715623  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 644
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39BF0 added=1 fd=-1 tv=1593610595670  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 644 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=804  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 804 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=804 tv=1593610715638  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=804 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=804  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 804 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=804 tv=1593610715654  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=804 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 804
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=804 tv=1593610715669  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 804 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=804 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=804  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=804  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 1872
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 804
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=804 tv=1593610715669  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 53 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D8A1C0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
icann.org.	IN	DNSKEY

;; ANSWER SECTION:
icann.org.	807	IN	DNSKEY	256 3 7
AwEAAZzuCtfI1hEuK+x5bdKRN2HSWdZ8uzpqgfO9Wt5VKHeDkqWFVpldEqUPqGvB7CYb7ZbWrCYg
OmkbkiiVcyT3agI84jHgkqbE7m9BnEWKDE5ZgG+hN78xl8zcxznv6FZ/MBYbbgaytGSzB3hsroOZ
5kVjzUCj+IMugm/Ip8K4X2+b ;{id = 4629 (zsk), size = 1024b}
icann.org.	807	IN	DNSKEY	256 3 7
AwEAAcIqSpLb067IS1bZw4dWN6JP12VHgyaLH9+OT3MOUGrXvi49URjRKjQGz7zkn1hfhspcxCTr
+t19hjPe0jQFCUhim57xTKkmFg9UBjY0Yz9S7b5maRXhonT9zPi2gWWOabCZGA99n3p8FcNdrSPH
Q+ixK4b2Mk2FdSbUs8dzCv8d ;{id = 53844 (zsk), size = 1024b}
icann.org.	807	IN	DNSKEY	256 3 7
AwEAAd2auVhDlNKh16IgQ7A5mzwReYpgvM2tkjhYO8alIyNQ8aRTgqJ2oLj7fxVdbFUcdNPQHW6m
wbp/CS3Ic9lYVexpJm8vsRtnjMK7HrxRbaNGSddacZ6a7cX7oVYnQFOSdmE2H/91n8fYnpKPaUJ0
EOBYunSr+/T9u2m0LKHknfUB ;{id = 17199 (zsk), size = 1024b}
icann.org.	807	IN	DNSKEY	257 3 7
AwEAAaxEcKY6A65zj+LOPz61QMjhiSFTjuw77gmHUtrAH2IZ53i61DdNjh7h5LhujGjVR7+XsL+D
zQJhJQUSrIilaNv2sHlzjjDdXKsD4TxaziLCvbog/5J9DIc1piDOp5Bky5l2YoX25AyQIbm1t4mx
iMCkjW6ItXO3FGFdP2W+yQXLzK5b+oC8UmlBViZaR2N8+By1uDtSTT+hPWCUXx7BbK1qUuKrOHYW
5wtklzn9zuPYRaT1IAU6nYQeRVAjyqEnllk7ybhT4Jic4yyUIaEJaHxJHQwW2Uu+YLhstrJgkf6X
Z+O2XhtFAXRh09peoIaKpB0ldrj602qaXRWahiRQqq8= ;{id = 18060 (ksk), size =
2048b}
icann.org.	807	IN	DNSKEY	257 3 7
AwEAAdKq+ROFFjVRGHeuAMC1vhI2HicoXKy9bGbcWZIcDEA90NynbT08cBeM9Is7Bd88KFWCLaan
4mcOKU5tN+ZQ5rE3XT0ieQwf1AuusyQWIoRvg8RsYFHbANAZ/4pu09Gbw/QUe6b6aoCLXTKDwdDB
Xm8B6H7tyiMUMd5krz2gLZ9Nf3qBL3oodJDCDuO9XWglww+YixmoVfqahCOS+brGVrzw0ShbQsO8
9vE0Q3FRlaERiLF0HTih4G2SlMaSBcZiw1vFDFAs3/RAVl4mYkjPD9TEnZAB4Ocz4GwToH58dO9P
4Pr1iah0sSZD/fklVgD5NDA5iWVe23MANlLDoPM/j4s= ;{id = 23584 (ksk), size =
2048b}
icann.org.	807	IN	RRSIG	DNSKEY 7 2 3600 20200721014256
20200629232645 18060 icann.org.
TZYyI6RB2zHvn2LiA3cehxf1SjIrodqi3n9DacDGr5QUWLCkngSS0/v49nWsc0Iw5tJfJA8dsXip
YlTith+SdOeQ1RxQdyGZA6LIlmRUnffguWxwPD16eMjSZOyxwzKXXSfPkI+aGRYwO1CBPS+3Gzd3
Yez/yBSZVNAc17+v8O3rwX400uIWQa9p4X0RPMWMTw9NNpyj1fvr4r+c/hqircHWySp44g/k3dxG
ykbuzqjrlY+RjZLO2zJkH5sBtZ0C5Lq4IoWlc/0STG6tMQDIT1hZqgf6RnLuyYjy3z5lJJUMoWAC
aPTk4NLI1ZcgpbhSv0DkQiBuP95bcyKuxbpUCQ== ;{id = 18060}
icann.org.	807	IN	RRSIG	DNSKEY 7 2 3600 20200721014256
20200629232645 23584 icann.org.
pvgmyydZlAzyOunweRAhdCPaJ538mvGaJp5T3NFeUQI81QEuWC9lhoq3t65MQy2FD6lVtr1R3mRw
PefAyGPdAnLkeswtTk7WEQWqNs9tDIPHMGx0GrY5aEznGEnu8QXUcXMZimdRaeTPaSFrvk5e9f02
haZ9ZF9q5ua6gV9ZOdtpJZL0uRcpojlwr02JokEhrzLgV4LpzckfHQXsr0VQdBYHNH9jZUFGRMP2
J/9t3VymlZh8PQ6A+73+kSunOB/jPIOVbmyB2bzAzih3mlkNY3NNjKTYo9+3guoNWth5WY+zEU50
3yEx+OxnY2a/aNw6RpTFhwoGnid0HlkCnmIj4A== ;{id = 23584}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 1617

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: not
validating response, is valrec(validation recursion lookup)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt DS match algo 7 keytag 18060
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
match digest ok, trying signature
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
matched DNSKEY.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DNSKEY icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt DS match algo 7 keytag 18060
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
match digest ok, trying signature
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
matched DNSKEY.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DNSKEY icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: DS
RRset icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: DS
RRset icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=197
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=75
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 75
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to vip.iCanN.Org.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A850 added=0 fd=-1 tv=197  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 1016 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 3 recursion states (2 with reply, 0 detached), 4 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0vRDCD mod1  vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDdc
mod0 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 2RDdc
mod0 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=82533 rrset=98967 infra=15278 val=76660
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=804 tv=1593610715669  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 804
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3AA90 added=1 fd=-1 tv=1593610595868  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 804 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 1016 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715692  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 1016 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715707  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 1016
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715723  EV_READ
EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 1016 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=1016 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=1016  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 1016
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=1016 tv=1593610715723  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 46 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D8A1C0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
vip.icann.org.	IN	DS

;; ANSWER SECTION:
vip.icann.org.	99	IN	DS	45993 7 1
6B735CEE64033E192C40A5F33EF0825FD7A9B628
vip.icann.org.	99	IN	DS	45993 7 2
4CC8B6337DE03514442B3BBA6C0A77EFE88C06D625A2E4FB97593E8C874D4260
vip.icann.org.	99	IN	RRSIG	DS 7 3 300 20200720013529
20200629105259 17199 icann.org.
C5ZUtbhWInFD21wsZ55EPU3fYiA20ySSvoWM778Tk3iDhJg00k3P92PrC1Rq7vIWCVY6A+TEXBtb
k3ag34Pl1gJyu/I8nJRc+0UOoGgazQZ5g8FKuhRUuQDWP8oGwQkR+zil2NLDeU1aQhsw9S8pGIfx
F7hgphj4zj3Jc39SG2g= ;{id = 17199}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 284

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: not
validating response, is valrec(validation recursion lookup)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify sig 17199 7
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify result: sec_status_secure
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DS vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset cached vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DS vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: DS
RRset vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: DS
RRset vip.icann.org. DS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=180
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=525
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=76
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=75
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 75
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to vIP.icaNN.OrG.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B3A2B0 added=0 fd=-1 tv=75  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 836 (-1 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=836 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 3 recursion states (2 with reply, 0 detached), 4 waiting
replies, 43 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.339444 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.116326 median[50%]=0.210651 [75%]=0.387258
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 11
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0vRDCD mod1  vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDdc
mod0 rep www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: 2RDdc
mod0 rep www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=82740 rrset=99421 infra=15278 val=76660
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=1016 tv=1593610715723  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 1016
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A850 added=1 fd=-1 tv=1593610595889  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 1016 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=836  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 836 0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=836 tv=1593610715739  EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=836 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=836  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 836 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=836 tv=1593610715754  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=836 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=836 tv=1593610715770  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 836 (120000 msec)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=836 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=836  ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 pass sticky EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 store sticky EV_READEV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=836  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 1404
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=836 tv=1593610715770  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 53 msec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D8A1C0
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
vip.icann.org.	IN	DNSKEY

;; ANSWER SECTION:
vip.icann.org.	210	IN	DNSKEY	256 3 7
AwEAAZ5ts+OCd/QGfQ2pEjsLHVVpVU95q6ne5Z8VQ5f4DgKoQLo4FCJivha4Un1kaX9KIWWrVuXC
hjHXJXq3WBF5PlCO+8leXydgsySZ7YPoKzNpwlRCOr83Eyc7g2JBhrehyQJGuDUHd23I93GTrrey
dPEuw99KHbBGtuZGcS9Bj7NP ;{id = 6314 (zsk), size = 1024b}
vip.icann.org.	210	IN	DNSKEY	257 3 7
AwEAAZidan2+gjCM5uZIUskekyivYL9CdscruhFQmrB7AHci5uL/GjYSEKdiiUK7aAF02Qwa0AGT
4ue91SjCzqJcFVv2r/Sqdru7YS1jundhV64JDhPqvICb1ja6gDI3aQ8DexfyFOgG6Y8Dv+FwIwCT
XuSI2ZTYySkpwKfRQ5fRx3Y+qENsDTmyjMNx2G6XnYbmPgN1djeZRCCHqHjQkWsywOEoNJ9O039Y
aHSXagwf1TVtxaDOU2oWBG5eJNgaUJKjunahtmmNIHG7uotR1e2OLqmkUSDPNzhbE7Z+Op0CwLp+
bIz2osLJsx57TG5MNgW7QOWnWYk7ZOiODuJywaDN1cU= ;{id = 45993 (ksk), size =
2048b}
vip.icann.org.	210	IN	RRSIG	DNSKEY 7 3 3600 20200704071347
20200627071347 45993 vip.icann.org.
D1bymZVs94nkhF4Sy4sGe3qcNn3v/xhidM0fqhFXlgjFrjMEZMMab9+xZ68GSPnZsS7uVMn7XZJp
w4SaN3YHuevTqca4iT8iW1PeLDtyJXKGZgSRMLputBx5sckUTuDa2hPmUlOWh48o2MaAskTEXwT0
Z7M9Ggt/OjFgPHfzKNpLY1z+vm0GCeOFIrc9t5+nOZcVHPYR9W0gN5fqaxTBv4ngl/nR9zNIOKpi
gChJ7SCtvjNIT8Qf4wbJ7zaZ9Dg3AsmGCfo+Q4V10HqAcEEywGeyfRNr4xlwSLMpj6Xx1VFmhFx2
k8W/Ovr035Pn4LjvG3276i9e5ee2vG5d0JV0pw== ;{id = 45993}
vip.icann.org.	210	IN	RRSIG	DNSKEY 7 3 3600 20200704071347
20200627071347 6314 vip.icann.org.
h9tvHsJna3/VMsCLxKkpqKWgz58Ylcr3tEPh6ByASmevk/fygabF51eupNI5ZfmmGlukePxpEoCG
prZkSKmZNnGa3pIZQgMQ0FWnNWTXi6ofFbinmS9rhSqLG4xnSa42Mpys4h7xJBpfULtNZxP3CDOF
N4z12x7OplyocE99nU0= ;{id = 6314}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 929

01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: not
validating response, is valrec(validation recursion lookup)
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt DS match algo 7 keytag 45993
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
match digest ok, trying signature
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
matched DNSKEY.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DNSKEY vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt DS match algo 7 keytag 45993
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
match digest ok, trying signature
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
matched DNSKEY.
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DNSKEY vip.icann.org. DNSKEY IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_VALIDATE_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset internicwww.vip.icann.org. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify sig 6314 7
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify result: sec_status_secure
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Validating a positive response
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Successfully validated positive response
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validate(positive): sec_status_secure
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINISHED_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validation success www.internic.net. A IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 0.439202 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] reply: ::1
www.internic.net. A IN NOERROR 0.439202 0 89
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 0.454808 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] reply: ::1
www.internic.net. A IN NOERROR 0.454808 0 89
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_VALIDATE_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset INTERNICwwW.VIp.Icann.ORg. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify sig 6314 7
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify result: sec_status_secure
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Validating a positive response
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Successfully validated positive response
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validate(positive): sec_status_secure
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINISHED_STATE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validation success www.internic.net. AAAA IN
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 0.470450 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] reply: ::1
www.internic.net. AAAA IN NOERROR 0.470450 0 101
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 0.470450 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] reply: ::1
www.internic.net. AAAA IN NOERROR 0.470450 0 101
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 0 recursion states (0 with reply, 0 detached), 0 waiting
replies, 47 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.349596 sec
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.12288 median[50%]=0.229376 [75%]=0.406323
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 2
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 10
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 14
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 15
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=82947 rrset=100534 infra=15278 val=77807
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=836 tv=1593610715770  EV_READ
EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 836
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B3A2B0 added=1 fd=-1 tv=1593610595814  EV_TIMEOUT
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 836 got sticky 
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:36:35 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ

================= This run worked:

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] query: ::1
www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
answer from the cache failed
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_new
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: msg
from cache lookup ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	244	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	244	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: msg
ttl is 244, prefetch ttl 220
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
returning CNAME response from cache
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=131
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=136
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=67
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=136
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 67
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: internicwww.vip.icann.org. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to interNicwWw.vIp.icanN.Org.
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39E30 added=0 fd=-1 tv=67  EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (-1 msec)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting
replies, 80 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.266627 sec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.0998644 median[50%]=0.181484 [75%]=0.317332
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.008192    0.016384 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 2
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.032768    0.065536 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 21
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 26
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 19
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=94801 rrset=114946 infra=15278 val=80248
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] query: ::1
www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
answer from the cache failed
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_new
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: msg
from cache lookup ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	244	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	244	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: msg
ttl is 244, prefetch ttl 220
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
returning CNAME response from cache
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=131
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=136
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=67
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=136
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 67
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: internicwww.vip.icann.org. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1001#853
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to inTERNicWWW.viP.iCAnN.ORG.
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39800 added=0 fd=-1 tv=136  EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 540 (-1 msec)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=540 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 2 waiting
replies, 80 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.266627 sec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.0998644 median[50%]=0.181484 [75%]=0.317332
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.008192    0.016384 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 2
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.032768    0.065536 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 21
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 26
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 19
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=94801 rrset=114946 infra=15278 val=80248
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593611071373  EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=540  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 540 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=540 tv=1593611071373  EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=540 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593611071373  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593611071389  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (120000 msec)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=540  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1001 port
853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 540 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=540 tv=1593611071373  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=540 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 540
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=540 tv=1593611071389  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 540 (120000 msec)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D38B40 added=0 fd=540 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 got sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 pass sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=540  ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593611071389  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 880
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39E30 added=1 fd=-1 tv=-1 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: tcp
error for address ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_noreply
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query response was timeout
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (4 result, 0 avail) cacheNS
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=136
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=134
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=136
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=131
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 131
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: internicwww.vip.icann.org. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.1.1.1#853
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to iNTerniCWwW.Vip.icanN.oRg.
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39260 added=0 fd=-1 tv=131  EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (-1 msec)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 2 recursion states (2 with reply, 0 detached), 2 waiting
replies, 80 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.266627 sec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.0998644 median[50%]=0.181484 [75%]=0.317332
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.008192    0.016384 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 2
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.032768    0.065536 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 21
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 26
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 19
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: 0RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=94801 rrset=114946 infra=15278 val=80248
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593611071458  EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 880 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593611071458  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593611071474  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 880 (120000 msec)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=880 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D38B40 fd=540  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 540
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=1 fd=540 tv=1593611071389  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 115 msec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D6E150
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: chased to internicwww.vip.icann.org. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1001#853
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
internicwww.vip.icann.org.	IN	AAAA

;; ANSWER SECTION:
internicwww.vip.icann.org.	30	IN	AAAA	2620:0:2d0:200::9
internicwww.vip.icann.org.	30	IN	RRSIG	AAAA 7 4 30
20200706231416 20200629231416 6314 vip.icann.org.
W02DL1+TkHtEiiAAAo/YKGMgYghgzgzwHeI9To8HuPo3pzufR1RnYpE2saRwC5B1Ig3NknLuHgMs
d3wnRHAFplrnHy026ry9oSH1Sj38iX1C1QruNmNQPR9UTW+yBzTJGj43NozfZwxzTYon2H34u+Yp
Ni9CWX+Q6Bqu6p+MhHM= ;{id = 6314}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 244

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
prepending 1 rrsets
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_INIT_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator classification cname
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
signer is internic.net. TYPE0 CLASS0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
chased extract ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	AAAA

;; ANSWER SECTION:
www.internic.net.	244	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	244	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_VALIDATE_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset cached www.internic.net. CNAME IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Validating a cname response
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Successfully validated CNAME response
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validate(cname): sec_status_secure
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINISHED_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: chased to internicwww.vip.icann.org. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_INIT_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator classification positive
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
signer is vip.icann.org. TYPE0 CLASS0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
chased extract ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
internicwww.vip.icann.org.	IN	AAAA

;; ANSWER SECTION:
internicwww.vip.icann.org.	30	IN	AAAA	2620:0:2d0:200::9
internicwww.vip.icann.org.	30	IN	RRSIG	AAAA 7 4 30
20200706231416 20200629231416 6314 vip.icann.org.
W02DL1+TkHtEiiAAAo/YKGMgYghgzgzwHeI9To8HuPo3pzufR1RnYpE2saRwC5B1Ig3NknLuHgMs
d3wnRHAFplrnHy026ry9oSH1Sj38iX1C1QruNmNQPR9UTW+yBzTJGj43NozfZwxzTYon2H34u+Yp
Ni9CWX+Q6Bqu6p+MhHM= ;{id = 6314}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 244

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: No
DS RRset
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=131
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=136
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=134
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=192
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 131
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 1.0.0.1#853
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to viP.IcAnn.OrG.
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B38B10 added=0 fd=-1 tv=136  EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (-1 msec)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=456 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 3 recursion states (2 with reply, 0 detached), 2 waiting
replies, 80 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.266627 sec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.0998644 median[50%]=0.181484 [75%]=0.317332
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.008192    0.016384 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 2
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.032768    0.065536 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 21
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 26
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 19
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0vRDCD mod1  vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDd
mod1 rep www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: 2RDdc
mod0 rep www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=94801 rrset=114946 infra=15278 val=80248
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D38B40 added=0 fd=540 tv=1593611071389  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 540
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39800 added=1 fd=-1 tv=1593610951509  EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 540 got sticky 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=880  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 880
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=880 tv=1593611071474  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 31 msec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D72160
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.1.1.1#853
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
internicwww.vip.icann.org.	IN	A

;; ANSWER SECTION:
internicwww.vip.icann.org.	30	IN	A	192.0.32.9
internicwww.vip.icann.org.	30	IN	RRSIG	A 7 4 30
20200706231351 20200629231351 6314 vip.icann.org.
hqrwnkfDjMlb8QdN/b20VorCTAU/Ww8ZliuMEPS70YLkvsCfP1zQV7+A2b6XnR3ZPfF6Iy/5Zeux
Npy2ez6OtfqEbpzB3FSs9bseIdLuVT5LoDV0DT6cjvW2Z1cYuZ017GH5L+1SYG6VJFpqpaYQCkEo
fdMm0KXbKp8Ne2yi5Xo= ;{id = 6314}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 232

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
prepending 1 rrsets
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_INIT_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator classification cname
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
signer is internic.net. TYPE0 CLASS0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
chased extract ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
www.internic.net.	IN	A

;; ANSWER SECTION:
www.internic.net.	244	IN	CNAME	internicwww.vip.icann.org.
www.internic.net.	244	IN	RRSIG	CNAME 8 3 600 20200717054916
20200625212015 23008 internic.net.
vHAyWHLpawBEn0hhsAyLzcO6PLSvHLcOqUsfKWUU4v9ddZ7LsMFO4FM/oiqr47fo/7RLojQQQWRR
xZ7K9yy0Cw68WlzufIYFbMaccdOjFg0glmLKp5gPGiwlE873HCD0/0MYkRmMHCkb77WkeexnkHKE
wGUPmw10+t8QPY6TLww= ;{id = 23008}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 245

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_VALIDATE_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset cached www.internic.net. CNAME IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Validating a cname response
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Successfully validated CNAME response
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validate(cname): sec_status_secure
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINISHED_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_INIT_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator classification positive
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
signer is vip.icann.org. TYPE0 CLASS0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
chased extract ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
internicwww.vip.icann.org.	IN	A

;; ANSWER SECTION:
internicwww.vip.icann.org.	30	IN	A	192.0.32.9
internicwww.vip.icann.org.	30	IN	RRSIG	A 7 4 30
20200706231351 20200629231351 6314 vip.icann.org.
hqrwnkfDjMlb8QdN/b20VorCTAU/Ww8ZliuMEPS70YLkvsCfP1zQV7+A2b6XnR3ZPfF6Iy/5Zeux
Npy2ez6OtfqEbpzB3FSs9bseIdLuVT5LoDV0DT6cjvW2Z1cYuZ017GH5L+1SYG6VJFpqpaYQCkEo
fdMm0KXbKp8Ne2yi5Xo= ;{id = 6314}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 232

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: No
DS RRset
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 3 recursion states (2 with reply, 0 detached), 2 waiting
replies, 80 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.266627 sec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.0998644 median[50%]=0.181484 [75%]=0.317332
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.008192    0.016384 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 2
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.032768    0.065536 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 21
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 26
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 19
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0vRDCD mod1  vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDdc
mod0 rep www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: 2RDdc
mod0 rep www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=94801 rrset=114946 infra=15278 val=80248
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=880 tv=1593611071474  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 880
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39260 added=1 fd=-1 tv=1593610951589  EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 880 got sticky 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D17E00 fd=444  FD_READ ;  EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] query:
127.0.0.1 www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Cache reply: unchecked entry needs validation
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
answer from the cache failed
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=94801 rrset=114946 infra=15278 val=80248
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=456  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=456 tv=1593611071489  EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D17E00 fd=444  FD_READ ;  EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] query:
127.0.0.1 www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
using localzone . transparent
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Cache reply: unchecked entry needs validation
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
answer from the cache failed
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=94801 rrset=114946 infra=15278 val=80248
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 456 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=456 tv=1593611071520  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=456 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=456 tv=1593611071520  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 456 (120000 msec)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D19780 added=0 fd=456 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=456  ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D19780 fd=456  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 468
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 456
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=1 fd=456 tv=1593611071520  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 53 msec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D8A1C0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 1.0.0.1#853
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
vip.icann.org.	IN	DS

;; ANSWER SECTION:
vip.icann.org.	154	IN	DS	45993 7 1
6B735CEE64033E192C40A5F33EF0825FD7A9B628
vip.icann.org.	154	IN	DS	45993 7 2
4CC8B6337DE03514442B3BBA6C0A77EFE88C06D625A2E4FB97593E8C874D4260
vip.icann.org.	154	IN	RRSIG	DS 7 3 300 20200720013529
20200629105259 17199 icann.org.
C5ZUtbhWInFD21wsZ55EPU3fYiA20ySSvoWM778Tk3iDhJg00k3P92PrC1Rq7vIWCVY6A+TEXBtb
k3ag34Pl1gJyu/I8nJRc+0UOoGgazQZ5g8FKuhRUuQDWP8oGwQkR+zil2NLDeU1aQhsw9S8pGIfx
F7hgphj4zj3Jc39SG2g= ;{id = 17199}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 284

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: not
validating response, is valrec(validation recursion lookup)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify sig 17199 7
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify result: sec_status_secure
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DS vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset cached vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DS vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: DS
RRset vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
current keyname icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
target keyname vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
striplab 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: next
keyname vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: DS
RRset vip.icann.org. DS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
generate request vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_subquery
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: pass to next module
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_wait_module
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_state_initial
event:module_event_pass
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_request: new external request event
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state INIT REQUEST STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
resolving vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
request has dependency depth of 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
forwarding request
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY TARGETS STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
processQueryTargets: vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
DelegationPoint<.>: 0 names (0 missing), 4 addrs (0 result, 4 avail) cacheNS
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
[cloudflare-dns.com] ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt to get extra 4 targets
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.1.1.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=111
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip4 1.0.0.1 port 853 (len 16)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=134
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1111 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=134
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
servselect ip6 2606:4700:4700::1001 port 853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
rtt=192
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
selrtt 111
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
sending query: vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
sending to target: <.> 2606:4700:4700::1111#853
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
dnssec status: not expected
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
qname perturbed to Vip.ICaNN.orG.
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000002B39260 added=0 fd=-1 tv=134  EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: the
query is using TLS encryption, for cloudflare-dns.com
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 620 (-1 msec)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=620 tv=120000  EV_WRITE EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_wait_reply
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 3 recursion states (2 with reply, 0 detached), 4 waiting
replies, 80 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.266627 sec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.0998644 median[50%]=0.181484 [75%]=0.317332
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.008192    0.016384 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 2
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.032768    0.065536 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 21
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 26
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 19
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0vRDCD mod1  vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: 1RDdc
mod0 rep www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: 2RDdc
mod0 rep www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=94801 rrset=114946 infra=15278 val=80248
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D19780 added=0 fd=456 tv=1593611071520  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 456
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B38B10 added=1 fd=-1 tv=1593610951625  EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 456 got sticky 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=620  FD_WRITE FD_CONNECT ;
EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 620 0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=620 tv=1593611071543  EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=620 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=620  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: peer
certificate: 
        Issuer: C=US, O=DigiCert Inc, CN=DigiCert ECC Secure Server CA
        Validity
            Not Before: Jan 28 00:00:00 2019 GMT
            Not After : Feb  1 12:00:00 2021 GMT
        Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc.,
CN=cloudflare-dns.com
        X509v3 extensions:
            X509v3 Authority Key Identifier: 
 
keyid:A3:9D:E6:1F:F9:DA:39:4F:C0:6E:E8:91:CB:95:A5:DA:31:E2:0A:9F

            X509v3 Subject Key Identifier: 
                70:95:DC:5C:A3:8E:66:07:DB:CB:81:10:C6:AB:E7:C3:A8:45:7F:A0
            X509v3 Subject Alternative Name: 
                DNS:cloudflare-dns.com, DNS:*.cloudflare-dns.com,
DNS:one.one.one.one, IP Address:1.1.1.1, IP Address:1.0.0.1, IP
Address:162.159.132.53, IP Address:2606:4700:4700:0:0:0:0:1111, IP
Address:2606:4700:4700:0:0:0:0:1001, IP Address:2606:4700:4700:0:0:0:0:64,
IP Address:2606:4700:4700:0:0:0:0:6400, IP Address:162.159.36.1, IP
Address:162.159.46.1
            X509v3 Key Usage: critical
                Digital Signature
            X509v3 Extended Key Usage: 
                TLS Web Server Authentication, TLS Web Client Authentication
            X509v3 CRL Distribution Points: 

                Full Name:
                  URI:http://crl3.digicert.com/ssca-ecc-g1.crl

                Full Name:
                  URI:http://crl4.digicert.com/ssca-ecc-g1.crl

            X509v3 Certificate Policies: 
                Policy: 2.16.840.1.114412.1.1
                  CPS: https://www.digicert.com/CPS
                Policy: 2.23.140.1.2.2

            Authority Information Access: 
                OCSP - URI:http://ocsp.digicert.com
                CA Issuers -
URI:http://cacerts.digicert.com/DigiCertECCSecureServerCA.crt

            X509v3 Basic Constraints: critical
                CA:FALSE
            CT Precertificate SCTs: 
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
A4:B9:09:90:B4:18:58:14:87:BB:13:A2:CC:67:70:0A:
 
3C:35:98:04:F9:1B:DF:B8:E3:77:CD:0E:C8:0D:DC:10
                    Timestamp : Jan 28 15:40:03.083 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:45:02:21:00:E5:9E:83:DE:31:7B:45:91:1B:32:DD:
 
5B:34:7A:8B:E4:DC:82:CA:B7:4D:71:E9:B8:14:74:C9:
 
66:41:31:48:BC:02:20:70:09:F4:94:54:A3:88:6C:C7:
 
9B:67:8E:8C:36:49:CC:C8:8F:E5:46:A3:D0:9C:2E:6F:
                                D1:8E:F1:19:31:92:4A
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
87:75:BF:E7:59:7C:F8:8C:43:99:5F:BD:F3:6E:FF:56:
 
8D:47:56:36:FF:4A:B5:60:C1:B4:EA:FF:5E:A0:83:0F
                    Timestamp : Jan 28 15:40:03.308 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:44:02:20:50:B4:9F:42:4C:A1:D7:A8:97:C6:FF:42:
 
27:31:77:90:65:7F:FA:3B:C4:EB:3F:06:4D:23:F6:17:
 
5C:E4:DE:E3:02:20:10:A1:C6:27:1C:BF:62:32:A4:ED:
 
16:48:74:BE:64:AC:20:8E:4D:6E:26:A4:33:FD:B2:0C:
                                45:E7:C2:43:D1:BC
                Signed Certificate Timestamp:
                    Version   : v1 (0x0)
                    Log ID    :
BB:D9:DF:BC:1F:8A:71:B5:93:94:23:97:AA:92:7B:47:
 
38:57:95:0A:AB:52:E8:1A:90:96:64:36:8E:1E:D1:85
                    Timestamp : Jan 28 15:40:03.089 2019 GMT
                    Extensions: none
                    Signature : ecdsa-with-SHA256
 
30:46:02:21:00:BD:CE:3D:30:73:39:9A:52:E6:B4:BF:
 
B8:BC:EA:30:E8:80:08:21:50:C9:8F:A6:4C:9F:8B:D0:
 
8F:53:70:1D:D1:02:21:00:E3:E4:A2:3F:3D:3F:E6:41:
 
71:BE:B9:3B:00:A6:0A:76:F7:A5:81:5D:61:8A:23:DB:
                                33:66:07:63:EF:F4:04:89

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: SSL
connection to cloudflare-dns.com authenticated ip6 2606:4700:4700::1111 port
853 (len 28)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point listen_for_rw 620 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=620 tv=1593611071558  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=620 tv=120000  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 620
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=620 tv=1593611071558  EV_READ EV_WRITE
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point start listening 620 (120000 msec)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_add 0000000003D1A500 added=0 fd=620 tv=120000  EV_READ EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 got sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 pass sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=620  ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read wsawb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 store sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 got sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 pass sticky EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 store sticky EV_READEV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D1A500 fd=620  FD_READ ;  EV_READ EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 2, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 130, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Reading ssl tcp query of length 1404
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: comm
point stop listening 620
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=1 fd=620 tv=1593611071558  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
outnettcp cb
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
measured TCP-time at 46 msec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: good
0x20-ID in reply qname
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
worker svcd callback for qstate 0000000002D8A1C0
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: start
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iterator[module 1] operate: extstate:module_wait_reply
event:module_event_reply
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
iterator operate: query vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
process_response: new external response event
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: scrub
for . NS IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
response for vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: reply
from <.> 2606:4700:4700::1111#853
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id:
0
;; flags: qr rd ra ; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0 
;; QUESTION SECTION:
vip.icann.org.	IN	DNSKEY

;; ANSWER SECTION:
vip.icann.org.	155	IN	DNSKEY	256 3 7
AwEAAZ5ts+OCd/QGfQ2pEjsLHVVpVU95q6ne5Z8VQ5f4DgKoQLo4FCJivha4Un1kaX9KIWWrVuXC
hjHXJXq3WBF5PlCO+8leXydgsySZ7YPoKzNpwlRCOr83Eyc7g2JBhrehyQJGuDUHd23I93GTrrey
dPEuw99KHbBGtuZGcS9Bj7NP ;{id = 6314 (zsk), size = 1024b}
vip.icann.org.	155	IN	DNSKEY	257 3 7
AwEAAZidan2+gjCM5uZIUskekyivYL9CdscruhFQmrB7AHci5uL/GjYSEKdiiUK7aAF02Qwa0AGT
4ue91SjCzqJcFVv2r/Sqdru7YS1jundhV64JDhPqvICb1ja6gDI3aQ8DexfyFOgG6Y8Dv+FwIwCT
XuSI2ZTYySkpwKfRQ5fRx3Y+qENsDTmyjMNx2G6XnYbmPgN1djeZRCCHqHjQkWsywOEoNJ9O039Y
aHSXagwf1TVtxaDOU2oWBG5eJNgaUJKjunahtmmNIHG7uotR1e2OLqmkUSDPNzhbE7Z+Op0CwLp+
bIz2osLJsx57TG5MNgW7QOWnWYk7ZOiODuJywaDN1cU= ;{id = 45993 (ksk), size =
2048b}
vip.icann.org.	155	IN	RRSIG	DNSKEY 7 3 3600 20200704071347
20200627071347 45993 vip.icann.org.
D1bymZVs94nkhF4Sy4sGe3qcNn3v/xhidM0fqhFXlgjFrjMEZMMab9+xZ68GSPnZsS7uVMn7XZJp
w4SaN3YHuevTqca4iT8iW1PeLDtyJXKGZgSRMLputBx5sckUTuDa2hPmUlOWh48o2MaAskTEXwT0
Z7M9Ggt/OjFgPHfzKNpLY1z+vm0GCeOFIrc9t5+nOZcVHPYR9W0gN5fqaxTBv4ngl/nR9zNIOKpi
gChJ7SCtvjNIT8Qf4wbJ7zaZ9Dg3AsmGCfo+Q4V10HqAcEEywGeyfRNr4xlwSLMpj6Xx1VFmhFx2
k8W/Ovr035Pn4LjvG3276i9e5ee2vG5d0JV0pw== ;{id = 45993}
vip.icann.org.	155	IN	RRSIG	DNSKEY 7 3 3600 20200704071347
20200627071347 6314 vip.icann.org.
h9tvHsJna3/VMsCLxKkpqKWgz58Ylcr3tEPh6ByASmevk/fygabF51eupNI5ZfmmGlukePxpEoCG
prZkSKmZNnGa3pIZQgMQ0FWnNWTXi6ofFbinmS9rhSqLG4xnSa42Mpys4h7xJBpfULtNZxP3CDOF
N4z12x7OplyocE99nU0= ;{id = 6314}

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:
;; MSG SIZE  rcvd: 929

01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state QUERY RESPONSE STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: query
response was ANSWER
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
iter_handle processing q with state FINISHED RESPONSE STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
finishing processing for vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: iterator module exit state is module_finished
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_module
event:module_event_moddone
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator: nextmodule returned
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: not
validating response, is valrec(validation recursion lookup)
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt DS match algo 7 keytag 45993
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
match digest ok, trying signature
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
matched DNSKEY.
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DNSKEY vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: inform_super, sub is vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info: super
is www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
attempt DS match algo 7 keytag 45993
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
match digest ok, trying signature
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: DS
matched DNSKEY.
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validated DNSKEY vip.icann.org. DNSKEY IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_VALIDATE_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset internicwww.vip.icann.org. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify sig 6314 7
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify result: sec_status_secure
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Validating a positive response
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Successfully validated positive response
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validate(positive): sec_status_secure
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINISHED_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validation success www.internic.net. A IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 0.069065 sec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] reply:
127.0.0.1 www.internic.net. A IN NOERROR 0.069065 0 89
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 0.216261 sec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] reply: ::1
www.internic.net. A IN NOERROR 0.216261 0 89
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
validator[module 0] operate: extstate:module_wait_subquery
event:module_event_pass
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: query www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator operate: chased to internicwww.vip.icann.org. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINDKEY_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validator: FindKey internicwww.vip.icann.org. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_VALIDATE_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
verify rrset INTERNICwwW.VIp.Icann.ORg. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify sig 6314 7
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
verify result: sec_status_secure
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Validating a positive response
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
Successfully validated positive response
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validate(positive): sec_status_secure
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: val
handle processing q with state VAL_FINISHED_STATE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
validation success www.internic.net. AAAA IN
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
mesh_run: validator module exit state is module_finished
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 0.069065 sec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] reply:
127.0.0.1 www.internic.net. AAAA IN NOERROR 0.069065 0 101
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
query took 0.216261 sec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] reply: ::1
www.internic.net. AAAA IN NOERROR 0.216261 0 101
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
mesh_run: end 0 recursion states (0 with reply, 0 detached), 0 waiting
replies, 84 recursion replies sent, 0 replies dropped, 0 states jostled out
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
average recursion processing time 0.260724 sec
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
histogram of recursion processing times
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
[25%]=0.0997287 median[50%]=0.177883 [75%]=0.303535
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
lower(secs) upper(secs) recursions
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.000000    0.000001 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.008192    0.016384 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.016384    0.032768 2
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.032768    0.065536 3
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.065536    0.131072 23
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.131072    0.262144 28
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.262144    0.524288 19
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
0.524288    1.000000 1
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] info:
1.000000    2.000000 4
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
cache memory msg=94801 rrset=114946 infra=15278 val=80248
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug: svcd
callbacks end
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 3, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 131, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 6, before read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 134, return read 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
bio_cb 1, before write 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000003D1A500 added=0 fd=620 tv=1593611071558  EV_READ
EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock: tcp wouldblock EV_WRITE
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
close fd 620
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
event_del 0000000002B39260 added=1 fd=-1 tv=1593610951677  EV_TIMEOUT
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock 620 got sticky 
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ
01/07/2020 14:42:31 C:\Program Files\Unbound\unbound.exe[1760:0] debug:
winsock event callback 0000000003D39560 fd=288  FD_READ ;  EV_READ

-----Original Message-----
From: Eric Luehrsen <ericluehrsen at gmail.com> 
Sent: 12 July 2020 17:42
To: unbound-users at nlnetlabs.nl
Subject: Re: Unbound randomly fails to resolve names

On 7/11/20 8:33 AM, RayG via Unbound-users wrote:
> Is no one else seeing this issue?
> I have seen no replies from nlnetlabs or anyone else.
...
> 
> *From:*RayG <rgsub1 at btinternet.com>
> *Sent:* 01 July 2020 15:31
> *To:* unbound-users at nlnetlabs.nl
> *Subject:* Unbound randomly fails to resolve names
...
> 
> It contains a short PowerShell script just to obtain named.root from:
> https://www.internic.net/domain/named.root
> 
> Examples of what happens when it fails and also when it works.
...
> The zip file can also be found on MSOneDrive here:
> https://1drv.ms/u/s!As73rPtzISrUzQ_Cgu81TC4xZRsE?e=BMHmDN

Attachments, free file drop sites, and unsigned compressed files may make
some people nervous for good reason. If what you wish to share is plain
text, then just inline it to the email. You may want to use some kind of
markdown marker to denote your code and log blocks (github: ``` or Jira:
{code} for examples).




More information about the Unbound-users mailing list