madnuttah / unbound-docker

🛡️ This distroless Unbound Docker image is based on Alpine Linux with focus on security, privacy, performance and a small image size. And with Pi-hole in mind.
https://hub.docker.com/r/madnuttah/unbound
MIT License
245 stars 21 forks source link

unable to resolve certain domains #75

Closed typkrft closed 2 months ago

typkrft commented 2 months ago

Describe the bug It seems that certain domains do not resolve. For example minisforum.com. If i exec into the container and drill I get the expected record. But if I dig on the local host or remotely it times out. Other domains do resolve.

To Reproduce

unbound.conf - primarily the default. I've removed the comments here to keep things concise, but the structure of the original file in use is intact. I've added the logfile and includes but there is nothing else actually included

include: "/usr/local/unbound/conf.d/*.conf"
include: "/usr/local/unbound/zones.d/*.conf"
server:
    verbosity: 1
    num-threads: 1
    interface: 0.0.0.0@5353
    prefer-ip6: no
    prefer-ip4: yes
    outgoing-range: 4096
    outgoing-port-permit: 32768
    msg-cache-size: 4m
    msg-cache-slabs: 4
    num-queries-per-thread: 4096
    udp-connect: yes
    rrset-cache-size: 4m
    rrset-cache-slabs: 4
    cache-min-ttl: 0
    cache-max-ttl: 86400
    infra-cache-slabs: 4
    do-ip4: yes
    do-ip6: no
    do-udp: yes
    do-tcp: yes
    use-systemd: no
    do-daemonize: no
 access-control: 0.0.0.0/0 allow
 chroot: ""
 username: ""
    directory: "/usr/local/unbound/"
 logfile: "/usr/local/unbound/log.d/unbound.log"
    use-syslog: no
    log-time-ascii: yes
    log-servfail: yes
    pidfile: "/usr/local/unbound/unbound.d/unbound.pid"
 root-hints: "/usr/local/unbound/iana.d/root.hints"
    hide-identity: yes
    hide-version: yes
    hide-trustanchor: yes
    harden-short-bufsize: yes
    harden-large-queries: yes
    harden-glue: yes
    harden-dnssec-stripped: yes
    harden-below-nxdomain: yes
    harden-algo-downgrade: yes
    qname-minimisation: yes
    aggressive-nsec: yes
    use-caps-for-id: no
    private-address: 10.0.0.0/8
    private-address: 172.16.0.0/12
    private-address: 192.168.0.0/16
    private-address: 169.254.0.0/16
    private-address: fd00::/8
    private-address: fe80::/10
    private-address: ::ffff:0:0/96
    do-not-query-localhost: yes
    deny-any: yes
    rrset-roundrobin: yes
    minimal-responses: yes
    disable-dnssec-lame-check: no
    module-config: "validator iterator"
 auto-trust-anchor-file: "/usr/local/unbound/iana.d/root.key"
    trust-anchor-signaling: yes
    root-key-sentinel: yes
    val-max-restart: 5
    val-clean-additional: yes
    val-permissive-mode: no
    ignore-cd-flag: no
    serve-expired: no
    val-log-level: 2
    zonemd-permissive-mode: no
    key-cache-size: 4m
    key-cache-slabs: 4
    neg-cache-size: 1m
    unblock-lan-zones: no
    insecure-lan-zones: yes
python:
    # Script file to load
    # python-script: "@UNBOUND_SHARE_DIR@/ubmodule-tst.py"
dynlib:
    # Script file to load
    # dynlib-file: "@UNBOUND_SHARE_DIR@/dynlib.so"
remote-control:
auth-zone:
    name: "."
    primary: 170.247.170.2        # b.root-servers.net
    primary: 192.33.4.12          # c.root-servers.net
    primary: 199.7.91.13          # d.root-servers.net
    primary: 192.5.5.241          # f.root-servers.net
    primary: 192.112.36.4         # g.root-servers.net
    primary: 193.0.14.129         # k.root-servers.net
    primary: 192.0.47.132         # xfr.cjr.dns.icann.org
    primary: 192.0.32.132         # xfr.lax.dns.icann.org
    primary: 2801:1b8:10::b       # b.root-servers.net
    primary: 2001:500:2::c        # c.root-servers.net
    primary: 2001:500:2d::d       # d.root-servers.net
    primary: 2001:500:2f::f       # f.root-servers.net
    primary: 2001:500:12::d0d     # g.root-servers.net
    primary: 2001:7fd::1          # k.root-servers.net
    primary: 2620:0:2830:202::132 # xfr.cjr.dns.icann.org
    primary: 2620:0:2d0:202::132  # xfr.lax.dns.icann.org
    #url: "https://www.internic.net/domain/root.zone"
    fallback-enabled: yes
    for-downstream: no
    for-upstream: yes
    zonemd-check: yes
 zonemd-reject-absence: no
    zonefile: "/usr/local/unbound/iana.d/root.zone"                          

docker-compose.yml

networks:
  dns-network:
    driver: bridge
    driver_opts:
      parent: eth0
    ipam:
      config:
        - subnet: 172.20.0.0/29
          gateway: 172.20.0.1

services:
  unbound:
    container_name: unbound
    image: madnuttah/unbound:latest
    hostname: unbound
    #domainname: <yourdomain.lan>
    ports:
      - 5353:5353/tcp
      - 5353:5353/udp
    networks:
      dns-network:
        ipv4_address: 172.20.0.2
    environment:
      TZ: "US/Eastern"
    volumes:
      - ./storage/unbound/unbound.conf:/usr/local/unbound/unbound.conf:rw
      - ./storage/unbound/conf.d/:/usr/local/unbound/conf.d/:rw
      - ./storage/unbound/log.d/unbound.log:/usr/local/unbound/log.d/unbound.log:rw
      - ./storage/unbound/zones.d/:/usr/local/unbound/zones.d/:rw
    restart: unless-stopped
    healthcheck:
      test: /usr/local/unbound/sbin/healthcheck.sh
      interval: 60s
      retries: 5
      start_period: 15s
      timeout: 30s

sudo docker exec unbound drill minisforum.com

drill record

sudo docker exec unbound drill minisforum.com
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 8944
;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; minisforum.com.      IN      A

;; ANSWER SECTION:
minisforum.com. 600     IN      A       54.177.249.210

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:

;; Query time: 4228 msec
;; SERVER: 127.0.0.11
;; WHEN: Wed Aug 21 10:49:49 2024
;; MSG SIZE  rcvd: 48

from localhost

sudo lsof -i -P

COMMAND      PID    USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
dhclient     469    root    7u  IPv4   14237      0t0  UDP *:68 
sshd         489    root    3u  IPv4   14915      0t0  TCP *:22 (LISTEN)
sshd         489    root    4u  IPv6   14917      0t0  TCP *:22 (LISTEN)
docker-pr 277214    root    4u  IPv4 1130528      0t0  TCP *:8201 (LISTEN)
docker-pr 277221    root    4u  IPv6 1130531      0t0  TCP *:8201 (LISTEN)
sshd      902332    root    4u  IPv4 3461045      0t0  TCP 10.X.X.175:22->10.X.X.228:58481 (ESTABLISHED)
sshd      902360 username    4u  IPv4 3461045      0t0  TCP 10.X.X.175:22->10.X.X.228:58481 (ESTABLISHED)
docker-pr 913976    root    4u  IPv4 3507890      0t0  TCP *:5353 (LISTEN)
docker-pr 913981    root    4u  IPv6 3507895      0t0  TCP *:5353 (LISTEN)
docker-pr 913990    root    4u  IPv4 3508398      0t0  UDP *:5353 
docker-pr 913996    root    4u  IPv6 3508400      0t0  UDP *:5353 
sshd      914644    root    4u  IPv4 3512291      0t0  TCP 10.X.X.175:22->10.X.X.228:59202 (ESTABLISHED)
sshd      914650 username    4u  IPv4 3512291      0t0  TCP 10.X.X.175:22->10.X.X.228:59202 (ESTABLISHED)

dig -p 5353 minisforum.com @0.0.0.0

;; communications error to 0.0.0.0#5353: timed out
;; communications error to 0.0.0.0#5353: timed out
;; communications error to 0.0.0.0#5353: timed out

; <<>> DiG 9.18.28-1~deb12u2-Debian <<>> -p 5353 minisforum.com @0.0.0.0
;; global options: +cmd
;; no servers could be reached

For reference

 dig -p 53 minisforum.com @9.9.9.9

; <<>> DiG 9.18.28-1~deb12u2-Debian <<>> -p 53 minisforum.com @9.9.9.9
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5977
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;minisforum.com.                        IN      A

;; ANSWER SECTION:
minisforum.com.         600     IN      A       54.177.249.210

;; Query time: 232 msec
;; SERVER: 9.9.9.9#53(9.9.9.9) (UDP)
;; WHEN: Wed Aug 21 10:56:39 EDT 2024
;; MSG SIZE  rcvd: 59

Expected behavior Resolve the domain

Please complete the following information:

Additional context n/a

madnuttah commented 2 months ago

Hey there, that's a nice report. Is your time set correct? If yes, could you please show the log?

Thank you.

typkrft commented 2 months ago

Thank you for the assist. The time appears to be correct in the container and the host. Expected output on host for date and timestamps in unbound.log. Verbosity is default currently.

unbound.log

Aug 21 10:37:11 unbound[7:0] notice: init module 0: validator
Aug 21 10:37:11 unbound[7:0] notice: init module 1: iterator
Aug 21 10:37:11 unbound[7:0] info: start of service (unbound 1.21.0).
Aug 21 10:38:26 unbound[7:0] error: SERVFAIL <minisforum.com. A IN>: exceeded the maximum number of sends
Aug 21 10:55:05 unbound[7:0] error: SERVFAIL <minisforum.com. A IN>: exceeded the maximum number of sends
Aug 21 10:56:49 unbound[7:0] error: SERVFAIL <minisforum.com. A IN>: exceeded the maximum number of sends
Aug 21 11:02:40 unbound[7:0] info: service stopped (unbound 1.21.0).
Aug 21 11:02:40 unbound[7:0] info: server stats for thread 0: 14 queries, 2 answers from cache, 12 recursions, 0 prefetch, 0 rejected by ip ratelimiting
Aug 21 11:02:40 unbound[7:0] info: server stats for thread 0: requestlist max 1 avg 0.75 exceeded 12 jostled 0
Aug 21 11:02:40 unbound[7:0] notice: init module 0: validator
Aug 21 11:02:40 unbound[7:0] notice: init module 1: iterator
Aug 21 11:02:40 unbound[7:0] info: start of service (unbound 1.21.0).
Aug 21 11:03:15 unbound[7:0] error: SERVFAIL <minisforum.com. A IN>: exceeded the maximum number of sends
Aug 21 12:14:26 unbound[7:0] info: service stopped (unbound 1.21.0).
Aug 21 12:14:26 unbound[7:0] info: server stats for thread 0: 4 queries, 1 answers from cache, 3 recursions, 0 prefetch, 0 rejected by ip ratelimiting
Aug 21 12:14:26 unbound[7:0] info: server stats for thread 0: requestlist max 1 avg 0.666667 exceeded 3 jostled 0
Aug 21 12:14:27 unbound[7:0] notice: init module 0: validator
Aug 21 12:14:27 unbound[7:0] notice: init module 1: iterator
Aug 21 12:14:27 unbound[7:0] info: start of service (unbound 1.21.0).
Aug 21 12:14:55 unbound[7:0] error: SERVFAIL <minisforum.com. A IN>: exceeded the maximum number of sends
Aug 21 12:23:04 unbound[7:0] info: service stopped (unbound 1.21.0).
Aug 21 12:23:04 unbound[7:0] info: server stats for thread 0: 3 queries, 0 answers from cache, 3 recursions, 0 prefetch, 0 rejected by ip ratelimiting
Aug 21 12:23:04 unbound[7:0] info: server stats for thread 0: requestlist max 1 avg 0.666667 exceeded 3 jostled 0
Aug 21 12:23:05 unbound[7:0] notice: init module 0: validator
Aug 21 12:23:05 unbound[7:0] notice: init module 1: iterator
Aug 21 12:23:05 unbound[7:0] info: start of service (unbound 1.21.0).
madnuttah commented 2 months ago

Sure! :)

Please ramp up the log verbosity to 5, try ro resolve the domain and post the results. Please don't forget to reset the verbosity to 1 again afterwards.

typkrft commented 2 months ago

Copy that!

Updated logs
```logs Aug 21 10:37:11 unbound[7:0] notice: init module 0: validator Aug 21 10:37:11 unbound[7:0] notice: init module 1: iterator Aug 21 10:37:11 unbound[7:0] info: start of service (unbound 1.21.0). Aug 21 10:38:26 unbound[7:0] error: SERVFAIL : exceeded the maximum number of sends Aug 21 10:55:05 unbound[7:0] error: SERVFAIL : exceeded the maximum number of sends Aug 21 10:56:49 unbound[7:0] error: SERVFAIL : exceeded the maximum number of sends Aug 21 11:02:40 unbound[7:0] info: service stopped (unbound 1.21.0). Aug 21 11:02:40 unbound[7:0] info: server stats for thread 0: 14 queries, 2 answers from cache, 12 recursions, 0 prefetch, 0 rejected by ip ratelimiting Aug 21 11:02:40 unbound[7:0] info: server stats for thread 0: requestlist max 1 avg 0.75 exceeded 12 jostled 0 Aug 21 11:02:40 unbound[7:0] notice: init module 0: validator Aug 21 11:02:40 unbound[7:0] notice: init module 1: iterator Aug 21 11:02:40 unbound[7:0] info: start of service (unbound 1.21.0). Aug 21 11:03:15 unbound[7:0] error: SERVFAIL : exceeded the maximum number of sends Aug 21 12:14:26 unbound[7:0] info: service stopped (unbound 1.21.0). Aug 21 12:14:26 unbound[7:0] info: server stats for thread 0: 4 queries, 1 answers from cache, 3 recursions, 0 prefetch, 0 rejected by ip ratelimiting Aug 21 12:14:26 unbound[7:0] info: server stats for thread 0: requestlist max 1 avg 0.666667 exceeded 3 jostled 0 Aug 21 12:14:27 unbound[7:0] notice: init module 0: validator Aug 21 12:14:27 unbound[7:0] notice: init module 1: iterator Aug 21 12:14:27 unbound[7:0] info: start of service (unbound 1.21.0). Aug 21 12:14:55 unbound[7:0] error: SERVFAIL : exceeded the maximum number of sends Aug 21 12:23:04 unbound[7:0] info: service stopped (unbound 1.21.0). Aug 21 12:23:04 unbound[7:0] info: server stats for thread 0: 3 queries, 0 answers from cache, 3 recursions, 0 prefetch, 0 rejected by ip ratelimiting Aug 21 12:23:04 unbound[7:0] info: server stats for thread 0: requestlist max 1 avg 0.666667 exceeded 3 jostled 0 Aug 21 12:23:05 unbound[7:0] notice: init module 0: validator Aug 21 12:23:05 unbound[7:0] notice: init module 1: iterator Aug 21 12:23:05 unbound[7:0] info: start of service (unbound 1.21.0). Aug 21 14:51:26 unbound[7:0] info: service stopped (unbound 1.21.0). Aug 21 14:51:26 unbound[7:0] info: server stats for thread 0: 0 queries, 0 answers from cache, 0 recursions, 0 prefetch, 0 rejected by ip ratelimiting Aug 21 14:51:26 unbound[7:0] info: server stats for thread 0: requestlist max 0 avg 0 exceeded 0 jostled 0 Aug 21 14:51:27 unbound[8:0] debug: Reading root hints from /usr/local/unbound/iana.d/root.hints Aug 21 14:51:27 unbound[8:0] info: DelegationPoint<.>: 13 names (0 missing), 26 addrs (0 result, 26 avail) parentNS Aug 21 14:51:27 unbound[8:0] info: M.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: L.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: K.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: J.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: I.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: H.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: G.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: F.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: E.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: D.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: C.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: B.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] info: A.ROOT-SERVERS.NET. * A AAAA Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:dc3::35 port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 202.12.27.33 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:500:9f::42 port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 199.7.83.42 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:7fd::1 port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 193.0.14.129 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:503:c27::2:30 port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 192.58.128.30 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:7fe::53 port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 192.36.148.17 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:500:1::53 port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 198.97.190.53 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:500:12::d0d port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 192.112.36.4 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:500:2f::f port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 192.5.5.241 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:500:a8::e port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 192.203.230.10 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:500:2d::d port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 199.7.91.13 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:500:2::c port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 192.33.4.12 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2801:1b8:10::b port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 170.247.170.2 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] debug: ip6 2001:503:ba3e::2:30 port 53 (len 28) Aug 21 14:51:27 unbound[8:0] debug: ip4 198.41.0.4 port 53 (len 16) Aug 21 14:51:27 unbound[8:0] notice: init module 0: validator Aug 21 14:51:27 unbound[8:0] debug: reading autotrust anchor file /usr/local/unbound/iana.d/root.key Aug 21 14:51:27 unbound[8:0] info: trust point . : 1 Aug 21 14:51:27 unbound[8:0] info: assembled 0 DS and 1 DNSKEYs Aug 21 14:51:27 unbound[8:0] info: DNSKEY:: . 86400 IN DNSKEY 257 3 8 AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3+/4RgWOq7HrxRixHlFlExOLAJr5emLvN7SWXgnLh4+B5xQlNVz8Og8kvArMtNROxVQuCaSnIDdD5LKyWbRd2n9WGe2R8PzgCmr3EgVLrjyBxWezF0jLHwVN8efS3rCj/EWgvIWgb9tarpVUDK/b58Da+sqqls3eNbuv7pr+eoZG+SrDK6nWeL3c6H5Apxz7LjVc1uTIdsIXxuOLYA4/ilBmSVIzuDWfdRUfhHdY6+cn8HFRm+2hM8AnXGXws9555KrUB5qihylGa8subX2Nn6UwNR1AkUTV74bU= ;{id = 20326 (ksk), size = 2048b} Aug 21 14:51:27 unbound[8:0] info: file /usr/local/unbound/iana.d/root.key Aug 21 14:51:27 unbound[8:0] info: last_queried: 1724266287 Wed Aug 21 14:51:27 2024 Aug 21 14:51:27 unbound[8:0] info: last_success: 1724266287 Wed Aug 21 14:51:27 2024 Aug 21 14:51:27 unbound[8:0] info: next_probe_time: 1724307728 Thu Aug 22 02:22:08 2024 Aug 21 14:51:27 unbound[8:0] info: query_interval: 43200 Aug 21 14:51:27 unbound[8:0] info: retry_time: 8640 Aug 21 14:51:27 unbound[8:0] info: query_failed: 0 Aug 21 14:51:27 unbound[8:0] info: [ VALID ] . 86400 IN DNSKEY 257 3 8 AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3+/4RgWOq7HrxRixHlFlExOLAJr5emLvN7SWXgnLh4+B5xQlNVz8Og8kvArMtNROxVQuCaSnIDdD5LKyWbRd2n9WGe2R8PzgCmr3EgVLrjyBxWezF0jLHwVN8efS3rCj/EWgvIWgb9tarpVUDK/b58Da+sqqls3eNbuv7pr+eoZG+SrDK6nWeL3c6H5Apxz7LjVc1uTIdsIXxuOLYA4/ilBmSVIzuDWfdRUfhHdY6+cn8HFRm+2hM8AnXGXws9555KrUB5qihylGa8subX2Nn6UwNR1AkUTV74bU= ;{id = 20326 (ksk), size = 2048b} ;;state:2 ;;pending_count:0 last:Wed Aug 21 14:51:27 2024 Aug 21 14:51:27 unbound[8:0] debug: validator nsec3cfg keysz 1024 mxiter 150 Aug 21 14:51:27 unbound[8:0] debug: validator nsec3cfg keysz 2048 mxiter 150 Aug 21 14:51:27 unbound[8:0] debug: validator nsec3cfg keysz 4096 mxiter 150 Aug 21 14:51:27 unbound[8:0] notice: init module 1: iterator Aug 21 14:51:27 unbound[8:0] debug: target fetch policy for level 0 is 3 Aug 21 14:51:27 unbound[8:0] debug: target fetch policy for level 1 is 2 Aug 21 14:51:27 unbound[8:0] debug: target fetch policy for level 2 is 1 Aug 21 14:51:27 unbound[8:0] debug: target fetch policy for level 3 is 0 Aug 21 14:51:27 unbound[8:0] debug: target fetch policy for level 4 is 0 Aug 21 14:51:27 unbound[8:0] debug: donotq: 127.0.0.0/8 Aug 21 14:51:27 unbound[8:0] debug: read zonefile /usr/local/unbound/iana.d/root.zone for . Aug 21 14:51:27 unbound[8:0] debug: auth zone . zonemd: verify DNSKEY RRset with trust anchor Aug 21 14:51:27 unbound[8:0] debug: anchor matched DNSKEY. Aug 21 14:51:27 unbound[8:0] debug: auth zone . zonemd: verify SOA RRset with DNSKEY Aug 21 14:51:27 unbound[8:0] debug: verify sig 20038 8 Aug 21 14:51:27 unbound[8:0] debug: auth zone . zonemd: verify ZONEMD RRset with DNSKEY Aug 21 14:51:27 unbound[8:0] debug: verify sig 20038 8 Aug 21 14:51:27 unbound[8:0] debug: auth zone . zonemd DNSSEC verification of SOA and ZONEMD RRsets secure Aug 21 14:51:27 unbound[8:0] debug: auth-zone . ZONEMD hash is correct Aug 21 14:51:27 unbound[8:0] debug: auth zone . ZONEMD verification successful Aug 21 14:51:27 unbound[8:0] debug: total of 59447 outgoing ports available Aug 21 14:51:27 unbound[8:0] debug: start threads Aug 21 14:51:27 unbound[8:0] debug: libevent 2.1.12-stable uses epoll method. Aug 21 14:51:27 unbound[8:0] debug: auth zone . timeout in 0 seconds Aug 21 14:51:27 unbound[8:0] debug: cache memory msg=66104 rrset=66104 infra=7952 val=66384 subnet=0 Aug 21 14:51:27 unbound[8:0] info: start of service (unbound 1.21.0). Aug 21 14:51:27 unbound[8:0] debug: autotrust probe timer callback Aug 21 14:51:27 unbound[8:0] debug: autotrust probe timer 0 callbacks done Aug 21 14:51:27 unbound[8:0] debug: auth zone . probe: notify addrs updated Aug 21 14:51:27 unbound[8:0] debug: auth zone . probe: finished only_lookup Aug 21 14:51:27 unbound[8:0] debug: auth zone . timeout in 1800 seconds Aug 21 14:52:06 unbound[8:0] debug: udp request from ip4 172.20.0.1 port 50389 (len 16) Aug 21 14:52:06 unbound[8:0] debug: mesh_run: start Aug 21 14:52:06 unbound[8:0] debug: validator[module 0] operate: extstate:module_state_initial event:module_event_new Aug 21 14:52:06 unbound[8:0] info: validator operate: query minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: validator: pass to next module Aug 21 14:52:06 unbound[8:0] debug: mesh_run: validator module exit state is module_wait_module Aug 21 14:52:06 unbound[8:0] debug: iterator[module 1] operate: extstate:module_state_initial event:module_event_pass Aug 21 14:52:06 unbound[8:0] debug: process_request: new external request event Aug 21 14:52:06 unbound[8:0] debug: iter_handle processing q with state INIT REQUEST STATE Aug 21 14:52:06 unbound[8:0] info: resolving minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: request has dependency depth of 0 Aug 21 14:52:06 unbound[8:0] debug: iter_handle processing q with state INIT REQUEST STATE (stage 2) Aug 21 14:52:06 unbound[8:0] info: resolving (init part 2): minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: iter_handle processing q with state INIT REQUEST STATE (stage 3) Aug 21 14:52:06 unbound[8:0] info: resolving (init part 3): minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:06 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0 Aug 21 14:52:06 unbound[8:0] info: DelegationPoint<.>: empty Aug 21 14:52:06 unbound[8:0] debug: removing 1 labels Aug 21 14:52:06 unbound[8:0] info: auth_zone . query com. A, domain com. exact notexist, ce com., rrset NS Aug 21 14:52:06 unbound[8:0] info: msg from auth zone ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0 ;; flags: qr ; QUERY: 1, ANSWER: 0, AUTHORITY: 15, ADDITIONAL: 26 ;; QUESTION SECTION: com. IN A ;; ANSWER SECTION: ;; AUTHORITY SECTION: com. 172800 IN NS d.gtld-servers.net. com. 172800 IN NS e.gtld-servers.net. com. 172800 IN NS f.gtld-servers.net. com. 172800 IN NS g.gtld-servers.net. com. 172800 IN NS h.gtld-servers.net. com. 172800 IN NS i.gtld-servers.net. com. 172800 IN NS j.gtld-servers.net. com. 172800 IN NS k.gtld-servers.net. com. 172800 IN NS l.gtld-servers.net. com. 172800 IN NS m.gtld-servers.net. com. 172800 IN NS a.gtld-servers.net. com. 172800 IN NS b.gtld-servers.net. com. 172800 IN NS c.gtld-servers.net. com. 86400 IN DS 19718 13 2 8ACBB0CD28F41250A80A491389424D341522D946B0DA0C0291F2D3D771D7805A com. 86400 IN RRSIG DS 8 1 86400 20240828050000 20240815040000 20038 . SAxrsFAWpkRnoi8UAMnzEdzHaZP2ddZaj/OB1EY5+1LjzmNwD4mTIa02YSJoFScW+ksCd7gSvm9uYnaa4gAZaHQLR8Cudv1gY+KlXR04XhEAFt3TMKRIC3wjK1c9QlD8g0ffmYRZfuP20RB4PP3z0fcMu1Up6eISFWdkEfSllHewKeozYUABBRYZjFIKEAXh0ssaKpNxQQTt++U3oJVZ++YYAKdEGOp2g2wSnDuRaQvXygkoxWEFxdv1u0q1MQdCPHzsW1q+CEepH+JEK0ZnFh2989qgaYnpJsJD+2N0smyh1R1QrR0qJeEEEiOF59D41GycV7uwcsJLuFMyzVcD/Q== ;{id = 20038} ;; ADDITIONAL SECTION: a.gtld-servers.net. 172800 IN A 192.5.6.30 a.gtld-servers.net. 172800 IN AAAA 2001:503:a83e::2:30 b.gtld-servers.net. 172800 IN A 192.33.14.30 b.gtld-servers.net. 172800 IN AAAA 2001:503:231d::2:30 c.gtld-servers.net. 172800 IN A 192.26.92.30 c.gtld-servers.net. 172800 IN AAAA 2001:503:83eb::30 d.gtld-servers.net. 172800 IN A 192.31.80.30 d.gtld-servers.net. 172800 IN AAAA 2001:500:856e::30 e.gtld-servers.net. 172800 IN A 192.12.94.30 e.gtld-servers.net. 172800 IN AAAA 2001:502:1ca1::30 f.gtld-servers.net. 172800 IN A 192.35.51.30 f.gtld-servers.net. 172800 IN AAAA 2001:503:d414::30 g.gtld-servers.net. 172800 IN A 192.42.93.30 g.gtld-servers.net. 172800 IN AAAA 2001:503:eea3::30 h.gtld-servers.net. 172800 IN A 192.54.112.30 h.gtld-servers.net. 172800 IN AAAA 2001:502:8cc::30 i.gtld-servers.net. 172800 IN A 192.43.172.30 i.gtld-servers.net. 172800 IN AAAA 2001:503:39c1::30 j.gtld-servers.net. 172800 IN A 192.48.79.30 j.gtld-servers.net. 172800 IN AAAA 2001:502:7094::30 k.gtld-servers.net. 172800 IN A 192.52.178.30 k.gtld-servers.net. 172800 IN AAAA 2001:503:d2d::30 l.gtld-servers.net. 172800 IN A 192.41.162.30 l.gtld-servers.net. 172800 IN AAAA 2001:500:d937::30 m.gtld-servers.net. 172800 IN A 192.55.83.30 m.gtld-servers.net. 172800 IN AAAA 2001:501:b1f9::30 ;; MSG SIZE rcvd: 1152 Aug 21 14:52:06 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:06 unbound[8:0] info: query response was REFERRAL Aug 21 14:52:06 unbound[8:0] info: found in cache m.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache m.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache l.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache l.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache k.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache k.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache j.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache j.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache i.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache i.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache h.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache h.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache g.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache g.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache f.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache f.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache e.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache e.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache d.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache d.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache c.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache c.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache b.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache b.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache a.gtld-servers.net. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache a.gtld-servers.net. AAAA IN Aug 21 14:52:06 unbound[8:0] info: DelegationPoint: 13 names (0 missing), 26 addrs (0 result, 26 avail) parentNS Aug 21 14:52:06 unbound[8:0] info: m.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: l.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: k.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: j.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: i.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: h.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: g.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: f.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: e.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: d.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: c.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: b.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: a.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:501:b1f9::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.55.83.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:500:d937::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.41.162.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:d2d::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.52.178.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:502:7094::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.48.79.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:39c1::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.43.172.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:502:8cc::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.54.112.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:eea3::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.42.93.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:d414::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.35.51.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:502:1ca1::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.12.94.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:500:856e::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.31.80.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:83eb::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.26.92.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:231d::2:30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.33.14.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:a83e::2:30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.5.6.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: cleared outbound list for next round Aug 21 14:52:06 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:06 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0 Aug 21 14:52:06 unbound[8:0] info: DelegationPoint: 13 names (0 missing), 26 addrs (0 result, 26 avail) parentNS Aug 21 14:52:06 unbound[8:0] info: m.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: l.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: k.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: j.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: i.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: h.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: g.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: f.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: e.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: d.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: c.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: b.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] info: a.gtld-servers.net. * A AAAA Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:501:b1f9::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.55.83.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:500:d937::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.41.162.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:d2d::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.52.178.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:502:7094::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.48.79.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:39c1::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.43.172.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:502:8cc::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.54.112.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:eea3::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.42.93.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:d414::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.35.51.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:502:1ca1::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.12.94.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:500:856e::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.31.80.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:83eb::30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.26.92.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:231d::2:30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.33.14.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2001:503:a83e::2:30 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 192.5.6.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: attempt to get extra 3 targets Aug 21 14:52:06 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:06 unbound[8:0] debug: selrtt 376 Aug 21 14:52:06 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: sending to target: 192.35.51.30#53 Aug 21 14:52:06 unbound[8:0] debug: dnssec status: expected Aug 21 14:52:06 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:06 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:06 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: cache memory msg=66104 rrset=74131 infra=8224 val=66384 subnet=0 Aug 21 14:52:06 unbound[8:0] debug: serviced send timer Aug 21 14:52:06 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:06 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:06 unbound[8:0] debug: inserted new pending reply id=7959 Aug 21 14:52:06 unbound[8:0] debug: opened UDP if=0 port=55046 Aug 21 14:52:06 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:06 unbound[8:0] debug: answer cb Aug 21 14:52:06 unbound[8:0] debug: Incoming reply id = 7959 Aug 21 14:52:06 unbound[8:0] debug: Incoming reply addr = ip4 192.35.51.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: lookup size is 1 entries Aug 21 14:52:06 unbound[8:0] debug: received udp reply. Aug 21 14:52:06 unbound[8:0] debug: udp message[755:0] 7959801000010000000600130A6D696E6973666F72756D03636F6D0000010001C00C000200010002A300000D036E733106616C69646E73C017C00C000200010002A3000006036E7332C03020434B30504F4A4D473837344C4A5245463745464E38343330515649543842534DC017003200010001518000230101000000146501A1F9B0431D4A29C7DFA99833A16FF9C8A2B5000722000000000290C04B002E000100015180005700320D020001518066CE6E6266C5237AE7DA03636F6D0058BFC14BB1E45DB438F6A9824B5F9EBA4BBA1F312B7199F3C6A217A511B53D4BFDC24C63873B3E308838FA5D38AC3549ECE50CBBEC0A6750FF6DE769DBFD5C5E204A Aug 21 14:52:06 unbound[8:0] debug: udp message[755:256] 4735424A52444C484B3349475239544244324D43514B4C5352533242355032C017003200010001518000220101000000149C0ABB9C32C74B447E969BE7850C019F6418FF620006200000000012C0FE002E000100015180005700320D020001518066CE8D0A66C54222E7DA03636F6D00F3990774F85E1CEA7F2C34EC7175EEFD458DF67DCF246A17D3CA4AF8B913D3E07E1FD04AC1305894B3087F673F5B7BBF377B7CCB41B1B2ECAD2210298BDA6BC3C02C000100010002A3000004784C6B2DC02C000100010002A3000004784C6B37C02C000100010002A30000048BE08E73C02C000100010002A30000048BE08E7DC02C001C00010002A300001024084009 Aug 21 14:52:06 unbound[8:0] debug: udp message[755:512] 050100000000000000000001C02C000100010002A30000042760992DC02C000100010002A300000427609937C02C000100010002A30000042F76C7CDC02C000100010002A30000042F76C7D7C045000100010002A3000004784C6B2EC045000100010002A3000004784C6B38C045000100010002A30000048BE08E74C045000100010002A30000048BE08E7EC045001C00010002A300001024084009050100000000000000000002C045000100010002A30000042760992EC045000100010002A300000427609938C045000100010002A30000042F76C7CEC045000100010002A30000042F76C7D80000291000000080000000 Aug 21 14:52:06 unbound[8:0] debug: outnet handle udp reply Aug 21 14:52:06 unbound[8:0] debug: serviced query: EDNS works for ip4 192.35.51.30 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: measured roundtrip at 64 msec Aug 21 14:52:06 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:06 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:06 unbound[8:0] debug: mesh_run: start Aug 21 14:52:06 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_reply Aug 21 14:52:06 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:06 unbound[8:0] info: scrub for com. NS IN Aug 21 14:52:06 unbound[8:0] info: response for minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] info: reply from 192.35.51.30#53 Aug 21 14:52:06 unbound[8:0] info: incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0 ;; flags: qr ; QUERY: 1, ANSWER: 0, AUTHORITY: 6, ADDITIONAL: 18 ;; QUESTION SECTION: minisforum.com. IN A ;; ANSWER SECTION: ;; AUTHORITY SECTION: minisforum.com. 86400 IN NS ns1.alidns.com. minisforum.com. 86400 IN NS ns2.alidns.com. CK0POJMG874LJREF7EFN8430QVIT8BSM.com. 86400 IN NSEC3 1 1 0 - ck0q3udg8cekkae7rukpgct1dvssh8ll NS SOA RRSIG DNSKEY NSEC3PARAM ;{flags: optout} CK0POJMG874LJREF7EFN8430QVIT8BSM.com. 86400 IN RRSIG NSEC3 13 2 86400 20240828002506 20240820231506 59354 com. WL/BS7HkXbQ49qmCS1+euku6HzErcZnzxqIXpRG1PUv9wkxjhzs+MIg4+l04rDVJ7OUMu+wKZ1D/bedp2/1cXg== ;{id = 59354} JG5BJRDLHK3IGR9TBD2MCQKLSRS2B5P2.com. 86400 IN NSEC3 1 1 0 - jg5bn71iot5k8vkmjfjoa301jti1hvr2 NS DS RRSIG ;{flags: optout} JG5BJRDLHK3IGR9TBD2MCQKLSRS2B5P2.com. 86400 IN RRSIG NSEC3 13 2 86400 20240828023554 20240821012554 59354 com. 85kHdPheHOp/LDTscXXu/UWN9n3PJGoX08pK+LkT0+B+H9BKwTBYlLMIf2c/W3u/N3t8y0GxsuytIhApi9prww== ;{id = 59354} ;; ADDITIONAL SECTION: ns1.alidns.com. 86400 IN A 47.118.199.205 ns1.alidns.com. 86400 IN A 47.118.199.215 ns1.alidns.com. 86400 IN A 120.76.107.45 ns1.alidns.com. 86400 IN A 120.76.107.55 ns1.alidns.com. 86400 IN A 139.224.142.115 ns1.alidns.com. 86400 IN A 139.224.142.125 ns1.alidns.com. 86400 IN A 39.96.153.45 ns1.alidns.com. 86400 IN A 39.96.153.55 ns1.alidns.com. 86400 IN AAAA 2408:4009:501::1 ns2.alidns.com. 86400 IN A 47.118.199.206 ns2.alidns.com. 86400 IN A 47.118.199.216 ns2.alidns.com. 86400 IN A 120.76.107.46 ns2.alidns.com. 86400 IN A 120.76.107.56 ns2.alidns.com. 86400 IN A 139.224.142.116 ns2.alidns.com. 86400 IN A 139.224.142.126 ns2.alidns.com. 86400 IN A 39.96.153.46 ns2.alidns.com. 86400 IN A 39.96.153.56 ns2.alidns.com. 86400 IN AAAA 2408:4009:501::2 ;; MSG SIZE rcvd: 744 Aug 21 14:52:06 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:06 unbound[8:0] info: query response was REFERRAL Aug 21 14:52:06 unbound[8:0] info: negcache insert referral com. NS IN Aug 21 14:52:06 unbound[8:0] info: negcache rr CK0POJMG874LJREF7EFN8430QVIT8BSM.com. NSEC3 IN Aug 21 14:52:06 unbound[8:0] info: negcache rr JG5BJRDLHK3IGR9TBD2MCQKLSRS2B5P2.com. NSEC3 IN Aug 21 14:52:06 unbound[8:0] info: found in cache ns2.alidns.com. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache ns2.alidns.com. AAAA IN Aug 21 14:52:06 unbound[8:0] info: found in cache ns1.alidns.com. A IN Aug 21 14:52:06 unbound[8:0] info: found in cache ns1.alidns.com. AAAA IN Aug 21 14:52:06 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (0 result, 18 avail) parentNS Aug 21 14:52:06 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:06 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:06 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: cleared outbound list for next round Aug 21 14:52:06 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:06 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0 Aug 21 14:52:06 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (0 result, 18 avail) parentNS Aug 21 14:52:06 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:06 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:06 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:06 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:06 unbound[8:0] debug: attempt to get extra 3 targets Aug 21 14:52:06 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:06 unbound[8:0] debug: selrtt 376 Aug 21 14:52:06 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: sending to target: 120.76.107.56#53 Aug 21 14:52:06 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:06 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:06 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:06 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:06 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=8525 val=67192 subnet=0 Aug 21 14:52:06 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:06 unbound[8:0] debug: serviced_delete Aug 21 14:52:06 unbound[8:0] debug: close of port 55046 Aug 21 14:52:06 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:06 unbound[8:0] debug: close fd 11 Aug 21 14:52:06 unbound[8:0] debug: serviced send timer Aug 21 14:52:06 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:06 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:06 unbound[8:0] debug: inserted new pending reply id=ab4a Aug 21 14:52:06 unbound[8:0] debug: opened UDP if=0 port=56848 Aug 21 14:52:06 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:07 unbound[8:0] debug: timeout udp Aug 21 14:52:07 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:07 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:07 unbound[8:0] debug: mesh_run: start Aug 21 14:52:07 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:07 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:07 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:07 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:07 unbound[8:0] debug: query response was timeout Aug 21 14:52:07 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:07 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:07 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 1 Aug 21 14:52:07 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:07 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:07 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:07 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:07 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:07 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: attempt to get extra 3 targets Aug 21 14:52:07 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:07 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: rtt=752 Aug 21 14:52:07 unbound[8:0] debug: selrtt 376 Aug 21 14:52:07 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:07 unbound[8:0] debug: sending to target: 139.224.142.126#53 Aug 21 14:52:07 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:07 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:07 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:07 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:07 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=8837 val=67192 subnet=0 Aug 21 14:52:07 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:07 unbound[8:0] debug: serviced_delete Aug 21 14:52:07 unbound[8:0] debug: close of port 56848 Aug 21 14:52:07 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:07 unbound[8:0] debug: close fd 11 Aug 21 14:52:07 unbound[8:0] debug: serviced send timer Aug 21 14:52:07 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:07 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:07 unbound[8:0] debug: inserted new pending reply id=4aa0 Aug 21 14:52:07 unbound[8:0] debug: opened UDP if=0 port=46670 Aug 21 14:52:07 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:07 unbound[8:0] debug: timeout udp Aug 21 14:52:07 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:07 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:07 unbound[8:0] debug: mesh_run: start Aug 21 14:52:07 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:07 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:07 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:07 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:07 unbound[8:0] debug: query response was timeout Aug 21 14:52:07 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:07 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:07 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 2 Aug 21 14:52:07 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:07 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:07 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:07 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:07 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:07 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: attempt to get extra 3 targets Aug 21 14:52:07 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:07 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: rtt=752 Aug 21 14:52:07 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:07 unbound[8:0] debug: rtt=752 Aug 21 14:52:07 unbound[8:0] debug: selrtt 376 Aug 21 14:52:07 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:07 unbound[8:0] debug: sending to target: 120.76.107.45#53 Aug 21 14:52:07 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:07 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:07 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:07 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:07 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=9149 val=67192 subnet=0 Aug 21 14:52:07 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:07 unbound[8:0] debug: serviced_delete Aug 21 14:52:07 unbound[8:0] debug: close of port 46670 Aug 21 14:52:07 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:07 unbound[8:0] debug: close fd 11 Aug 21 14:52:07 unbound[8:0] debug: serviced send timer Aug 21 14:52:07 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:07 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:07 unbound[8:0] debug: inserted new pending reply id=0f28 Aug 21 14:52:07 unbound[8:0] debug: opened UDP if=0 port=15558 Aug 21 14:52:07 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:08 unbound[8:0] debug: timeout udp Aug 21 14:52:08 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:08 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:08 unbound[8:0] debug: mesh_run: start Aug 21 14:52:08 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:08 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:08 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:08 unbound[8:0] debug: query response was timeout Aug 21 14:52:08 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:08 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 3 Aug 21 14:52:08 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:08 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:08 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:08 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: selrtt 376 Aug 21 14:52:08 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: sending to target: 139.224.142.116#53 Aug 21 14:52:08 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:08 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:08 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:08 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=9461 val=67192 subnet=0 Aug 21 14:52:08 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:08 unbound[8:0] debug: serviced_delete Aug 21 14:52:08 unbound[8:0] debug: close of port 15558 Aug 21 14:52:08 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:08 unbound[8:0] debug: close fd 11 Aug 21 14:52:08 unbound[8:0] debug: serviced send timer Aug 21 14:52:08 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:08 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:08 unbound[8:0] debug: inserted new pending reply id=0acc Aug 21 14:52:08 unbound[8:0] debug: opened UDP if=0 port=50841 Aug 21 14:52:08 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:08 unbound[8:0] debug: timeout udp Aug 21 14:52:08 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:08 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:08 unbound[8:0] debug: mesh_run: start Aug 21 14:52:08 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:08 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:08 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:08 unbound[8:0] debug: query response was timeout Aug 21 14:52:08 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:08 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 4 Aug 21 14:52:08 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:08 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:08 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:08 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: selrtt 376 Aug 21 14:52:08 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: sending to target: 47.118.199.205#53 Aug 21 14:52:08 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:08 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:08 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:08 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=9773 val=67192 subnet=0 Aug 21 14:52:08 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:08 unbound[8:0] debug: serviced_delete Aug 21 14:52:08 unbound[8:0] debug: close of port 50841 Aug 21 14:52:08 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:08 unbound[8:0] debug: close fd 11 Aug 21 14:52:08 unbound[8:0] debug: serviced send timer Aug 21 14:52:08 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:08 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:08 unbound[8:0] debug: inserted new pending reply id=3809 Aug 21 14:52:08 unbound[8:0] debug: opened UDP if=0 port=45744 Aug 21 14:52:08 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:08 unbound[8:0] debug: timeout udp Aug 21 14:52:08 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:08 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:08 unbound[8:0] debug: mesh_run: start Aug 21 14:52:08 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:08 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:08 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:08 unbound[8:0] debug: query response was timeout Aug 21 14:52:08 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:08 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 5 Aug 21 14:52:08 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:08 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:08 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:08 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:08 unbound[8:0] debug: rtt=752 Aug 21 14:52:08 unbound[8:0] debug: selrtt 376 Aug 21 14:52:08 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: sending to target: 120.76.107.55#53 Aug 21 14:52:08 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:08 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:08 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:08 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:08 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=10085 val=67192 subnet=0 Aug 21 14:52:08 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:08 unbound[8:0] debug: serviced_delete Aug 21 14:52:08 unbound[8:0] debug: close of port 45744 Aug 21 14:52:08 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:08 unbound[8:0] debug: close fd 11 Aug 21 14:52:08 unbound[8:0] debug: serviced send timer Aug 21 14:52:08 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:08 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:08 unbound[8:0] debug: inserted new pending reply id=d221 Aug 21 14:52:08 unbound[8:0] debug: opened UDP if=0 port=55630 Aug 21 14:52:08 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:09 unbound[8:0] debug: timeout udp Aug 21 14:52:09 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:09 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:09 unbound[8:0] debug: mesh_run: start Aug 21 14:52:09 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:09 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:09 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:09 unbound[8:0] debug: query response was timeout Aug 21 14:52:09 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:09 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 6 Aug 21 14:52:09 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:09 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:09 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:09 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: selrtt 376 Aug 21 14:52:09 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: sending to target: 47.118.199.206#53 Aug 21 14:52:09 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:09 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:09 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:09 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=10397 val=67192 subnet=0 Aug 21 14:52:09 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:09 unbound[8:0] debug: serviced_delete Aug 21 14:52:09 unbound[8:0] debug: close of port 55630 Aug 21 14:52:09 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:09 unbound[8:0] debug: close fd 11 Aug 21 14:52:09 unbound[8:0] debug: serviced send timer Aug 21 14:52:09 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:09 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:09 unbound[8:0] debug: inserted new pending reply id=a655 Aug 21 14:52:09 unbound[8:0] debug: opened UDP if=0 port=50835 Aug 21 14:52:09 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:09 unbound[8:0] debug: timeout udp Aug 21 14:52:09 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:09 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:09 unbound[8:0] debug: mesh_run: start Aug 21 14:52:09 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:09 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:09 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:09 unbound[8:0] debug: query response was timeout Aug 21 14:52:09 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:09 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 7 Aug 21 14:52:09 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:09 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:09 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:09 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: selrtt 376 Aug 21 14:52:09 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: sending to target: 47.118.199.216#53 Aug 21 14:52:09 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:09 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:09 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:09 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=10709 val=67192 subnet=0 Aug 21 14:52:09 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:09 unbound[8:0] debug: serviced_delete Aug 21 14:52:09 unbound[8:0] debug: close of port 50835 Aug 21 14:52:09 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:09 unbound[8:0] debug: close fd 11 Aug 21 14:52:09 unbound[8:0] debug: serviced send timer Aug 21 14:52:09 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:09 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:09 unbound[8:0] debug: inserted new pending reply id=4cf9 Aug 21 14:52:09 unbound[8:0] debug: opened UDP if=0 port=33647 Aug 21 14:52:09 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:09 unbound[8:0] debug: timeout udp Aug 21 14:52:09 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:09 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:09 unbound[8:0] debug: mesh_run: start Aug 21 14:52:09 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:09 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:09 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:09 unbound[8:0] debug: query response was timeout Aug 21 14:52:09 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:09 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 8 Aug 21 14:52:09 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:09 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:09 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:09 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:09 unbound[8:0] debug: rtt=752 Aug 21 14:52:09 unbound[8:0] debug: selrtt 376 Aug 21 14:52:09 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: sending to target: 47.118.199.206#53 Aug 21 14:52:09 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:09 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:09 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:09 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:09 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11021 val=67192 subnet=0 Aug 21 14:52:09 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:09 unbound[8:0] debug: serviced_delete Aug 21 14:52:09 unbound[8:0] debug: close of port 33647 Aug 21 14:52:09 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:09 unbound[8:0] debug: close fd 11 Aug 21 14:52:09 unbound[8:0] debug: serviced send timer Aug 21 14:52:09 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:09 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:09 unbound[8:0] debug: inserted new pending reply id=8427 Aug 21 14:52:09 unbound[8:0] debug: opened UDP if=0 port=24061 Aug 21 14:52:09 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:10 unbound[8:0] debug: timeout udp Aug 21 14:52:10 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:10 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:10 unbound[8:0] debug: mesh_run: start Aug 21 14:52:10 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:10 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:10 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:10 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:10 unbound[8:0] debug: query response was timeout Aug 21 14:52:10 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:10 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:10 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 9 Aug 21 14:52:10 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:10 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:10 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:10 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:10 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:10 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:10 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: rtt=752 Aug 21 14:52:10 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: rtt=752 Aug 21 14:52:10 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: rtt=752 Aug 21 14:52:10 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: rtt=752 Aug 21 14:52:10 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: rtt=752 Aug 21 14:52:10 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: rtt=1504 Aug 21 14:52:10 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: rtt=752 Aug 21 14:52:10 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:10 unbound[8:0] debug: rtt=752 Aug 21 14:52:10 unbound[8:0] debug: selrtt 376 Aug 21 14:52:10 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:10 unbound[8:0] debug: sending to target: 120.76.107.56#53 Aug 21 14:52:10 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:10 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:10 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:10 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:10 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11021 val=67192 subnet=0 Aug 21 14:52:10 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:10 unbound[8:0] debug: serviced_delete Aug 21 14:52:10 unbound[8:0] debug: close of port 24061 Aug 21 14:52:10 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:10 unbound[8:0] debug: close fd 11 Aug 21 14:52:10 unbound[8:0] debug: serviced send timer Aug 21 14:52:10 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:10 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:10 unbound[8:0] debug: inserted new pending reply id=fe87 Aug 21 14:52:10 unbound[8:0] debug: opened UDP if=0 port=64210 Aug 21 14:52:10 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:11 unbound[8:0] debug: timeout udp Aug 21 14:52:11 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:11 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:11 unbound[8:0] debug: mesh_run: start Aug 21 14:52:11 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:11 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:11 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:11 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:11 unbound[8:0] debug: query response was timeout Aug 21 14:52:11 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:11 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:11 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 10 Aug 21 14:52:11 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:11 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:11 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:11 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:11 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:11 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=1504 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=1504 Aug 21 14:52:11 unbound[8:0] debug: selrtt 376 Aug 21 14:52:11 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:11 unbound[8:0] debug: sending to target: 120.76.107.46#53 Aug 21 14:52:11 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:11 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:11 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:11 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:11 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11021 val=67192 subnet=0 Aug 21 14:52:11 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:11 unbound[8:0] debug: serviced_delete Aug 21 14:52:11 unbound[8:0] debug: close of port 64210 Aug 21 14:52:11 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:11 unbound[8:0] debug: close fd 11 Aug 21 14:52:11 unbound[8:0] debug: serviced send timer Aug 21 14:52:11 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:11 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:11 unbound[8:0] debug: inserted new pending reply id=1ba9 Aug 21 14:52:11 unbound[8:0] debug: opened UDP if=0 port=11435 Aug 21 14:52:11 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:11 unbound[8:0] debug: timeout udp Aug 21 14:52:11 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:11 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:11 unbound[8:0] debug: mesh_run: start Aug 21 14:52:11 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:11 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:11 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:11 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:11 unbound[8:0] debug: query response was timeout Aug 21 14:52:11 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:11 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:11 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 11 Aug 21 14:52:11 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:11 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:11 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:11 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:11 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:11 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=752 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=1504 Aug 21 14:52:11 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:11 unbound[8:0] debug: rtt=1504 Aug 21 14:52:11 unbound[8:0] debug: selrtt 376 Aug 21 14:52:11 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:11 unbound[8:0] debug: sending to target: 139.224.142.126#53 Aug 21 14:52:11 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:11 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:11 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:11 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:11 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11333 val=67192 subnet=0 Aug 21 14:52:11 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:11 unbound[8:0] debug: serviced_delete Aug 21 14:52:11 unbound[8:0] debug: close of port 11435 Aug 21 14:52:11 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:11 unbound[8:0] debug: close fd 11 Aug 21 14:52:11 unbound[8:0] debug: serviced send timer Aug 21 14:52:11 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:11 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:11 unbound[8:0] debug: inserted new pending reply id=3332 Aug 21 14:52:11 unbound[8:0] debug: opened UDP if=0 port=23906 Aug 21 14:52:11 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:11 unbound[8:0] debug: udp request from ip4 172.20.0.1 port 58930 (len 16) Aug 21 14:52:11 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11333 val=67192 subnet=0 Aug 21 14:52:12 unbound[8:0] debug: timeout udp Aug 21 14:52:12 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:12 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:12 unbound[8:0] debug: mesh_run: start Aug 21 14:52:12 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:12 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:12 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:12 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:12 unbound[8:0] debug: query response was timeout Aug 21 14:52:12 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:12 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:12 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 12 Aug 21 14:52:12 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:12 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:12 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:12 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:12 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:12 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:12 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: rtt=752 Aug 21 14:52:12 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: rtt=752 Aug 21 14:52:12 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: rtt=752 Aug 21 14:52:12 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: rtt=752 Aug 21 14:52:12 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: rtt=752 Aug 21 14:52:12 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: rtt=1504 Aug 21 14:52:12 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: rtt=752 Aug 21 14:52:12 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: rtt=1504 Aug 21 14:52:12 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:12 unbound[8:0] debug: rtt=1504 Aug 21 14:52:12 unbound[8:0] debug: selrtt 376 Aug 21 14:52:12 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:12 unbound[8:0] debug: sending to target: 120.76.107.46#53 Aug 21 14:52:12 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:12 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:12 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:12 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:12 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11333 val=67192 subnet=0 Aug 21 14:52:12 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:12 unbound[8:0] debug: serviced_delete Aug 21 14:52:12 unbound[8:0] debug: close of port 23906 Aug 21 14:52:12 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:12 unbound[8:0] debug: close fd 11 Aug 21 14:52:12 unbound[8:0] debug: serviced send timer Aug 21 14:52:12 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:12 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:12 unbound[8:0] debug: inserted new pending reply id=45d7 Aug 21 14:52:12 unbound[8:0] debug: opened UDP if=0 port=63745 Aug 21 14:52:12 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:13 unbound[8:0] debug: timeout udp Aug 21 14:52:13 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:13 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:13 unbound[8:0] debug: mesh_run: start Aug 21 14:52:13 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:13 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:13 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:13 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:13 unbound[8:0] debug: query response was timeout Aug 21 14:52:13 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:13 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:13 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 13 Aug 21 14:52:13 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:13 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:13 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:13 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:13 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:13 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=752 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=752 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=1504 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=752 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=752 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=752 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=1504 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=1504 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=1504 Aug 21 14:52:13 unbound[8:0] debug: selrtt 376 Aug 21 14:52:13 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:13 unbound[8:0] debug: sending to target: 39.96.153.55#53 Aug 21 14:52:13 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:13 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:13 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:13 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:13 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11333 val=67192 subnet=0 Aug 21 14:52:13 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:13 unbound[8:0] debug: serviced_delete Aug 21 14:52:13 unbound[8:0] debug: close of port 63745 Aug 21 14:52:13 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:13 unbound[8:0] debug: close fd 11 Aug 21 14:52:13 unbound[8:0] debug: serviced send timer Aug 21 14:52:13 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:13 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:13 unbound[8:0] debug: inserted new pending reply id=f1ff Aug 21 14:52:13 unbound[8:0] debug: opened UDP if=0 port=46843 Aug 21 14:52:13 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:13 unbound[8:0] debug: timeout udp Aug 21 14:52:13 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:13 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:13 unbound[8:0] debug: mesh_run: start Aug 21 14:52:13 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:13 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:13 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:13 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:13 unbound[8:0] debug: query response was timeout Aug 21 14:52:13 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:13 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:13 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 14 Aug 21 14:52:13 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:13 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:13 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:13 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:13 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:13 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=752 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=752 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=752 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=752 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=752 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=752 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=1504 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=1504 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=1504 Aug 21 14:52:13 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:13 unbound[8:0] debug: rtt=1504 Aug 21 14:52:13 unbound[8:0] debug: selrtt 376 Aug 21 14:52:13 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:13 unbound[8:0] debug: sending to target: 139.224.142.115#53 Aug 21 14:52:13 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:13 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:13 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:13 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:13 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11645 val=67192 subnet=0 Aug 21 14:52:13 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:13 unbound[8:0] debug: serviced_delete Aug 21 14:52:13 unbound[8:0] debug: close of port 46843 Aug 21 14:52:13 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:13 unbound[8:0] debug: close fd 11 Aug 21 14:52:13 unbound[8:0] debug: serviced send timer Aug 21 14:52:13 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:13 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:13 unbound[8:0] debug: inserted new pending reply id=8f7f Aug 21 14:52:13 unbound[8:0] debug: opened UDP if=0 port=16374 Aug 21 14:52:13 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:14 unbound[8:0] debug: timeout udp Aug 21 14:52:14 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:14 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:14 unbound[8:0] debug: mesh_run: start Aug 21 14:52:14 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:14 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:14 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:14 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:14 unbound[8:0] debug: query response was timeout Aug 21 14:52:14 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:14 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:14 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 15 Aug 21 14:52:14 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:14 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:14 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:14 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:14 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:14 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=1504 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=1504 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=1504 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=1504 Aug 21 14:52:14 unbound[8:0] debug: selrtt 376 Aug 21 14:52:14 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:14 unbound[8:0] debug: sending to target: 47.118.199.216#53 Aug 21 14:52:14 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:14 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:14 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:14 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:14 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 21 14:52:14 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:14 unbound[8:0] debug: serviced_delete Aug 21 14:52:14 unbound[8:0] debug: close of port 16374 Aug 21 14:52:14 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:14 unbound[8:0] debug: close fd 11 Aug 21 14:52:14 unbound[8:0] debug: serviced send timer Aug 21 14:52:14 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:14 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:14 unbound[8:0] debug: inserted new pending reply id=47ca Aug 21 14:52:14 unbound[8:0] debug: opened UDP if=0 port=54193 Aug 21 14:52:14 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:14 unbound[8:0] debug: timeout udp Aug 21 14:52:14 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:14 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:14 unbound[8:0] debug: mesh_run: start Aug 21 14:52:14 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:14 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:14 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:14 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:14 unbound[8:0] debug: query response was timeout Aug 21 14:52:14 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:14 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:14 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 16 Aug 21 14:52:14 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:14 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:14 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:14 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:14 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:14 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=1504 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=752 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=1504 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=1504 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=1504 Aug 21 14:52:14 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:14 unbound[8:0] debug: rtt=1504 Aug 21 14:52:14 unbound[8:0] debug: selrtt 376 Aug 21 14:52:14 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:14 unbound[8:0] debug: sending to target: 120.76.107.45#53 Aug 21 14:52:14 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:14 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:14 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:14 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:14 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 21 14:52:14 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:14 unbound[8:0] debug: serviced_delete Aug 21 14:52:14 unbound[8:0] debug: close of port 54193 Aug 21 14:52:14 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:14 unbound[8:0] debug: close fd 11 Aug 21 14:52:14 unbound[8:0] debug: serviced send timer Aug 21 14:52:14 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:14 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:14 unbound[8:0] debug: inserted new pending reply id=bd77 Aug 21 14:52:14 unbound[8:0] debug: opened UDP if=0 port=46501 Aug 21 14:52:14 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:15 unbound[8:0] debug: timeout udp Aug 21 14:52:15 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:15 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:15 unbound[8:0] debug: mesh_run: start Aug 21 14:52:15 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:15 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:15 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:15 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:15 unbound[8:0] debug: query response was timeout Aug 21 14:52:15 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:15 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:15 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 17 Aug 21 14:52:15 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:15 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:15 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:15 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:15 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:15 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:15 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rtt=752 Aug 21 14:52:15 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rtt=752 Aug 21 14:52:15 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rtt=752 Aug 21 14:52:15 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rtt=752 Aug 21 14:52:15 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rtt=1504 Aug 21 14:52:15 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rtt=752 Aug 21 14:52:15 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rtt=1504 Aug 21 14:52:15 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rtt=1504 Aug 21 14:52:15 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rtt=1504 Aug 21 14:52:15 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rtt=1504 Aug 21 14:52:15 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:15 unbound[8:0] debug: rtt=1504 Aug 21 14:52:15 unbound[8:0] debug: selrtt 376 Aug 21 14:52:15 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:15 unbound[8:0] debug: sending to target: 139.224.142.116#53 Aug 21 14:52:15 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:15 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:15 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:15 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:15 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 21 14:52:15 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:15 unbound[8:0] debug: serviced_delete Aug 21 14:52:15 unbound[8:0] debug: close of port 46501 Aug 21 14:52:15 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:15 unbound[8:0] debug: close fd 11 Aug 21 14:52:15 unbound[8:0] debug: serviced send timer Aug 21 14:52:15 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:15 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:15 unbound[8:0] debug: inserted new pending reply id=70ea Aug 21 14:52:15 unbound[8:0] debug: opened UDP if=0 port=51241 Aug 21 14:52:15 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:16 unbound[8:0] debug: timeout udp Aug 21 14:52:16 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:16 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:16 unbound[8:0] debug: mesh_run: start Aug 21 14:52:16 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:16 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:16 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:16 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:16 unbound[8:0] debug: query response was timeout Aug 21 14:52:16 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:16 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:16 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 18 Aug 21 14:52:16 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:16 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:16 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:16 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:16 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:16 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=752 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=752 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=752 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=752 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: selrtt 376 Aug 21 14:52:16 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:16 unbound[8:0] debug: sending to target: 39.96.153.56#53 Aug 21 14:52:16 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:16 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:16 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:16 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:16 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 21 14:52:16 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:16 unbound[8:0] debug: serviced_delete Aug 21 14:52:16 unbound[8:0] debug: close of port 51241 Aug 21 14:52:16 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:16 unbound[8:0] debug: close fd 11 Aug 21 14:52:16 unbound[8:0] debug: serviced send timer Aug 21 14:52:16 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:16 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:16 unbound[8:0] debug: inserted new pending reply id=c370 Aug 21 14:52:16 unbound[8:0] debug: opened UDP if=0 port=64487 Aug 21 14:52:16 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:16 unbound[8:0] debug: timeout udp Aug 21 14:52:16 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:16 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:16 unbound[8:0] debug: mesh_run: start Aug 21 14:52:16 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:16 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:16 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:16 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:16 unbound[8:0] debug: query response was timeout Aug 21 14:52:16 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:16 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:16 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 19 Aug 21 14:52:16 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:16 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:16 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:16 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:16 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:16 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=752 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=752 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=752 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=752 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=752 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:16 unbound[8:0] debug: rtt=1504 Aug 21 14:52:16 unbound[8:0] debug: selrtt 376 Aug 21 14:52:16 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:16 unbound[8:0] debug: sending to target: 39.96.153.46#53 Aug 21 14:52:16 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:16 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:16 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:16 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:16 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=12269 val=67192 subnet=0 Aug 21 14:52:16 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:16 unbound[8:0] debug: serviced_delete Aug 21 14:52:16 unbound[8:0] debug: close of port 64487 Aug 21 14:52:16 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:16 unbound[8:0] debug: close fd 11 Aug 21 14:52:16 unbound[8:0] debug: serviced send timer Aug 21 14:52:16 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:16 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:16 unbound[8:0] debug: inserted new pending reply id=08ed Aug 21 14:52:16 unbound[8:0] debug: opened UDP if=0 port=43026 Aug 21 14:52:16 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:16 unbound[8:0] debug: udp request from ip4 172.20.0.1 port 58015 (len 16) Aug 21 14:52:16 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=12581 val=67192 subnet=0 Aug 21 14:52:17 unbound[8:0] debug: timeout udp Aug 21 14:52:17 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:17 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:17 unbound[8:0] debug: mesh_run: start Aug 21 14:52:17 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:17 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:17 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:17 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:17 unbound[8:0] debug: query response was timeout Aug 21 14:52:17 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:17 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:17 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 20 Aug 21 14:52:17 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:17 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:17 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:17 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:17 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:17 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=752 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=752 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=752 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=752 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=752 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=752 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: selrtt 376 Aug 21 14:52:17 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:17 unbound[8:0] debug: sending to target: 39.96.153.55#53 Aug 21 14:52:17 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:17 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:17 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:17 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:17 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=12581 val=67192 subnet=0 Aug 21 14:52:17 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:17 unbound[8:0] debug: serviced_delete Aug 21 14:52:17 unbound[8:0] debug: close of port 43026 Aug 21 14:52:17 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:17 unbound[8:0] debug: close fd 11 Aug 21 14:52:17 unbound[8:0] debug: serviced send timer Aug 21 14:52:17 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:17 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:17 unbound[8:0] debug: inserted new pending reply id=3eec Aug 21 14:52:17 unbound[8:0] debug: opened UDP if=0 port=33913 Aug 21 14:52:17 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:17 unbound[8:0] debug: timeout udp Aug 21 14:52:17 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:17 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:17 unbound[8:0] debug: mesh_run: start Aug 21 14:52:17 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:17 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:17 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:17 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:17 unbound[8:0] debug: query response was timeout Aug 21 14:52:17 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:17 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:17 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 21 Aug 21 14:52:17 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:17 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:17 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:17 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:17 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:17 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=752 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=752 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=752 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=752 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=752 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:17 unbound[8:0] debug: rtt=1504 Aug 21 14:52:17 unbound[8:0] debug: selrtt 376 Aug 21 14:52:17 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:17 unbound[8:0] debug: sending to target: 39.96.153.45#53 Aug 21 14:52:17 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:17 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:17 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:17 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:17 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=12581 val=67192 subnet=0 Aug 21 14:52:17 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:17 unbound[8:0] debug: serviced_delete Aug 21 14:52:17 unbound[8:0] debug: close of port 33913 Aug 21 14:52:17 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:17 unbound[8:0] debug: close fd 11 Aug 21 14:52:17 unbound[8:0] debug: serviced send timer Aug 21 14:52:17 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:17 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:17 unbound[8:0] debug: inserted new pending reply id=0de8 Aug 21 14:52:17 unbound[8:0] debug: opened UDP if=0 port=28552 Aug 21 14:52:17 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:18 unbound[8:0] debug: timeout udp Aug 21 14:52:18 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:18 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:18 unbound[8:0] debug: mesh_run: start Aug 21 14:52:18 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:18 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:18 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:18 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:18 unbound[8:0] debug: query response was timeout Aug 21 14:52:18 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:18 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:18 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 22 Aug 21 14:52:18 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:18 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:18 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:18 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:18 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:18 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=752 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=752 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=752 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=752 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=752 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=752 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: selrtt 376 Aug 21 14:52:18 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:18 unbound[8:0] debug: sending to target: 120.76.107.55#53 Aug 21 14:52:18 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:18 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:18 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:18 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:18 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=12893 val=67192 subnet=0 Aug 21 14:52:18 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:18 unbound[8:0] debug: serviced_delete Aug 21 14:52:18 unbound[8:0] debug: close of port 28552 Aug 21 14:52:18 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:18 unbound[8:0] debug: close fd 11 Aug 21 14:52:18 unbound[8:0] debug: serviced send timer Aug 21 14:52:18 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:18 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:18 unbound[8:0] debug: inserted new pending reply id=e2a0 Aug 21 14:52:18 unbound[8:0] debug: opened UDP if=0 port=8918 Aug 21 14:52:18 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:18 unbound[8:0] debug: timeout udp Aug 21 14:52:18 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:18 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:18 unbound[8:0] debug: mesh_run: start Aug 21 14:52:18 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:18 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:18 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:18 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:18 unbound[8:0] debug: query response was timeout Aug 21 14:52:18 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:18 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:18 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 23 Aug 21 14:52:18 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:18 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:18 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:18 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:18 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:18 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=752 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=752 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=752 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=752 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=752 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:18 unbound[8:0] debug: rtt=1504 Aug 21 14:52:18 unbound[8:0] debug: selrtt 376 Aug 21 14:52:18 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:18 unbound[8:0] debug: sending to target: 139.224.142.125#53 Aug 21 14:52:18 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:18 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:18 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:18 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:18 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=12893 val=67192 subnet=0 Aug 21 14:52:18 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:18 unbound[8:0] debug: serviced_delete Aug 21 14:52:18 unbound[8:0] debug: close of port 8918 Aug 21 14:52:18 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:18 unbound[8:0] debug: close fd 11 Aug 21 14:52:18 unbound[8:0] debug: serviced send timer Aug 21 14:52:18 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:18 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:18 unbound[8:0] debug: inserted new pending reply id=0c3e Aug 21 14:52:18 unbound[8:0] debug: opened UDP if=0 port=63048 Aug 21 14:52:18 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:19 unbound[8:0] debug: timeout udp Aug 21 14:52:19 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:19 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:19 unbound[8:0] debug: mesh_run: start Aug 21 14:52:19 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:19 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:19 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:19 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:19 unbound[8:0] debug: query response was timeout Aug 21 14:52:19 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:19 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:19 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 24 Aug 21 14:52:19 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:19 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:19 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:19 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:19 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:19 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=752 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=752 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=752 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=752 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=752 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=752 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=1504 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=1504 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=1504 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=1504 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=1504 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=1504 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=1504 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=1504 Aug 21 14:52:19 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:19 unbound[8:0] debug: rtt=1504 Aug 21 14:52:19 unbound[8:0] debug: selrtt 376 Aug 21 14:52:19 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:19 unbound[8:0] debug: sending to target: 47.118.199.205#53 Aug 21 14:52:19 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:19 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:19 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:19 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:19 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=13205 val=67192 subnet=0 Aug 21 14:52:19 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:19 unbound[8:0] debug: serviced_delete Aug 21 14:52:19 unbound[8:0] debug: close of port 63048 Aug 21 14:52:19 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:19 unbound[8:0] debug: close fd 11 Aug 21 14:52:19 unbound[8:0] debug: serviced send timer Aug 21 14:52:19 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:19 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:19 unbound[8:0] debug: inserted new pending reply id=4a70 Aug 21 14:52:19 unbound[8:0] debug: opened UDP if=0 port=25759 Aug 21 14:52:19 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:20 unbound[8:0] debug: timeout udp Aug 21 14:52:20 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:20 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:20 unbound[8:0] debug: mesh_run: start Aug 21 14:52:20 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:20 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:20 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:20 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:20 unbound[8:0] debug: query response was timeout Aug 21 14:52:20 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:20 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:20 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 25 Aug 21 14:52:20 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:20 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:20 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:20 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:20 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:20 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=752 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=752 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=752 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=752 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=752 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: selrtt 376 Aug 21 14:52:20 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:20 unbound[8:0] debug: sending to target: 47.118.199.215#53 Aug 21 14:52:20 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:20 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:20 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:20 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:20 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=13205 val=67192 subnet=0 Aug 21 14:52:20 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:20 unbound[8:0] debug: serviced_delete Aug 21 14:52:20 unbound[8:0] debug: close of port 25759 Aug 21 14:52:20 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:20 unbound[8:0] debug: close fd 11 Aug 21 14:52:20 unbound[8:0] debug: serviced send timer Aug 21 14:52:20 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:20 unbound[8:0] debug: serviced query UDP timeout=376 msec Aug 21 14:52:20 unbound[8:0] debug: inserted new pending reply id=0d89 Aug 21 14:52:20 unbound[8:0] debug: opened UDP if=0 port=33198 Aug 21 14:52:20 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:20 unbound[8:0] debug: timeout udp Aug 21 14:52:20 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:20 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:20 unbound[8:0] debug: mesh_run: start Aug 21 14:52:20 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:20 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:20 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:20 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:20 unbound[8:0] debug: query response was timeout Aug 21 14:52:20 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:20 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:20 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 26 Aug 21 14:52:20 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:20 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:20 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:20 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:20 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:20 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=752 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=752 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=752 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=752 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=752 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=752 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:20 unbound[8:0] debug: rtt=1504 Aug 21 14:52:20 unbound[8:0] debug: selrtt 752 Aug 21 14:52:20 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:20 unbound[8:0] debug: sending to target: 47.118.199.215#53 Aug 21 14:52:20 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:20 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:20 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:20 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:20 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=13517 val=67192 subnet=0 Aug 21 14:52:20 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:20 unbound[8:0] debug: serviced_delete Aug 21 14:52:20 unbound[8:0] debug: close of port 33198 Aug 21 14:52:20 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:20 unbound[8:0] debug: close fd 11 Aug 21 14:52:20 unbound[8:0] debug: serviced send timer Aug 21 14:52:20 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:20 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:20 unbound[8:0] debug: inserted new pending reply id=80ee Aug 21 14:52:20 unbound[8:0] debug: opened UDP if=0 port=49871 Aug 21 14:52:20 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:21 unbound[8:0] debug: timeout udp Aug 21 14:52:21 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:21 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:21 unbound[8:0] debug: mesh_run: start Aug 21 14:52:21 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:21 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:21 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:21 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:21 unbound[8:0] debug: query response was timeout Aug 21 14:52:21 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:21 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:21 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 27 Aug 21 14:52:21 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:21 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:21 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:21 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:21 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:21 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=1504 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=752 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=752 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=752 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=752 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=752 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=1504 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=1504 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=1504 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=1504 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=1504 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=1504 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=1504 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=1504 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=1504 Aug 21 14:52:21 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:21 unbound[8:0] debug: rtt=1504 Aug 21 14:52:21 unbound[8:0] debug: selrtt 752 Aug 21 14:52:21 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:21 unbound[8:0] debug: sending to target: 39.96.153.56#53 Aug 21 14:52:21 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:21 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:21 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:21 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:21 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=13517 val=67192 subnet=0 Aug 21 14:52:21 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:21 unbound[8:0] debug: serviced_delete Aug 21 14:52:21 unbound[8:0] debug: close of port 49871 Aug 21 14:52:21 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:21 unbound[8:0] debug: close fd 11 Aug 21 14:52:21 unbound[8:0] debug: serviced send timer Aug 21 14:52:21 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:21 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:21 unbound[8:0] debug: inserted new pending reply id=3b35 Aug 21 14:52:21 unbound[8:0] debug: opened UDP if=0 port=45794 Aug 21 14:52:21 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:22 unbound[8:0] debug: timeout udp Aug 21 14:52:22 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:22 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:22 unbound[8:0] debug: mesh_run: start Aug 21 14:52:22 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:22 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:22 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:22 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:22 unbound[8:0] debug: query response was timeout Aug 21 14:52:22 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:22 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:22 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 28 Aug 21 14:52:22 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:22 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:22 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:22 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:22 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:22 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=752 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=752 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=752 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=752 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: selrtt 752 Aug 21 14:52:22 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:22 unbound[8:0] debug: sending to target: 139.224.142.125#53 Aug 21 14:52:22 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:22 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:22 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:22 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:22 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=13517 val=67192 subnet=0 Aug 21 14:52:22 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:22 unbound[8:0] debug: serviced_delete Aug 21 14:52:22 unbound[8:0] debug: close of port 45794 Aug 21 14:52:22 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:22 unbound[8:0] debug: close fd 11 Aug 21 14:52:22 unbound[8:0] debug: serviced send timer Aug 21 14:52:22 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:22 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:22 unbound[8:0] debug: inserted new pending reply id=0fdb Aug 21 14:52:22 unbound[8:0] debug: opened UDP if=0 port=6926 Aug 21 14:52:22 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:22 unbound[8:0] debug: timeout udp Aug 21 14:52:22 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:22 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:22 unbound[8:0] debug: mesh_run: start Aug 21 14:52:22 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:22 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:22 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:22 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:22 unbound[8:0] debug: query response was timeout Aug 21 14:52:22 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:22 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:22 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 29 Aug 21 14:52:22 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:22 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:22 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:22 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:22 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:22 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=752 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=752 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=752 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:22 unbound[8:0] debug: rtt=1504 Aug 21 14:52:22 unbound[8:0] debug: selrtt 752 Aug 21 14:52:22 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:22 unbound[8:0] debug: sending to target: 39.96.153.45#53 Aug 21 14:52:22 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:22 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:22 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:22 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:22 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=13517 val=67192 subnet=0 Aug 21 14:52:22 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:22 unbound[8:0] debug: serviced_delete Aug 21 14:52:22 unbound[8:0] debug: close of port 6926 Aug 21 14:52:22 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:22 unbound[8:0] debug: close fd 11 Aug 21 14:52:22 unbound[8:0] debug: serviced send timer Aug 21 14:52:22 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:22 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:22 unbound[8:0] debug: inserted new pending reply id=ef6f Aug 21 14:52:22 unbound[8:0] debug: opened UDP if=0 port=58485 Aug 21 14:52:22 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:23 unbound[8:0] debug: timeout udp Aug 21 14:52:23 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:23 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:23 unbound[8:0] debug: mesh_run: start Aug 21 14:52:23 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:23 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:23 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:23 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:23 unbound[8:0] debug: query response was timeout Aug 21 14:52:23 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:23 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:23 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 30 Aug 21 14:52:23 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:23 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:23 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:23 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:23 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:23 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=752 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=752 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:23 unbound[8:0] debug: rtt=1504 Aug 21 14:52:23 unbound[8:0] debug: selrtt 752 Aug 21 14:52:23 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:23 unbound[8:0] debug: sending to target: 39.96.153.46#53 Aug 21 14:52:23 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:23 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:23 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:23 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:23 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=13517 val=67192 subnet=0 Aug 21 14:52:23 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:23 unbound[8:0] debug: serviced_delete Aug 21 14:52:23 unbound[8:0] debug: close of port 58485 Aug 21 14:52:23 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:23 unbound[8:0] debug: close fd 11 Aug 21 14:52:23 unbound[8:0] debug: serviced send timer Aug 21 14:52:23 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:23 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:23 unbound[8:0] debug: inserted new pending reply id=5c6e Aug 21 14:52:23 unbound[8:0] debug: opened UDP if=0 port=27226 Aug 21 14:52:23 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:24 unbound[8:0] debug: timeout udp Aug 21 14:52:24 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:24 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:24 unbound[8:0] debug: mesh_run: start Aug 21 14:52:24 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:24 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:24 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:24 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:24 unbound[8:0] debug: query response was timeout Aug 21 14:52:24 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:24 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:24 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 31 Aug 21 14:52:24 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:24 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:24 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:24 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:24 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:24 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=752 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:24 unbound[8:0] debug: rtt=1504 Aug 21 14:52:24 unbound[8:0] debug: selrtt 752 Aug 21 14:52:24 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:24 unbound[8:0] debug: sending to target: 139.224.142.115#53 Aug 21 14:52:24 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:24 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:24 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:24 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:24 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=13517 val=67192 subnet=0 Aug 21 14:52:24 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:24 unbound[8:0] debug: serviced_delete Aug 21 14:52:24 unbound[8:0] debug: close of port 27226 Aug 21 14:52:24 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:24 unbound[8:0] debug: close fd 11 Aug 21 14:52:24 unbound[8:0] debug: serviced send timer Aug 21 14:52:24 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:24 unbound[8:0] debug: serviced query UDP timeout=752 msec Aug 21 14:52:24 unbound[8:0] debug: inserted new pending reply id=5fd8 Aug 21 14:52:24 unbound[8:0] debug: opened UDP if=0 port=43772 Aug 21 14:52:24 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:25 unbound[8:0] debug: timeout udp Aug 21 14:52:25 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:25 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:25 unbound[8:0] debug: mesh_run: start Aug 21 14:52:25 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:25 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:25 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:25 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:25 unbound[8:0] debug: query response was timeout Aug 21 14:52:25 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:25 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:25 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 32 Aug 21 14:52:25 unbound[8:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 21 14:52:25 unbound[8:0] info: ns2.alidns.com. * A AAAA Aug 21 14:52:25 unbound[8:0] info: ns1.alidns.com. * A AAAA Aug 21 14:52:25 unbound[8:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 21 14:52:25 unbound[8:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 21 14:52:25 unbound[8:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rpz: iterator module callback: have_rpz=0 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 21 14:52:25 unbound[8:0] debug: rtt=1504 Aug 21 14:52:25 unbound[8:0] debug: selrtt 1504 Aug 21 14:52:25 unbound[8:0] info: sending query: minisforum.com. A IN Aug 21 14:52:25 unbound[8:0] debug: sending to target: 47.118.199.206#53 Aug 21 14:52:25 unbound[8:0] debug: dnssec status: not expected Aug 21 14:52:25 unbound[8:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 21 14:52:25 unbound[8:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 21 14:52:25 unbound[8:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 21 14:52:25 unbound[8:0] debug: cache memory msg=66104 rrset=76682 infra=13517 val=67192 subnet=0 Aug 21 14:52:25 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:25 unbound[8:0] debug: serviced_delete Aug 21 14:52:25 unbound[8:0] debug: close of port 43772 Aug 21 14:52:25 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:25 unbound[8:0] debug: close fd 11 Aug 21 14:52:25 unbound[8:0] debug: serviced send timer Aug 21 14:52:25 unbound[8:0] debug: EDNS lookup known=0 vs=0 Aug 21 14:52:25 unbound[8:0] debug: serviced query UDP timeout=1504 msec Aug 21 14:52:25 unbound[8:0] debug: inserted new pending reply id=9ef4 Aug 21 14:52:25 unbound[8:0] debug: opened UDP if=0 port=39025 Aug 21 14:52:25 unbound[8:0] debug: comm point start listening 11 (-1 msec) Aug 21 14:52:26 unbound[8:0] debug: timeout udp Aug 21 14:52:26 unbound[8:0] debug: svcd callbacks start Aug 21 14:52:26 unbound[8:0] debug: worker svcd callback for qstate 0x7f017cc05430 Aug 21 14:52:26 unbound[8:0] debug: mesh_run: start Aug 21 14:52:26 unbound[8:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 21 14:52:26 unbound[8:0] info: iterator operate: query minisforum.com. A IN Aug 21 14:52:26 unbound[8:0] debug: process_response: new external response event Aug 21 14:52:26 unbound[8:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 21 14:52:26 unbound[8:0] debug: query response was timeout Aug 21 14:52:26 unbound[8:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 21 14:52:26 unbound[8:0] info: processQueryTargets: minisforum.com. A IN Aug 21 14:52:26 unbound[8:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 33 Aug 21 14:52:26 unbound[8:0] debug: request has exceeded the maximum number of sends with 33 Aug 21 14:52:26 unbound[8:0] debug: store error response in message cache Aug 21 14:52:26 unbound[8:0] debug: return error response SERVFAIL Aug 21 14:52:26 unbound[8:0] debug: mesh_run: iterator module exit state is module_finished Aug 21 14:52:26 unbound[8:0] debug: validator[module 0] operate: extstate:module_wait_module event:module_event_moddone Aug 21 14:52:26 unbound[8:0] info: validator operate: query minisforum.com. A IN Aug 21 14:52:26 unbound[8:0] debug: validator: nextmodule returned Aug 21 14:52:26 unbound[8:0] debug: cannot validate non-answer, rcode SERVFAIL Aug 21 14:52:26 unbound[8:0] debug: mesh_run: validator module exit state is module_finished Aug 21 14:52:26 unbound[8:0] error: SERVFAIL : exceeded the maximum number of sends Aug 21 14:52:26 unbound[8:0] debug: drop reply, it is older than discard-timeout Aug 21 14:52:26 unbound[8:0] debug: drop reply, it is older than discard-timeout Aug 21 14:52:26 unbound[8:0] debug: drop reply, it is older than discard-timeout Aug 21 14:52:26 unbound[8:0] info: mesh_run: end 0 recursion states (0 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 3 replies dropped, 0 states jostled out Aug 21 14:52:26 unbound[8:0] debug: cache memory msg=66344 rrset=76682 infra=13517 val=67192 subnet=0 Aug 21 14:52:26 unbound[8:0] debug: svcd callbacks end Aug 21 14:52:26 unbound[8:0] debug: serviced_delete Aug 21 14:52:26 unbound[8:0] debug: close of port 39025 Aug 21 14:52:26 unbound[8:0] debug: comm_point_close of 11: event_del Aug 21 14:52:26 unbound[8:0] debug: close fd 11 ```
madnuttah commented 2 months ago

I wrapped the log to maintain readability, I hope you don't mind.

Aug 21 14:52:25 unbound[8:0] info: sending query: minisforum.com. A IN
Aug 21 14:52:25 unbound[8:0] debug: sending to target: <minisforum.com.> 47.118.199.206#53
Aug 21 14:52:25 unbound[8:0] debug: dnssec status: not expected

Where did you define your local zone in your unbound.conf?

Edit: example local zone

typkrft commented 2 months ago

No problem, I should have wrapped the log myself. I was trying to understand the dnssec status message. I have not set any local zones. And I'm trying to wrap my head around exactly what it is. Sorry, completely ignorant about DNS past a surface level understanding. My assumption was that I just needed to set the access control and private ranges.

I've uncommented all of the local-zones just for testing added my local and docker networks to access-control.

Current Config just in case I'm not configuring it correctly

``` include: "/usr/local/unbound/conf.d/*.conf" include: "/usr/local/unbound/zones.d/*.conf" server: verbosity: 5 num-threads: 1 interface: 0.0.0.0@5353 prefer-ip6: no prefer-ip4: yes outgoing-range: 4096 outgoing-port-permit: 32768 msg-cache-size: 4m msg-cache-slabs: 4 num-queries-per-thread: 4096 udp-connect: yes rrset-cache-size: 4m rrset-cache-slabs: 4 cache-min-ttl: 0 cache-max-ttl: 86400 infra-cache-slabs: 4 do-ip4: yes do-ip6: no do-udp: yes do-tcp: yes use-systemd: no do-daemonize: no access-control: 0.0.0.0/0 allow access-control: 127.0.0.0/8 allow access-control: 10.0.0.0/8 allow access-control: 172.20.0.0/29 allow chroot: "" username: "" directory: "/usr/local/unbound/" logfile: "/usr/local/unbound/log.d/unbound.log" use-syslog: no log-time-ascii: yes log-servfail: yes pidfile: "/usr/local/unbound/unbound.d/unbound.pid" root-hints: "/usr/local/unbound/iana.d/root.hints" hide-identity: yes hide-version: yes hide-trustanchor: yes harden-short-bufsize: yes harden-large-queries: yes harden-glue: yes harden-dnssec-stripped: yes harden-below-nxdomain: yes harden-algo-downgrade: yes qname-minimisation: yes aggressive-nsec: yes use-caps-for-id: no private-address: 10.0.0.0/8 private-address: 172.20.0.0/29 private-address: 172.16.0.0/12 private-address: 192.168.0.0/16 private-address: 169.254.0.0/16 private-address: fd00::/8 private-address: fe80::/10 private-address: ::ffff:0:0/96 do-not-query-localhost: yes deny-any: yes rrset-roundrobin: yes minimal-responses: yes disable-dnssec-lame-check: no module-config: "validator iterator" auto-trust-anchor-file: "/usr/local/unbound/iana.d/root.key" trust-anchor-signaling: yes root-key-sentinel: yes val-max-restart: 5 val-clean-additional: yes val-permissive-mode: no ignore-cd-flag: no serve-expired: no val-log-level: 2 zonemd-permissive-mode: no key-cache-size: 4m key-cache-slabs: 4 neg-cache-size: 1m local-zone: "localhost." nodefault local-zone: "127.in-addr.arpa." nodefault 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." nodefault local-zone: "home.arpa." nodefault local-zone: "onion." nodefault local-zone: "test." nodefault local-zone: "invalid." nodefault local-zone: "10.in-addr.arpa." nodefault local-zone: "16.172.in-addr.arpa." nodefault local-zone: "17.172.in-addr.arpa." nodefault local-zone: "18.172.in-addr.arpa." nodefault local-zone: "19.172.in-addr.arpa." nodefault local-zone: "20.172.in-addr.arpa." nodefault local-zone: "21.172.in-addr.arpa." nodefault local-zone: "22.172.in-addr.arpa." nodefault local-zone: "23.172.in-addr.arpa." nodefault local-zone: "24.172.in-addr.arpa." nodefault local-zone: "25.172.in-addr.arpa." nodefault local-zone: "26.172.in-addr.arpa." nodefault local-zone: "27.172.in-addr.arpa." nodefault local-zone: "28.172.in-addr.arpa." nodefault local-zone: "29.172.in-addr.arpa." nodefault local-zone: "30.172.in-addr.arpa." nodefault local-zone: "31.172.in-addr.arpa." nodefault local-zone: "168.192.in-addr.arpa." nodefault local-zone: "0.in-addr.arpa." nodefault local-zone: "254.169.in-addr.arpa." nodefault local-zone: "2.0.192.in-addr.arpa." nodefault local-zone: "100.51.198.in-addr.arpa." nodefault local-zone: "113.0.203.in-addr.arpa." nodefault local-zone: "255.255.255.255.in-addr.arpa." nodefault local-zone: "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.0.ip6.arpa." nodefault local-zone: "d.f.ip6.arpa." nodefault local-zone: "8.e.f.ip6.arpa." nodefault local-zone: "9.e.f.ip6.arpa." nodefault local-zone: "a.e.f.ip6.arpa." nodefault local-zone: "b.e.f.ip6.arpa." nodefault local-zone: "8.b.d.0.1.0.0.2.ip6.arpa." nodefault local-zone: "10.0.0.0/8" nodefault unblock-lan-zones: no insecure-lan-zones: yes python: dynlib: remote-control: auth-zone: name: "." primary: 170.247.170.2 # b.root-servers.net primary: 192.33.4.12 # c.root-servers.net primary: 199.7.91.13 # d.root-servers.net primary: 192.5.5.241 # f.root-servers.net primary: 192.112.36.4 # g.root-servers.net primary: 193.0.14.129 # k.root-servers.net primary: 192.0.47.132 # xfr.cjr.dns.icann.org primary: 192.0.32.132 # xfr.lax.dns.icann.org primary: 2801:1b8:10::b # b.root-servers.net primary: 2001:500:2::c # c.root-servers.net primary: 2001:500:2d::d # d.root-servers.net primary: 2001:500:2f::f # f.root-servers.net primary: 2001:500:12::d0d # g.root-servers.net primary: 2001:7fd::1 # k.root-servers.net primary: 2620:0:2830:202::132 # xfr.cjr.dns.icann.org primary: 2620:0:2d0:202::132 # xfr.lax.dns.icann.org fallback-enabled: yes for-downstream: no for-upstream: yes zonemd-check: yes zonemd-reject-absence: no zonefile: "/usr/local/unbound/iana.d/root.zone" ```

Logs

```logs Aug 22 20:22:16 unbound[7:0] debug: Reading root hints from /usr/local/unbound/iana.d/root.hints Aug 22 20:22:16 unbound[7:0] info: DelegationPoint<.>: 13 names (0 missing), 26 addrs (0 result, 26 avail) parentNS Aug 22 20:22:16 unbound[7:0] info: M.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: L.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: K.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: J.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: I.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: H.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: G.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: F.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: E.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: D.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: C.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: B.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] info: A.ROOT-SERVERS.NET. * A AAAA Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:dc3::35 port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 202.12.27.33 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:500:9f::42 port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 199.7.83.42 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:7fd::1 port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 193.0.14.129 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:503:c27::2:30 port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 192.58.128.30 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:7fe::53 port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 192.36.148.17 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:500:1::53 port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 198.97.190.53 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:500:12::d0d port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 192.112.36.4 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:500:2f::f port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 192.5.5.241 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:500:a8::e port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 192.203.230.10 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:500:2d::d port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 199.7.91.13 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:500:2::c port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 192.33.4.12 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2801:1b8:10::b port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 170.247.170.2 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] debug: ip6 2001:503:ba3e::2:30 port 53 (len 28) Aug 22 20:22:16 unbound[7:0] debug: ip4 198.41.0.4 port 53 (len 16) Aug 22 20:22:16 unbound[7:0] notice: init module 0: validator Aug 22 20:22:16 unbound[7:0] debug: reading autotrust anchor file /usr/local/unbound/iana.d/root.key Aug 22 20:22:16 unbound[7:0] info: trust point . : 1 Aug 22 20:22:16 unbound[7:0] info: assembled 0 DS and 1 DNSKEYs Aug 22 20:22:16 unbound[7:0] info: DNSKEY:: . 86400 IN DNSKEY 257 3 8 AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3+/4RgWOq7HrxRixHlFlExOLAJr5emLvN7SWXgnLh4+B5xQlNVz8Og8kvArMtNROxVQuCaSnIDdD5LKyWbRd2n9WGe2R8PzgCmr3EgVLrjyBxWezF0jLHwVN8efS3rCj/EWgvIWgb9tarpVUDK/b58Da+sqqls3eNbuv7pr+eoZG+SrDK6nWeL3c6H5Apxz7LjVc1uTIdsIXxuOLYA4/ilBmSVIzuDWfdRUfhHdY6+cn8HFRm+2hM8AnXGXws9555KrUB5qihylGa8subX2Nn6UwNR1AkUTV74bU= ;{id = 20326 (ksk), size = 2048b} Aug 22 20:22:16 unbound[7:0] info: file /usr/local/unbound/iana.d/root.key Aug 22 20:22:16 unbound[7:0] info: last_queried: 1724372536 Thu Aug 22 20:22:16 2024 Aug 22 20:22:16 unbound[7:0] info: last_success: 1724372536 Thu Aug 22 20:22:16 2024 Aug 22 20:22:16 unbound[7:0] info: next_probe_time: 1724412105 Fri Aug 23 07:21:45 2024 Aug 22 20:22:16 unbound[7:0] info: query_interval: 43200 Aug 22 20:22:16 unbound[7:0] info: retry_time: 8640 Aug 22 20:22:16 unbound[7:0] info: query_failed: 0 Aug 22 20:22:16 unbound[7:0] info: [ VALID ] . 86400 IN DNSKEY 257 3 8 AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3+/4RgWOq7HrxRixHlFlExOLAJr5emLvN7SWXgnLh4+B5xQlNVz8Og8kvArMtNROxVQuCaSnIDdD5LKyWbRd2n9WGe2R8PzgCmr3EgVLrjyBxWezF0jLHwVN8efS3rCj/EWgvIWgb9tarpVUDK/b58Da+sqqls3eNbuv7pr+eoZG+SrDK6nWeL3c6H5Apxz7LjVc1uTIdsIXxuOLYA4/ilBmSVIzuDWfdRUfhHdY6+cn8HFRm+2hM8AnXGXws9555KrUB5qihylGa8subX2Nn6UwNR1AkUTV74bU= ;{id = 20326 (ksk), size = 2048b} ;;state:2 ;;pending_count:0 last:Thu Aug 22 20:22:16 2024 Aug 22 20:22:16 unbound[7:0] debug: validator nsec3cfg keysz 1024 mxiter 150 Aug 22 20:22:16 unbound[7:0] debug: validator nsec3cfg keysz 2048 mxiter 150 Aug 22 20:22:16 unbound[7:0] debug: validator nsec3cfg keysz 4096 mxiter 150 Aug 22 20:22:16 unbound[7:0] notice: init module 1: iterator Aug 22 20:22:16 unbound[7:0] debug: target fetch policy for level 0 is 3 Aug 22 20:22:16 unbound[7:0] debug: target fetch policy for level 1 is 2 Aug 22 20:22:16 unbound[7:0] debug: target fetch policy for level 2 is 1 Aug 22 20:22:16 unbound[7:0] debug: target fetch policy for level 3 is 0 Aug 22 20:22:16 unbound[7:0] debug: target fetch policy for level 4 is 0 Aug 22 20:22:16 unbound[7:0] debug: donotq: 127.0.0.0/8 Aug 22 20:22:16 unbound[7:0] debug: read zonefile /usr/local/unbound/iana.d/root.zone for . Aug 22 20:22:17 unbound[7:0] debug: auth zone . zonemd: verify DNSKEY RRset with trust anchor Aug 22 20:22:17 unbound[7:0] debug: anchor matched DNSKEY. Aug 22 20:22:17 unbound[7:0] debug: auth zone . zonemd: verify SOA RRset with DNSKEY Aug 22 20:22:17 unbound[7:0] debug: verify sig 20038 8 Aug 22 20:22:17 unbound[7:0] debug: auth zone . zonemd: verify ZONEMD RRset with DNSKEY Aug 22 20:22:17 unbound[7:0] debug: verify sig 20038 8 Aug 22 20:22:17 unbound[7:0] debug: auth zone . zonemd DNSSEC verification of SOA and ZONEMD RRsets secure Aug 22 20:22:17 unbound[7:0] debug: auth-zone . ZONEMD hash is correct Aug 22 20:22:17 unbound[7:0] debug: auth zone . ZONEMD verification successful Aug 22 20:22:17 unbound[7:0] debug: total of 59447 outgoing ports available Aug 22 20:22:17 unbound[7:0] debug: start threads Aug 22 20:22:17 unbound[7:0] debug: libevent 2.1.12-stable uses epoll method. Aug 22 20:22:17 unbound[7:0] debug: auth zone . timeout in 0 seconds Aug 22 20:22:17 unbound[7:0] debug: cache memory msg=66104 rrset=66104 infra=7952 val=66384 subnet=0 Aug 22 20:22:17 unbound[7:0] info: start of service (unbound 1.21.0). Aug 22 20:22:17 unbound[7:0] debug: autotrust probe timer callback Aug 22 20:22:17 unbound[7:0] debug: autotrust probe timer 0 callbacks done Aug 22 20:22:17 unbound[7:0] debug: auth zone . probe: notify addrs updated Aug 22 20:22:17 unbound[7:0] debug: auth zone . probe: finished only_lookup Aug 22 20:22:17 unbound[7:0] debug: auth zone . timeout in 1800 seconds Aug 22 20:23:13 unbound[7:0] debug: worker request: max UDP reply size modified (4096 to max-udp-size) Aug 22 20:23:13 unbound[7:0] debug: from ip4 10.10.10.228 port 53581 (len 16) Aug 22 20:23:13 unbound[7:0] debug: udp request from ip4 10.10.10.228 port 53581 (len 16) Aug 22 20:23:13 unbound[7:0] debug: mesh_run: start Aug 22 20:23:13 unbound[7:0] debug: validator[module 0] operate: extstate:module_state_initial event:module_event_new Aug 22 20:23:13 unbound[7:0] info: validator operate: query minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: validator: pass to next module Aug 22 20:23:13 unbound[7:0] debug: mesh_run: validator module exit state is module_wait_module Aug 22 20:23:13 unbound[7:0] debug: iterator[module 1] operate: extstate:module_state_initial event:module_event_pass Aug 22 20:23:13 unbound[7:0] debug: process_request: new external request event Aug 22 20:23:13 unbound[7:0] debug: iter_handle processing q with state INIT REQUEST STATE Aug 22 20:23:13 unbound[7:0] info: resolving minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: request has dependency depth of 0 Aug 22 20:23:13 unbound[7:0] debug: iter_handle processing q with state INIT REQUEST STATE (stage 2) Aug 22 20:23:13 unbound[7:0] info: resolving (init part 2): minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: iter_handle processing q with state INIT REQUEST STATE (stage 3) Aug 22 20:23:13 unbound[7:0] info: resolving (init part 3): minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:13 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0 Aug 22 20:23:13 unbound[7:0] info: DelegationPoint<.>: empty Aug 22 20:23:13 unbound[7:0] debug: removing 1 labels Aug 22 20:23:13 unbound[7:0] info: auth_zone . query com. A, domain com. exact notexist, ce com., rrset NS Aug 22 20:23:13 unbound[7:0] info: msg from auth zone ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0 ;; flags: qr ; QUERY: 1, ANSWER: 0, AUTHORITY: 15, ADDITIONAL: 26 ;; QUESTION SECTION: com. IN A ;; ANSWER SECTION: ;; AUTHORITY SECTION: com. 172800 IN NS i.gtld-servers.net. com. 172800 IN NS j.gtld-servers.net. com. 172800 IN NS k.gtld-servers.net. com. 172800 IN NS l.gtld-servers.net. com. 172800 IN NS m.gtld-servers.net. com. 172800 IN NS a.gtld-servers.net. com. 172800 IN NS b.gtld-servers.net. com. 172800 IN NS c.gtld-servers.net. com. 172800 IN NS d.gtld-servers.net. com. 172800 IN NS e.gtld-servers.net. com. 172800 IN NS f.gtld-servers.net. com. 172800 IN NS g.gtld-servers.net. com. 172800 IN NS h.gtld-servers.net. com. 86400 IN DS 19718 13 2 8ACBB0CD28F41250A80A491389424D341522D946B0DA0C0291F2D3D771D7805A com. 86400 IN RRSIG DS 8 1 86400 20240828050000 20240815040000 20038 . SAxrsFAWpkRnoi8UAMnzEdzHaZP2ddZaj/OB1EY5+1LjzmNwD4mTIa02YSJoFScW+ksCd7gSvm9uYnaa4gAZaHQLR8Cudv1gY+KlXR04XhEAFt3TMKRIC3wjK1c9QlD8g0ffmYRZfuP20RB4PP3z0fcMu1Up6eISFWdkEfSllHewKeozYUABBRYZjFIKEAXh0ssaKpNxQQTt++U3oJVZ++YYAKdEGOp2g2wSnDuRaQvXygkoxWEFxdv1u0q1MQdCPHzsW1q+CEepH+JEK0ZnFh2989qgaYnpJsJD+2N0smyh1R1QrR0qJeEEEiOF59D41GycV7uwcsJLuFMyzVcD/Q== ;{id = 20038} ;; ADDITIONAL SECTION: a.gtld-servers.net. 172800 IN A 192.5.6.30 a.gtld-servers.net. 172800 IN AAAA 2001:503:a83e::2:30 b.gtld-servers.net. 172800 IN A 192.33.14.30 b.gtld-servers.net. 172800 IN AAAA 2001:503:231d::2:30 c.gtld-servers.net. 172800 IN A 192.26.92.30 c.gtld-servers.net. 172800 IN AAAA 2001:503:83eb::30 d.gtld-servers.net. 172800 IN A 192.31.80.30 d.gtld-servers.net. 172800 IN AAAA 2001:500:856e::30 e.gtld-servers.net. 172800 IN A 192.12.94.30 e.gtld-servers.net. 172800 IN AAAA 2001:502:1ca1::30 f.gtld-servers.net. 172800 IN A 192.35.51.30 f.gtld-servers.net. 172800 IN AAAA 2001:503:d414::30 g.gtld-servers.net. 172800 IN A 192.42.93.30 g.gtld-servers.net. 172800 IN AAAA 2001:503:eea3::30 h.gtld-servers.net. 172800 IN A 192.54.112.30 h.gtld-servers.net. 172800 IN AAAA 2001:502:8cc::30 i.gtld-servers.net. 172800 IN A 192.43.172.30 i.gtld-servers.net. 172800 IN AAAA 2001:503:39c1::30 j.gtld-servers.net. 172800 IN A 192.48.79.30 j.gtld-servers.net. 172800 IN AAAA 2001:502:7094::30 k.gtld-servers.net. 172800 IN A 192.52.178.30 k.gtld-servers.net. 172800 IN AAAA 2001:503:d2d::30 l.gtld-servers.net. 172800 IN A 192.41.162.30 l.gtld-servers.net. 172800 IN AAAA 2001:500:d937::30 m.gtld-servers.net. 172800 IN A 192.55.83.30 m.gtld-servers.net. 172800 IN AAAA 2001:501:b1f9::30 ;; MSG SIZE rcvd: 1152 Aug 22 20:23:13 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:13 unbound[7:0] info: query response was REFERRAL Aug 22 20:23:13 unbound[7:0] info: found in cache m.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache m.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache l.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache l.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache k.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache k.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache j.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache j.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache i.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache i.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache h.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache h.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache g.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache g.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache f.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache f.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache e.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache e.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache d.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache d.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache c.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache c.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache b.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache b.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache a.gtld-servers.net. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache a.gtld-servers.net. AAAA IN Aug 22 20:23:13 unbound[7:0] info: DelegationPoint: 13 names (0 missing), 26 addrs (0 result, 26 avail) parentNS Aug 22 20:23:13 unbound[7:0] info: m.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: l.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: k.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: j.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: i.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: h.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: g.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: f.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: e.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: d.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: c.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: b.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: a.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:501:b1f9::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.55.83.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:500:d937::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.41.162.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:d2d::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.52.178.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:502:7094::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.48.79.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:39c1::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.43.172.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:502:8cc::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.54.112.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:eea3::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.42.93.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:d414::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.35.51.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:502:1ca1::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.12.94.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:500:856e::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.31.80.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:83eb::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.26.92.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:231d::2:30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.33.14.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:a83e::2:30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.5.6.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: cleared outbound list for next round Aug 22 20:23:13 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:13 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0 Aug 22 20:23:13 unbound[7:0] info: DelegationPoint: 13 names (0 missing), 26 addrs (0 result, 26 avail) parentNS Aug 22 20:23:13 unbound[7:0] info: m.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: l.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: k.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: j.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: i.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: h.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: g.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: f.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: e.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: d.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: c.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: b.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] info: a.gtld-servers.net. * A AAAA Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:501:b1f9::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.55.83.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:500:d937::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.41.162.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:d2d::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.52.178.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:502:7094::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.48.79.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:39c1::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.43.172.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:502:8cc::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.54.112.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:eea3::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.42.93.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:d414::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.35.51.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:502:1ca1::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.12.94.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:500:856e::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.31.80.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:83eb::30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.26.92.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:231d::2:30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.33.14.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2001:503:a83e::2:30 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 192.5.6.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: attempt to get extra 3 targets Aug 22 20:23:13 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:13 unbound[7:0] debug: selrtt 376 Aug 22 20:23:13 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: sending to target: 192.54.112.30#53 Aug 22 20:23:13 unbound[7:0] debug: dnssec status: expected Aug 22 20:23:13 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:13 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:13 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: cache memory msg=66104 rrset=74131 infra=8224 val=66384 subnet=0 Aug 22 20:23:13 unbound[7:0] debug: serviced send timer Aug 22 20:23:13 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:13 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:13 unbound[7:0] debug: inserted new pending reply id=a2c4 Aug 22 20:23:13 unbound[7:0] debug: opened UDP if=0 port=65514 Aug 22 20:23:13 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:13 unbound[7:0] debug: answer cb Aug 22 20:23:13 unbound[7:0] debug: Incoming reply id = a2c4 Aug 22 20:23:13 unbound[7:0] debug: Incoming reply addr = ip4 192.54.112.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: lookup size is 1 entries Aug 22 20:23:13 unbound[7:0] debug: received udp reply. Aug 22 20:23:13 unbound[7:0] debug: udp message[755:0] A2C4801000010000000600130A6D696E6973666F72756D03636F6D0000010001C00C000200010002A300000D036E733106616C69646E73C017C00C000200010002A3000006036E7332C03020434B30504F4A4D473837344C4A5245463745464E38343330515649543842534DC017003200010001518000230101000000146501A1F9B0431D4A29C7DFA99833A16FF9C8A2B5000722000000000290C04B002E000100015180005700320D020001518066CE6E6266C5237AE7DA03636F6D0058BFC14BB1E45DB438F6A9824B5F9EBA4BBA1F312B7199F3C6A217A511B53D4BFDC24C63873B3E308838FA5D38AC3549ECE50CBBEC0A6750FF6DE769DBFD5C5E204A Aug 22 20:23:13 unbound[7:0] debug: udp message[755:256] 4735424A52444C484B3349475239544244324D43514B4C5352533242355032C017003200010001518000220101000000149C0ABB9C32C74B447E969BE7850C019F6418FF620006200000000012C0FE002E000100015180005700320D020001518066CE8D0A66C54222E7DA03636F6D00F3990774F85E1CEA7F2C34EC7175EEFD458DF67DCF246A17D3CA4AF8B913D3E07E1FD04AC1305894B3087F673F5B7BBF377B7CCB41B1B2ECAD2210298BDA6BC3C02C000100010002A3000004784C6B2DC02C000100010002A3000004784C6B37C02C000100010002A30000048BE08E73C02C000100010002A30000048BE08E7DC02C001C00010002A300001024084009 Aug 22 20:23:13 unbound[7:0] debug: udp message[755:512] 050100000000000000000001C02C000100010002A30000042760992DC02C000100010002A300000427609937C02C000100010002A30000042F76C7CDC02C000100010002A30000042F76C7D7C045000100010002A3000004784C6B2EC045000100010002A3000004784C6B38C045000100010002A30000048BE08E74C045000100010002A30000048BE08E7EC045001C00010002A300001024084009050100000000000000000002C045000100010002A30000042760992EC045000100010002A300000427609938C045000100010002A30000042F76C7CEC045000100010002A30000042F76C7D80000291000000080000000 Aug 22 20:23:13 unbound[7:0] debug: outnet handle udp reply Aug 22 20:23:13 unbound[7:0] debug: serviced query: EDNS works for ip4 192.54.112.30 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: measured roundtrip at 32 msec Aug 22 20:23:13 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:13 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:13 unbound[7:0] debug: mesh_run: start Aug 22 20:23:13 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_reply Aug 22 20:23:13 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:13 unbound[7:0] info: scrub for com. NS IN Aug 22 20:23:13 unbound[7:0] info: response for minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] info: reply from 192.54.112.30#53 Aug 22 20:23:13 unbound[7:0] info: incoming scrubbed packet: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 0 ;; flags: qr ; QUERY: 1, ANSWER: 0, AUTHORITY: 6, ADDITIONAL: 18 ;; QUESTION SECTION: minisforum.com. IN A ;; ANSWER SECTION: ;; AUTHORITY SECTION: minisforum.com. 86400 IN NS ns2.alidns.com. minisforum.com. 86400 IN NS ns1.alidns.com. CK0POJMG874LJREF7EFN8430QVIT8BSM.com. 86400 IN NSEC3 1 1 0 - ck0q3udg8cekkae7rukpgct1dvssh8ll NS SOA RRSIG DNSKEY NSEC3PARAM ;{flags: optout} CK0POJMG874LJREF7EFN8430QVIT8BSM.com. 86400 IN RRSIG NSEC3 13 2 86400 20240828002506 20240820231506 59354 com. WL/BS7HkXbQ49qmCS1+euku6HzErcZnzxqIXpRG1PUv9wkxjhzs+MIg4+l04rDVJ7OUMu+wKZ1D/bedp2/1cXg== ;{id = 59354} JG5BJRDLHK3IGR9TBD2MCQKLSRS2B5P2.com. 86400 IN NSEC3 1 1 0 - jg5bn71iot5k8vkmjfjoa301jti1hvr2 NS DS RRSIG ;{flags: optout} JG5BJRDLHK3IGR9TBD2MCQKLSRS2B5P2.com. 86400 IN RRSIG NSEC3 13 2 86400 20240828023554 20240821012554 59354 com. 85kHdPheHOp/LDTscXXu/UWN9n3PJGoX08pK+LkT0+B+H9BKwTBYlLMIf2c/W3u/N3t8y0GxsuytIhApi9prww== ;{id = 59354} ;; ADDITIONAL SECTION: ns1.alidns.com. 86400 IN A 120.76.107.55 ns1.alidns.com. 86400 IN A 139.224.142.115 ns1.alidns.com. 86400 IN A 139.224.142.125 ns1.alidns.com. 86400 IN A 39.96.153.45 ns1.alidns.com. 86400 IN A 39.96.153.55 ns1.alidns.com. 86400 IN A 47.118.199.205 ns1.alidns.com. 86400 IN A 47.118.199.215 ns1.alidns.com. 86400 IN A 120.76.107.45 ns1.alidns.com. 86400 IN AAAA 2408:4009:501::1 ns2.alidns.com. 86400 IN A 120.76.107.56 ns2.alidns.com. 86400 IN A 139.224.142.116 ns2.alidns.com. 86400 IN A 139.224.142.126 ns2.alidns.com. 86400 IN A 39.96.153.46 ns2.alidns.com. 86400 IN A 39.96.153.56 ns2.alidns.com. 86400 IN A 47.118.199.206 ns2.alidns.com. 86400 IN A 47.118.199.216 ns2.alidns.com. 86400 IN A 120.76.107.46 ns2.alidns.com. 86400 IN AAAA 2408:4009:501::2 ;; MSG SIZE rcvd: 744 Aug 22 20:23:13 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:13 unbound[7:0] info: query response was REFERRAL Aug 22 20:23:13 unbound[7:0] info: negcache insert referral com. NS IN Aug 22 20:23:13 unbound[7:0] info: negcache rr CK0POJMG874LJREF7EFN8430QVIT8BSM.com. NSEC3 IN Aug 22 20:23:13 unbound[7:0] info: negcache rr JG5BJRDLHK3IGR9TBD2MCQKLSRS2B5P2.com. NSEC3 IN Aug 22 20:23:13 unbound[7:0] info: found in cache ns2.alidns.com. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache ns2.alidns.com. AAAA IN Aug 22 20:23:13 unbound[7:0] info: found in cache ns1.alidns.com. A IN Aug 22 20:23:13 unbound[7:0] info: found in cache ns1.alidns.com. AAAA IN Aug 22 20:23:13 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (0 result, 18 avail) parentNS Aug 22 20:23:13 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:13 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:13 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: cleared outbound list for next round Aug 22 20:23:13 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:13 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 0 Aug 22 20:23:13 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (0 result, 18 avail) parentNS Aug 22 20:23:13 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:13 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:13 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:13 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:13 unbound[7:0] debug: attempt to get extra 3 targets Aug 22 20:23:13 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:13 unbound[7:0] debug: selrtt 376 Aug 22 20:23:13 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: sending to target: 120.76.107.46#53 Aug 22 20:23:13 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:13 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:13 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:13 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:13 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=8525 val=67192 subnet=0 Aug 22 20:23:13 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:13 unbound[7:0] debug: serviced_delete Aug 22 20:23:13 unbound[7:0] debug: close of port 65514 Aug 22 20:23:13 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:13 unbound[7:0] debug: close fd 11 Aug 22 20:23:13 unbound[7:0] debug: serviced send timer Aug 22 20:23:13 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:13 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:13 unbound[7:0] debug: inserted new pending reply id=9604 Aug 22 20:23:13 unbound[7:0] debug: opened UDP if=0 port=36565 Aug 22 20:23:13 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:14 unbound[7:0] debug: timeout udp Aug 22 20:23:14 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:14 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:14 unbound[7:0] debug: mesh_run: start Aug 22 20:23:14 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:14 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:14 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:14 unbound[7:0] debug: query response was timeout Aug 22 20:23:14 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:14 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 1 Aug 22 20:23:14 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:14 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:14 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:14 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: attempt to get extra 3 targets Aug 22 20:23:14 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:14 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: rtt=752 Aug 22 20:23:14 unbound[7:0] debug: selrtt 376 Aug 22 20:23:14 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: sending to target: 120.76.107.56#53 Aug 22 20:23:14 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:14 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:14 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:14 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=8837 val=67192 subnet=0 Aug 22 20:23:14 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:14 unbound[7:0] debug: serviced_delete Aug 22 20:23:14 unbound[7:0] debug: close of port 36565 Aug 22 20:23:14 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:14 unbound[7:0] debug: close fd 11 Aug 22 20:23:14 unbound[7:0] debug: serviced send timer Aug 22 20:23:14 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:14 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:14 unbound[7:0] debug: inserted new pending reply id=1150 Aug 22 20:23:14 unbound[7:0] debug: opened UDP if=0 port=24398 Aug 22 20:23:14 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:14 unbound[7:0] debug: timeout udp Aug 22 20:23:14 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:14 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:14 unbound[7:0] debug: mesh_run: start Aug 22 20:23:14 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:14 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:14 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:14 unbound[7:0] debug: query response was timeout Aug 22 20:23:14 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:14 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 2 Aug 22 20:23:14 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:14 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:14 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:14 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: attempt to get extra 3 targets Aug 22 20:23:14 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:14 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: rtt=752 Aug 22 20:23:14 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: rtt=752 Aug 22 20:23:14 unbound[7:0] debug: selrtt 376 Aug 22 20:23:14 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: sending to target: 47.118.199.205#53 Aug 22 20:23:14 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:14 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:14 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:14 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=9149 val=67192 subnet=0 Aug 22 20:23:14 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:14 unbound[7:0] debug: serviced_delete Aug 22 20:23:14 unbound[7:0] debug: close of port 24398 Aug 22 20:23:14 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:14 unbound[7:0] debug: close fd 11 Aug 22 20:23:14 unbound[7:0] debug: serviced send timer Aug 22 20:23:14 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:14 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:14 unbound[7:0] debug: inserted new pending reply id=0d89 Aug 22 20:23:14 unbound[7:0] debug: opened UDP if=0 port=45479 Aug 22 20:23:14 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:14 unbound[7:0] debug: timeout udp Aug 22 20:23:14 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:14 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:14 unbound[7:0] debug: mesh_run: start Aug 22 20:23:14 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:14 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:14 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:14 unbound[7:0] debug: query response was timeout Aug 22 20:23:14 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:14 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 3 Aug 22 20:23:14 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:14 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:14 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:14 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:14 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: rtt=752 Aug 22 20:23:14 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: rtt=752 Aug 22 20:23:14 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:14 unbound[7:0] debug: rtt=752 Aug 22 20:23:14 unbound[7:0] debug: selrtt 376 Aug 22 20:23:14 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: sending to target: 120.76.107.56#53 Aug 22 20:23:14 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:14 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:14 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:14 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:14 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=9461 val=67192 subnet=0 Aug 22 20:23:14 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:14 unbound[7:0] debug: serviced_delete Aug 22 20:23:14 unbound[7:0] debug: close of port 45479 Aug 22 20:23:14 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:14 unbound[7:0] debug: close fd 11 Aug 22 20:23:14 unbound[7:0] debug: serviced send timer Aug 22 20:23:14 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:14 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:14 unbound[7:0] debug: inserted new pending reply id=8374 Aug 22 20:23:14 unbound[7:0] debug: opened UDP if=0 port=17892 Aug 22 20:23:14 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:15 unbound[7:0] debug: timeout udp Aug 22 20:23:15 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:15 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:15 unbound[7:0] debug: mesh_run: start Aug 22 20:23:15 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:15 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:15 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:15 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:15 unbound[7:0] debug: query response was timeout Aug 22 20:23:15 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:15 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:15 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 4 Aug 22 20:23:15 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:15 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:15 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:15 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:15 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:15 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:15 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: rtt=752 Aug 22 20:23:15 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: rtt=752 Aug 22 20:23:15 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:15 unbound[7:0] debug: rtt=1504 Aug 22 20:23:15 unbound[7:0] debug: selrtt 376 Aug 22 20:23:15 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:15 unbound[7:0] debug: sending to target: 139.224.142.126#53 Aug 22 20:23:15 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:15 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:15 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:15 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:15 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=9461 val=67192 subnet=0 Aug 22 20:23:15 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:15 unbound[7:0] debug: serviced_delete Aug 22 20:23:15 unbound[7:0] debug: close of port 17892 Aug 22 20:23:15 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:15 unbound[7:0] debug: close fd 11 Aug 22 20:23:15 unbound[7:0] debug: serviced send timer Aug 22 20:23:15 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:15 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:15 unbound[7:0] debug: inserted new pending reply id=d74c Aug 22 20:23:15 unbound[7:0] debug: opened UDP if=0 port=49948 Aug 22 20:23:15 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:16 unbound[7:0] debug: timeout udp Aug 22 20:23:16 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:16 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:16 unbound[7:0] debug: mesh_run: start Aug 22 20:23:16 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:16 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:16 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:16 unbound[7:0] debug: query response was timeout Aug 22 20:23:16 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:16 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 5 Aug 22 20:23:16 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:16 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:16 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:16 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=1504 Aug 22 20:23:16 unbound[7:0] debug: selrtt 376 Aug 22 20:23:16 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: sending to target: 47.118.199.215#53 Aug 22 20:23:16 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:16 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:16 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:16 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=9773 val=67192 subnet=0 Aug 22 20:23:16 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:16 unbound[7:0] debug: serviced_delete Aug 22 20:23:16 unbound[7:0] debug: close of port 49948 Aug 22 20:23:16 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:16 unbound[7:0] debug: close fd 11 Aug 22 20:23:16 unbound[7:0] debug: serviced send timer Aug 22 20:23:16 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:16 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:16 unbound[7:0] debug: inserted new pending reply id=9ce9 Aug 22 20:23:16 unbound[7:0] debug: opened UDP if=0 port=48310 Aug 22 20:23:16 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:16 unbound[7:0] debug: timeout udp Aug 22 20:23:16 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:16 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:16 unbound[7:0] debug: mesh_run: start Aug 22 20:23:16 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:16 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:16 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:16 unbound[7:0] debug: query response was timeout Aug 22 20:23:16 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:16 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 6 Aug 22 20:23:16 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:16 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:16 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:16 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=1504 Aug 22 20:23:16 unbound[7:0] debug: selrtt 376 Aug 22 20:23:16 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: sending to target: 47.118.199.206#53 Aug 22 20:23:16 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:16 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:16 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:16 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=10085 val=67192 subnet=0 Aug 22 20:23:16 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:16 unbound[7:0] debug: serviced_delete Aug 22 20:23:16 unbound[7:0] debug: close of port 48310 Aug 22 20:23:16 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:16 unbound[7:0] debug: close fd 11 Aug 22 20:23:16 unbound[7:0] debug: serviced send timer Aug 22 20:23:16 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:16 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:16 unbound[7:0] debug: inserted new pending reply id=da65 Aug 22 20:23:16 unbound[7:0] debug: opened UDP if=0 port=8009 Aug 22 20:23:16 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:16 unbound[7:0] debug: timeout udp Aug 22 20:23:16 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:16 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:16 unbound[7:0] debug: mesh_run: start Aug 22 20:23:16 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:16 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:16 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:16 unbound[7:0] debug: query response was timeout Aug 22 20:23:16 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:16 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 7 Aug 22 20:23:16 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:16 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:16 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:16 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=752 Aug 22 20:23:16 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:16 unbound[7:0] debug: rtt=1504 Aug 22 20:23:16 unbound[7:0] debug: selrtt 376 Aug 22 20:23:16 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: sending to target: 39.96.153.56#53 Aug 22 20:23:16 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:16 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:16 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:16 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:16 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=10397 val=67192 subnet=0 Aug 22 20:23:16 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:16 unbound[7:0] debug: serviced_delete Aug 22 20:23:16 unbound[7:0] debug: close of port 8009 Aug 22 20:23:16 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:16 unbound[7:0] debug: close fd 11 Aug 22 20:23:16 unbound[7:0] debug: serviced send timer Aug 22 20:23:16 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:16 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:16 unbound[7:0] debug: inserted new pending reply id=6b36 Aug 22 20:23:16 unbound[7:0] debug: opened UDP if=0 port=55371 Aug 22 20:23:16 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:17 unbound[7:0] debug: timeout udp Aug 22 20:23:17 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:17 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:17 unbound[7:0] debug: mesh_run: start Aug 22 20:23:17 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:17 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:17 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:17 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:17 unbound[7:0] debug: query response was timeout Aug 22 20:23:17 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:17 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:17 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 8 Aug 22 20:23:17 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:17 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:17 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:17 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:17 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:17 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=752 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=752 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=752 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=752 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=752 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=752 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=1504 Aug 22 20:23:17 unbound[7:0] debug: selrtt 376 Aug 22 20:23:17 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:17 unbound[7:0] debug: sending to target: 47.118.199.215#53 Aug 22 20:23:17 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:17 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:17 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:17 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:17 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=10709 val=67192 subnet=0 Aug 22 20:23:17 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:17 unbound[7:0] debug: serviced_delete Aug 22 20:23:17 unbound[7:0] debug: close of port 55371 Aug 22 20:23:17 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:17 unbound[7:0] debug: close fd 11 Aug 22 20:23:17 unbound[7:0] debug: serviced send timer Aug 22 20:23:17 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:17 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:17 unbound[7:0] debug: inserted new pending reply id=3eb4 Aug 22 20:23:17 unbound[7:0] debug: opened UDP if=0 port=28614 Aug 22 20:23:17 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:17 unbound[7:0] debug: timeout udp Aug 22 20:23:17 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:17 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:17 unbound[7:0] debug: mesh_run: start Aug 22 20:23:17 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:17 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:17 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:17 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:17 unbound[7:0] debug: query response was timeout Aug 22 20:23:17 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:17 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:17 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 9 Aug 22 20:23:17 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:17 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:17 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:17 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:17 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:17 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=752 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=752 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=752 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=752 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=752 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=1504 Aug 22 20:23:17 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:17 unbound[7:0] debug: rtt=1504 Aug 22 20:23:17 unbound[7:0] debug: selrtt 376 Aug 22 20:23:17 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:17 unbound[7:0] debug: sending to target: 120.76.107.46#53 Aug 22 20:23:17 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:17 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:17 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:17 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:17 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=10709 val=67192 subnet=0 Aug 22 20:23:17 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:17 unbound[7:0] debug: serviced_delete Aug 22 20:23:17 unbound[7:0] debug: close of port 28614 Aug 22 20:23:17 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:17 unbound[7:0] debug: close fd 11 Aug 22 20:23:17 unbound[7:0] debug: serviced send timer Aug 22 20:23:17 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:17 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:17 unbound[7:0] debug: inserted new pending reply id=eadd Aug 22 20:23:17 unbound[7:0] debug: opened UDP if=0 port=28701 Aug 22 20:23:17 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:18 unbound[7:0] debug: timeout udp Aug 22 20:23:18 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:18 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:18 unbound[7:0] debug: mesh_run: start Aug 22 20:23:18 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:18 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:18 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:18 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:18 unbound[7:0] debug: query response was timeout Aug 22 20:23:18 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:18 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:18 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 10 Aug 22 20:23:18 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:18 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:18 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:18 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:18 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:18 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:18 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: rtt=752 Aug 22 20:23:18 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: rtt=752 Aug 22 20:23:18 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: rtt=752 Aug 22 20:23:18 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: rtt=1504 Aug 22 20:23:18 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: rtt=752 Aug 22 20:23:18 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: rtt=1504 Aug 22 20:23:18 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:18 unbound[7:0] debug: rtt=1504 Aug 22 20:23:18 unbound[7:0] debug: selrtt 376 Aug 22 20:23:18 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:18 unbound[7:0] debug: sending to target: 47.118.199.205#53 Aug 22 20:23:18 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:18 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:18 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 1 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:18 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:18 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=10709 val=67192 subnet=0 Aug 22 20:23:18 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:18 unbound[7:0] debug: serviced_delete Aug 22 20:23:18 unbound[7:0] debug: close of port 28701 Aug 22 20:23:18 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:18 unbound[7:0] debug: close fd 11 Aug 22 20:23:18 unbound[7:0] debug: serviced send timer Aug 22 20:23:18 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:18 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:18 unbound[7:0] debug: inserted new pending reply id=ed4e Aug 22 20:23:18 unbound[7:0] debug: opened UDP if=0 port=35775 Aug 22 20:23:18 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:18 unbound[7:0] debug: worker request: max UDP reply size modified (4096 to max-udp-size) Aug 22 20:23:18 unbound[7:0] debug: from ip4 10.10.10.228 port 53581 (len 16) Aug 22 20:23:18 unbound[7:0] debug: udp request from ip4 10.10.10.228 port 53581 (len 16) Aug 22 20:23:18 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=10709 val=67192 subnet=0 Aug 22 20:23:19 unbound[7:0] debug: timeout udp Aug 22 20:23:19 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:19 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:19 unbound[7:0] debug: mesh_run: start Aug 22 20:23:19 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:19 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:19 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:19 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:19 unbound[7:0] debug: query response was timeout Aug 22 20:23:19 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:19 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:19 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 11 Aug 22 20:23:19 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:19 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:19 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:19 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:19 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:19 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=752 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=752 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=752 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=1504 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=1504 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=1504 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=1504 Aug 22 20:23:19 unbound[7:0] debug: selrtt 376 Aug 22 20:23:19 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:19 unbound[7:0] debug: sending to target: 39.96.153.45#53 Aug 22 20:23:19 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:19 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:19 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:19 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:19 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=10709 val=67192 subnet=0 Aug 22 20:23:19 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:19 unbound[7:0] debug: serviced_delete Aug 22 20:23:19 unbound[7:0] debug: close of port 35775 Aug 22 20:23:19 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:19 unbound[7:0] debug: close fd 11 Aug 22 20:23:19 unbound[7:0] debug: serviced send timer Aug 22 20:23:19 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:19 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:19 unbound[7:0] debug: inserted new pending reply id=1cf5 Aug 22 20:23:19 unbound[7:0] debug: opened UDP if=0 port=38677 Aug 22 20:23:19 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:19 unbound[7:0] debug: timeout udp Aug 22 20:23:19 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:19 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:19 unbound[7:0] debug: mesh_run: start Aug 22 20:23:19 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:19 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:19 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:19 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:19 unbound[7:0] debug: query response was timeout Aug 22 20:23:19 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:19 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:19 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 12 Aug 22 20:23:19 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:19 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:19 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:19 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:19 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:19 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=752 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=752 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=752 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=752 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=1504 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=1504 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=1504 Aug 22 20:23:19 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:19 unbound[7:0] debug: rtt=1504 Aug 22 20:23:19 unbound[7:0] debug: selrtt 376 Aug 22 20:23:19 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:19 unbound[7:0] debug: sending to target: 39.96.153.46#53 Aug 22 20:23:19 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:19 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:19 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:19 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:19 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=11021 val=67192 subnet=0 Aug 22 20:23:19 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:19 unbound[7:0] debug: serviced_delete Aug 22 20:23:19 unbound[7:0] debug: close of port 38677 Aug 22 20:23:19 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:19 unbound[7:0] debug: close fd 11 Aug 22 20:23:19 unbound[7:0] debug: serviced send timer Aug 22 20:23:19 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:19 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:19 unbound[7:0] debug: inserted new pending reply id=0b0b Aug 22 20:23:19 unbound[7:0] debug: opened UDP if=0 port=63447 Aug 22 20:23:19 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:20 unbound[7:0] debug: timeout udp Aug 22 20:23:20 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:20 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:20 unbound[7:0] debug: mesh_run: start Aug 22 20:23:20 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:20 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:20 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:20 unbound[7:0] debug: query response was timeout Aug 22 20:23:20 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:20 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 13 Aug 22 20:23:20 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:20 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:20 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:20 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: selrtt 376 Aug 22 20:23:20 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: sending to target: 139.224.142.115#53 Aug 22 20:23:20 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:20 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:20 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:20 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=11333 val=67192 subnet=0 Aug 22 20:23:20 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:20 unbound[7:0] debug: serviced_delete Aug 22 20:23:20 unbound[7:0] debug: close of port 63447 Aug 22 20:23:20 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:20 unbound[7:0] debug: close fd 11 Aug 22 20:23:20 unbound[7:0] debug: serviced send timer Aug 22 20:23:20 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:20 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:20 unbound[7:0] debug: inserted new pending reply id=e294 Aug 22 20:23:20 unbound[7:0] debug: opened UDP if=0 port=25759 Aug 22 20:23:20 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:20 unbound[7:0] debug: timeout udp Aug 22 20:23:20 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:20 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:20 unbound[7:0] debug: mesh_run: start Aug 22 20:23:20 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:20 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:20 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:20 unbound[7:0] debug: query response was timeout Aug 22 20:23:20 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:20 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 14 Aug 22 20:23:20 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:20 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:20 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:20 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: selrtt 376 Aug 22 20:23:20 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: sending to target: 39.96.153.55#53 Aug 22 20:23:20 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:20 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:20 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:20 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=11645 val=67192 subnet=0 Aug 22 20:23:20 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:20 unbound[7:0] debug: serviced_delete Aug 22 20:23:20 unbound[7:0] debug: close of port 25759 Aug 22 20:23:20 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:20 unbound[7:0] debug: close fd 11 Aug 22 20:23:20 unbound[7:0] debug: serviced send timer Aug 22 20:23:20 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:20 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:20 unbound[7:0] debug: inserted new pending reply id=b940 Aug 22 20:23:20 unbound[7:0] debug: opened UDP if=0 port=59819 Aug 22 20:23:20 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:20 unbound[7:0] debug: timeout udp Aug 22 20:23:20 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:20 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:20 unbound[7:0] debug: mesh_run: start Aug 22 20:23:20 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:20 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:20 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:20 unbound[7:0] debug: query response was timeout Aug 22 20:23:20 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:20 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 15 Aug 22 20:23:20 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:20 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:20 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:20 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=752 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:20 unbound[7:0] debug: rtt=1504 Aug 22 20:23:20 unbound[7:0] debug: selrtt 376 Aug 22 20:23:20 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: sending to target: 139.224.142.126#53 Aug 22 20:23:20 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:20 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:20 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:20 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:20 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 22 20:23:20 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:20 unbound[7:0] debug: serviced_delete Aug 22 20:23:20 unbound[7:0] debug: close of port 59819 Aug 22 20:23:20 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:20 unbound[7:0] debug: close fd 11 Aug 22 20:23:20 unbound[7:0] debug: serviced send timer Aug 22 20:23:20 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:20 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:20 unbound[7:0] debug: inserted new pending reply id=542a Aug 22 20:23:20 unbound[7:0] debug: opened UDP if=0 port=45089 Aug 22 20:23:20 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:21 unbound[7:0] debug: timeout udp Aug 22 20:23:21 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:21 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:21 unbound[7:0] debug: mesh_run: start Aug 22 20:23:21 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:21 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:21 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:21 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:21 unbound[7:0] debug: query response was timeout Aug 22 20:23:21 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:21 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:21 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 16 Aug 22 20:23:21 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:21 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:21 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:21 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:21 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:21 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:21 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rtt=752 Aug 22 20:23:21 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rtt=752 Aug 22 20:23:21 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rtt=752 Aug 22 20:23:21 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rtt=1504 Aug 22 20:23:21 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rtt=752 Aug 22 20:23:21 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rtt=752 Aug 22 20:23:21 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rtt=752 Aug 22 20:23:21 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rtt=1504 Aug 22 20:23:21 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rtt=1504 Aug 22 20:23:21 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rtt=1504 Aug 22 20:23:21 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:21 unbound[7:0] debug: rtt=1504 Aug 22 20:23:21 unbound[7:0] debug: selrtt 376 Aug 22 20:23:21 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:21 unbound[7:0] debug: sending to target: 39.96.153.46#53 Aug 22 20:23:21 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:21 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:21 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:21 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:21 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 22 20:23:21 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:21 unbound[7:0] debug: serviced_delete Aug 22 20:23:21 unbound[7:0] debug: close of port 45089 Aug 22 20:23:21 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:21 unbound[7:0] debug: close fd 11 Aug 22 20:23:21 unbound[7:0] debug: serviced send timer Aug 22 20:23:21 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:21 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:21 unbound[7:0] debug: inserted new pending reply id=bf8a Aug 22 20:23:21 unbound[7:0] debug: opened UDP if=0 port=17331 Aug 22 20:23:21 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:22 unbound[7:0] debug: timeout udp Aug 22 20:23:22 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:22 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:22 unbound[7:0] debug: mesh_run: start Aug 22 20:23:22 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:22 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:22 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:22 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:22 unbound[7:0] debug: query response was timeout Aug 22 20:23:22 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:22 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:22 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 17 Aug 22 20:23:22 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:22 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:22 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:22 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:22 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:22 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:22 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rtt=752 Aug 22 20:23:22 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rtt=752 Aug 22 20:23:22 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rtt=752 Aug 22 20:23:22 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rtt=752 Aug 22 20:23:22 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rtt=752 Aug 22 20:23:22 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rtt=1504 Aug 22 20:23:22 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rtt=1504 Aug 22 20:23:22 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rtt=1504 Aug 22 20:23:22 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rtt=1504 Aug 22 20:23:22 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rtt=1504 Aug 22 20:23:22 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:22 unbound[7:0] debug: rtt=1504 Aug 22 20:23:22 unbound[7:0] debug: selrtt 376 Aug 22 20:23:22 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:22 unbound[7:0] debug: sending to target: 39.96.153.45#53 Aug 22 20:23:22 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:22 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:22 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:22 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:22 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 22 20:23:22 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:22 unbound[7:0] debug: serviced_delete Aug 22 20:23:22 unbound[7:0] debug: close of port 17331 Aug 22 20:23:22 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:22 unbound[7:0] debug: close fd 11 Aug 22 20:23:22 unbound[7:0] debug: serviced send timer Aug 22 20:23:22 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:22 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:22 unbound[7:0] debug: inserted new pending reply id=9eaf Aug 22 20:23:22 unbound[7:0] debug: opened UDP if=0 port=61384 Aug 22 20:23:22 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:23 unbound[7:0] debug: timeout udp Aug 22 20:23:23 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:23 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:23 unbound[7:0] debug: mesh_run: start Aug 22 20:23:23 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:23 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:23 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:23 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:23 unbound[7:0] debug: query response was timeout Aug 22 20:23:23 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:23 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:23 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 18 Aug 22 20:23:23 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:23 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:23 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:23 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:23 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:23 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=752 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=752 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=752 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=752 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: selrtt 376 Aug 22 20:23:23 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:23 unbound[7:0] debug: sending to target: 139.224.142.115#53 Aug 22 20:23:23 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:23 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:23 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 2 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:23 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:23 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 22 20:23:23 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:23 unbound[7:0] debug: serviced_delete Aug 22 20:23:23 unbound[7:0] debug: close of port 61384 Aug 22 20:23:23 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:23 unbound[7:0] debug: close fd 11 Aug 22 20:23:23 unbound[7:0] debug: serviced send timer Aug 22 20:23:23 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:23 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:23 unbound[7:0] debug: inserted new pending reply id=c0a3 Aug 22 20:23:23 unbound[7:0] debug: opened UDP if=0 port=6282 Aug 22 20:23:23 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:23 unbound[7:0] debug: worker request: max UDP reply size modified (4096 to max-udp-size) Aug 22 20:23:23 unbound[7:0] debug: from ip4 10.10.10.228 port 53581 (len 16) Aug 22 20:23:23 unbound[7:0] debug: udp request from ip4 10.10.10.228 port 53581 (len 16) Aug 22 20:23:23 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 22 20:23:23 unbound[7:0] debug: timeout udp Aug 22 20:23:23 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:23 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:23 unbound[7:0] debug: mesh_run: start Aug 22 20:23:23 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:23 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:23 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:23 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:23 unbound[7:0] debug: query response was timeout Aug 22 20:23:23 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:23 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:23 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 19 Aug 22 20:23:23 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:23 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:23 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:23 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:23 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:23 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=752 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=752 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=752 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:23 unbound[7:0] debug: rtt=1504 Aug 22 20:23:23 unbound[7:0] debug: selrtt 376 Aug 22 20:23:23 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:23 unbound[7:0] debug: sending to target: 39.96.153.55#53 Aug 22 20:23:23 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:23 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:23 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:23 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:23 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 22 20:23:23 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:23 unbound[7:0] debug: serviced_delete Aug 22 20:23:23 unbound[7:0] debug: close of port 6282 Aug 22 20:23:23 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:23 unbound[7:0] debug: close fd 11 Aug 22 20:23:23 unbound[7:0] debug: serviced send timer Aug 22 20:23:23 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:23 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:23 unbound[7:0] debug: inserted new pending reply id=e2b0 Aug 22 20:23:23 unbound[7:0] debug: opened UDP if=0 port=46917 Aug 22 20:23:23 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:24 unbound[7:0] debug: timeout udp Aug 22 20:23:24 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:24 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:24 unbound[7:0] debug: mesh_run: start Aug 22 20:23:24 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:24 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:24 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:24 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:24 unbound[7:0] debug: query response was timeout Aug 22 20:23:24 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:24 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:24 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 20 Aug 22 20:23:24 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:24 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:24 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:24 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:24 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:24 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:24 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rtt=1504 Aug 22 20:23:24 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rtt=752 Aug 22 20:23:24 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rtt=752 Aug 22 20:23:24 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rtt=1504 Aug 22 20:23:24 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rtt=1504 Aug 22 20:23:24 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rtt=1504 Aug 22 20:23:24 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rtt=1504 Aug 22 20:23:24 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rtt=1504 Aug 22 20:23:24 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rtt=1504 Aug 22 20:23:24 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rtt=1504 Aug 22 20:23:24 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:24 unbound[7:0] debug: rtt=1504 Aug 22 20:23:24 unbound[7:0] debug: selrtt 376 Aug 22 20:23:24 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:24 unbound[7:0] debug: sending to target: 47.118.199.206#53 Aug 22 20:23:24 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:24 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:24 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:24 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:24 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 22 20:23:24 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:24 unbound[7:0] debug: serviced_delete Aug 22 20:23:24 unbound[7:0] debug: close of port 46917 Aug 22 20:23:24 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:24 unbound[7:0] debug: close fd 11 Aug 22 20:23:24 unbound[7:0] debug: serviced send timer Aug 22 20:23:24 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:24 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:24 unbound[7:0] debug: inserted new pending reply id=739f Aug 22 20:23:24 unbound[7:0] debug: opened UDP if=0 port=11902 Aug 22 20:23:24 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:25 unbound[7:0] debug: timeout udp Aug 22 20:23:25 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:25 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:25 unbound[7:0] debug: mesh_run: start Aug 22 20:23:25 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:25 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:25 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:25 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:25 unbound[7:0] debug: query response was timeout Aug 22 20:23:25 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:25 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:25 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 21 Aug 22 20:23:25 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:25 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:25 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:25 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:25 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:25 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=752 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: selrtt 376 Aug 22 20:23:25 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:25 unbound[7:0] debug: sending to target: 139.224.142.116#53 Aug 22 20:23:25 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:25 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:25 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:25 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:25 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=11957 val=67192 subnet=0 Aug 22 20:23:25 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:25 unbound[7:0] debug: serviced_delete Aug 22 20:23:25 unbound[7:0] debug: close of port 11902 Aug 22 20:23:25 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:25 unbound[7:0] debug: close fd 11 Aug 22 20:23:25 unbound[7:0] debug: serviced send timer Aug 22 20:23:25 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:25 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:25 unbound[7:0] debug: inserted new pending reply id=7aaf Aug 22 20:23:25 unbound[7:0] debug: opened UDP if=0 port=37229 Aug 22 20:23:25 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:25 unbound[7:0] debug: timeout udp Aug 22 20:23:25 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:25 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:25 unbound[7:0] debug: mesh_run: start Aug 22 20:23:25 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:25 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:25 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:25 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:25 unbound[7:0] debug: query response was timeout Aug 22 20:23:25 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:25 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:25 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 22 Aug 22 20:23:25 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:25 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:25 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:25 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:25 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:25 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=752 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=752 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:25 unbound[7:0] debug: rtt=1504 Aug 22 20:23:25 unbound[7:0] debug: selrtt 376 Aug 22 20:23:25 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:25 unbound[7:0] debug: sending to target: 39.96.153.56#53 Aug 22 20:23:25 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:25 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:25 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:25 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:25 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=12269 val=67192 subnet=0 Aug 22 20:23:25 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:25 unbound[7:0] debug: serviced_delete Aug 22 20:23:25 unbound[7:0] debug: close of port 37229 Aug 22 20:23:25 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:25 unbound[7:0] debug: close fd 11 Aug 22 20:23:25 unbound[7:0] debug: serviced send timer Aug 22 20:23:25 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:25 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:25 unbound[7:0] debug: inserted new pending reply id=becc Aug 22 20:23:25 unbound[7:0] debug: opened UDP if=0 port=28889 Aug 22 20:23:25 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:26 unbound[7:0] debug: timeout udp Aug 22 20:23:26 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:26 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:26 unbound[7:0] debug: mesh_run: start Aug 22 20:23:26 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:26 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:26 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:26 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:26 unbound[7:0] debug: query response was timeout Aug 22 20:23:26 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:26 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:26 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 23 Aug 22 20:23:26 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:26 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:26 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:26 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:26 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:26 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=752 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: selrtt 376 Aug 22 20:23:26 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:26 unbound[7:0] debug: sending to target: 47.118.199.216#53 Aug 22 20:23:26 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:26 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:26 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:26 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:26 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=12269 val=67192 subnet=0 Aug 22 20:23:26 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:26 unbound[7:0] debug: serviced_delete Aug 22 20:23:26 unbound[7:0] debug: close of port 28889 Aug 22 20:23:26 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:26 unbound[7:0] debug: close fd 11 Aug 22 20:23:26 unbound[7:0] debug: serviced send timer Aug 22 20:23:26 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:26 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:26 unbound[7:0] debug: inserted new pending reply id=2030 Aug 22 20:23:26 unbound[7:0] debug: opened UDP if=0 port=51485 Aug 22 20:23:26 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:26 unbound[7:0] debug: timeout udp Aug 22 20:23:26 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:26 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:26 unbound[7:0] debug: mesh_run: start Aug 22 20:23:26 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:26 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:26 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:26 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:26 unbound[7:0] debug: query response was timeout Aug 22 20:23:26 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:26 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:26 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 24 Aug 22 20:23:26 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:26 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:26 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:26 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:26 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:26 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=752 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=752 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:26 unbound[7:0] debug: rtt=1504 Aug 22 20:23:26 unbound[7:0] debug: selrtt 376 Aug 22 20:23:26 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:26 unbound[7:0] debug: sending to target: 120.76.107.45#53 Aug 22 20:23:26 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:26 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:26 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:26 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:26 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=12581 val=67192 subnet=0 Aug 22 20:23:26 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:26 unbound[7:0] debug: serviced_delete Aug 22 20:23:26 unbound[7:0] debug: close of port 51485 Aug 22 20:23:26 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:26 unbound[7:0] debug: close fd 11 Aug 22 20:23:26 unbound[7:0] debug: serviced send timer Aug 22 20:23:26 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:26 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:26 unbound[7:0] debug: inserted new pending reply id=6dc4 Aug 22 20:23:26 unbound[7:0] debug: opened UDP if=0 port=11807 Aug 22 20:23:26 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:27 unbound[7:0] debug: timeout udp Aug 22 20:23:27 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:27 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:27 unbound[7:0] debug: mesh_run: start Aug 22 20:23:27 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:27 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:27 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:27 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:27 unbound[7:0] debug: query response was timeout Aug 22 20:23:27 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:27 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:27 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 25 Aug 22 20:23:27 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:27 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:27 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:27 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:27 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:27 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=752 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=752 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=752 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=1504 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=1504 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=1504 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=1504 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=1504 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=1504 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=1504 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=1504 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=1504 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=1504 Aug 22 20:23:27 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:27 unbound[7:0] debug: rtt=1504 Aug 22 20:23:27 unbound[7:0] debug: selrtt 376 Aug 22 20:23:27 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:27 unbound[7:0] debug: sending to target: 139.224.142.116#53 Aug 22 20:23:27 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:27 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:27 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:27 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:27 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=12893 val=67192 subnet=0 Aug 22 20:23:27 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:27 unbound[7:0] debug: serviced_delete Aug 22 20:23:27 unbound[7:0] debug: close of port 11807 Aug 22 20:23:27 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:27 unbound[7:0] debug: close fd 11 Aug 22 20:23:27 unbound[7:0] debug: serviced send timer Aug 22 20:23:27 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:27 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:27 unbound[7:0] debug: inserted new pending reply id=f9c5 Aug 22 20:23:27 unbound[7:0] debug: opened UDP if=0 port=39906 Aug 22 20:23:27 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:28 unbound[7:0] debug: timeout udp Aug 22 20:23:28 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:28 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:28 unbound[7:0] debug: mesh_run: start Aug 22 20:23:28 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:28 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:28 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:28 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:28 unbound[7:0] debug: query response was timeout Aug 22 20:23:28 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:28 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:28 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 26 Aug 22 20:23:28 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:28 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:28 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:28 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:28 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:28 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=752 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=752 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: selrtt 376 Aug 22 20:23:28 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:28 unbound[7:0] debug: sending to target: 139.224.142.125#53 Aug 22 20:23:28 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:28 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:28 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:28 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:28 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=12893 val=67192 subnet=0 Aug 22 20:23:28 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:28 unbound[7:0] debug: serviced_delete Aug 22 20:23:28 unbound[7:0] debug: close of port 39906 Aug 22 20:23:28 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:28 unbound[7:0] debug: close fd 11 Aug 22 20:23:28 unbound[7:0] debug: serviced send timer Aug 22 20:23:28 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:28 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:28 unbound[7:0] debug: inserted new pending reply id=d958 Aug 22 20:23:28 unbound[7:0] debug: opened UDP if=0 port=11793 Aug 22 20:23:28 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:28 unbound[7:0] debug: timeout udp Aug 22 20:23:28 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:28 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:28 unbound[7:0] debug: mesh_run: start Aug 22 20:23:28 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:28 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:28 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:28 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:28 unbound[7:0] debug: query response was timeout Aug 22 20:23:28 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:28 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:28 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 27 Aug 22 20:23:28 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:28 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:28 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:28 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:28 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:28 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=752 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=752 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=752 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:28 unbound[7:0] debug: rtt=1504 Aug 22 20:23:28 unbound[7:0] debug: selrtt 376 Aug 22 20:23:28 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:28 unbound[7:0] debug: sending to target: 120.76.107.45#53 Aug 22 20:23:28 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:28 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:28 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:28 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:28 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=13205 val=67192 subnet=0 Aug 22 20:23:28 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:28 unbound[7:0] debug: serviced_delete Aug 22 20:23:28 unbound[7:0] debug: close of port 11793 Aug 22 20:23:28 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:28 unbound[7:0] debug: close fd 11 Aug 22 20:23:28 unbound[7:0] debug: serviced send timer Aug 22 20:23:28 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:28 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:28 unbound[7:0] debug: inserted new pending reply id=2ec1 Aug 22 20:23:28 unbound[7:0] debug: opened UDP if=0 port=5117 Aug 22 20:23:28 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:29 unbound[7:0] debug: timeout udp Aug 22 20:23:29 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:29 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:29 unbound[7:0] debug: mesh_run: start Aug 22 20:23:29 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:29 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:29 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:29 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:29 unbound[7:0] debug: query response was timeout Aug 22 20:23:29 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:29 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:29 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 28 Aug 22 20:23:29 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:29 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:29 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:29 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:29 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:29 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=752 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=752 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: selrtt 376 Aug 22 20:23:29 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:29 unbound[7:0] debug: sending to target: 139.224.142.125#53 Aug 22 20:23:29 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:29 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:29 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:29 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:29 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=13205 val=67192 subnet=0 Aug 22 20:23:29 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:29 unbound[7:0] debug: serviced_delete Aug 22 20:23:29 unbound[7:0] debug: close of port 5117 Aug 22 20:23:29 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:29 unbound[7:0] debug: close fd 11 Aug 22 20:23:29 unbound[7:0] debug: serviced send timer Aug 22 20:23:29 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:29 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:29 unbound[7:0] debug: inserted new pending reply id=4fe8 Aug 22 20:23:29 unbound[7:0] debug: opened UDP if=0 port=40001 Aug 22 20:23:29 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:29 unbound[7:0] debug: timeout udp Aug 22 20:23:29 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:29 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:29 unbound[7:0] debug: mesh_run: start Aug 22 20:23:29 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:29 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:29 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:29 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:29 unbound[7:0] debug: query response was timeout Aug 22 20:23:29 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:29 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:29 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 29 Aug 22 20:23:29 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:29 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:29 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:29 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:29 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:29 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=752 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:29 unbound[7:0] debug: rtt=1504 Aug 22 20:23:29 unbound[7:0] debug: selrtt 376 Aug 22 20:23:29 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:29 unbound[7:0] debug: sending to target: 47.118.199.216#53 Aug 22 20:23:29 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:29 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:29 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:29 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:29 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=13205 val=67192 subnet=0 Aug 22 20:23:29 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:29 unbound[7:0] debug: serviced_delete Aug 22 20:23:29 unbound[7:0] debug: close of port 40001 Aug 22 20:23:29 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:29 unbound[7:0] debug: close fd 11 Aug 22 20:23:29 unbound[7:0] debug: serviced send timer Aug 22 20:23:29 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:29 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:29 unbound[7:0] debug: inserted new pending reply id=b0cd Aug 22 20:23:29 unbound[7:0] debug: opened UDP if=0 port=61052 Aug 22 20:23:29 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:30 unbound[7:0] debug: timeout udp Aug 22 20:23:30 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:30 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:30 unbound[7:0] debug: mesh_run: start Aug 22 20:23:30 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:30 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:30 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:30 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:30 unbound[7:0] debug: query response was timeout Aug 22 20:23:30 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:30 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:30 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 30 Aug 22 20:23:30 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:30 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:30 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:30 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:30 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:30 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:30 unbound[7:0] debug: rtt=1504 Aug 22 20:23:30 unbound[7:0] debug: selrtt 376 Aug 22 20:23:30 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:30 unbound[7:0] debug: sending to target: 120.76.107.55#53 Aug 22 20:23:30 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:30 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:30 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:30 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:30 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=13205 val=67192 subnet=0 Aug 22 20:23:30 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:30 unbound[7:0] debug: serviced_delete Aug 22 20:23:30 unbound[7:0] debug: close of port 61052 Aug 22 20:23:30 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:30 unbound[7:0] debug: close fd 11 Aug 22 20:23:30 unbound[7:0] debug: serviced send timer Aug 22 20:23:30 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:30 unbound[7:0] debug: serviced query UDP timeout=376 msec Aug 22 20:23:30 unbound[7:0] debug: inserted new pending reply id=86bc Aug 22 20:23:30 unbound[7:0] debug: opened UDP if=0 port=46460 Aug 22 20:23:30 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:31 unbound[7:0] debug: timeout udp Aug 22 20:23:31 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:31 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:31 unbound[7:0] debug: mesh_run: start Aug 22 20:23:31 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:31 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:31 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:31 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:31 unbound[7:0] debug: query response was timeout Aug 22 20:23:31 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:31 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:31 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 31 Aug 22 20:23:31 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:31 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:31 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:31 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:31 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:31 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=752 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: selrtt 752 Aug 22 20:23:31 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:31 unbound[7:0] debug: sending to target: 120.76.107.55#53 Aug 22 20:23:31 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:31 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:31 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:31 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:31 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=13517 val=67192 subnet=0 Aug 22 20:23:31 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:31 unbound[7:0] debug: serviced_delete Aug 22 20:23:31 unbound[7:0] debug: close of port 46460 Aug 22 20:23:31 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:31 unbound[7:0] debug: close fd 11 Aug 22 20:23:31 unbound[7:0] debug: serviced send timer Aug 22 20:23:31 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:31 unbound[7:0] debug: serviced query UDP timeout=752 msec Aug 22 20:23:31 unbound[7:0] debug: inserted new pending reply id=5df2 Aug 22 20:23:31 unbound[7:0] debug: opened UDP if=0 port=21860 Aug 22 20:23:31 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:31 unbound[7:0] debug: timeout udp Aug 22 20:23:31 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:31 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:31 unbound[7:0] debug: mesh_run: start Aug 22 20:23:31 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:31 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:31 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:31 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:31 unbound[7:0] debug: query response was timeout Aug 22 20:23:31 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:31 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:31 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 32 Aug 22 20:23:31 unbound[7:0] info: DelegationPoint: 2 names (0 missing), 18 addrs (18 result, 0 avail) parentNS Aug 22 20:23:31 unbound[7:0] info: ns2.alidns.com. * A AAAA Aug 22 20:23:31 unbound[7:0] info: ns1.alidns.com. * A AAAA Aug 22 20:23:31 unbound[7:0] debug: ip6 2408:4009:501::2 port 53 (len 28) Aug 22 20:23:31 unbound[7:0] debug: ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip6 2408:4009:501::1 port 53 (len 28) Aug 22 20:23:31 unbound[7:0] debug: ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rpz: iterator module callback: have_rpz=0 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 120.76.107.55 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 47.118.199.216 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 139.224.142.125 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 120.76.107.45 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 139.224.142.116 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 39.96.153.56 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 47.118.199.206 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 39.96.153.55 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 139.224.142.115 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 39.96.153.45 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 39.96.153.46 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 139.224.142.126 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 47.118.199.205 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 120.76.107.46 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 47.118.199.215 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: servselect ip4 120.76.107.56 port 53 (len 16) Aug 22 20:23:31 unbound[7:0] debug: rtt=1504 Aug 22 20:23:31 unbound[7:0] debug: selrtt 1504 Aug 22 20:23:31 unbound[7:0] info: sending query: minisforum.com. A IN Aug 22 20:23:31 unbound[7:0] debug: sending to target: 47.118.199.205#53 Aug 22 20:23:31 unbound[7:0] debug: dnssec status: not expected Aug 22 20:23:31 unbound[7:0] debug: mesh_run: iterator module exit state is module_wait_reply Aug 22 20:23:31 unbound[7:0] info: mesh_run: end 1 recursion states (1 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 0 replies dropped, 0 states jostled out Aug 22 20:23:31 unbound[7:0] info: 0RDd mod1 rep minisforum.com. A IN Aug 22 20:23:31 unbound[7:0] debug: cache memory msg=66104 rrset=76682 infra=13517 val=67192 subnet=0 Aug 22 20:23:31 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:31 unbound[7:0] debug: serviced_delete Aug 22 20:23:31 unbound[7:0] debug: close of port 21860 Aug 22 20:23:31 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:31 unbound[7:0] debug: close fd 11 Aug 22 20:23:31 unbound[7:0] debug: serviced send timer Aug 22 20:23:31 unbound[7:0] debug: EDNS lookup known=0 vs=0 Aug 22 20:23:31 unbound[7:0] debug: serviced query UDP timeout=1504 msec Aug 22 20:23:31 unbound[7:0] debug: inserted new pending reply id=a5f5 Aug 22 20:23:31 unbound[7:0] debug: opened UDP if=0 port=47269 Aug 22 20:23:31 unbound[7:0] debug: comm point start listening 11 (-1 msec) Aug 22 20:23:33 unbound[7:0] debug: timeout udp Aug 22 20:23:33 unbound[7:0] debug: svcd callbacks start Aug 22 20:23:33 unbound[7:0] debug: worker svcd callback for qstate 0x7f92510e9350 Aug 22 20:23:33 unbound[7:0] debug: mesh_run: start Aug 22 20:23:33 unbound[7:0] debug: iterator[module 1] operate: extstate:module_wait_reply event:module_event_noreply Aug 22 20:23:33 unbound[7:0] info: iterator operate: query minisforum.com. A IN Aug 22 20:23:33 unbound[7:0] debug: process_response: new external response event Aug 22 20:23:33 unbound[7:0] debug: iter_handle processing q with state QUERY RESPONSE STATE Aug 22 20:23:33 unbound[7:0] debug: query response was timeout Aug 22 20:23:33 unbound[7:0] debug: iter_handle processing q with state QUERY TARGETS STATE Aug 22 20:23:33 unbound[7:0] info: processQueryTargets: minisforum.com. A IN Aug 22 20:23:33 unbound[7:0] debug: processQueryTargets: targetqueries 0, currentqueries 0 sentcount 33 Aug 22 20:23:33 unbound[7:0] debug: request has exceeded the maximum number of sends with 33 Aug 22 20:23:33 unbound[7:0] debug: store error response in message cache Aug 22 20:23:33 unbound[7:0] debug: return error response SERVFAIL Aug 22 20:23:33 unbound[7:0] debug: mesh_run: iterator module exit state is module_finished Aug 22 20:23:33 unbound[7:0] debug: validator[module 0] operate: extstate:module_wait_module event:module_event_moddone Aug 22 20:23:33 unbound[7:0] info: validator operate: query minisforum.com. A IN Aug 22 20:23:33 unbound[7:0] debug: validator: nextmodule returned Aug 22 20:23:33 unbound[7:0] debug: cannot validate non-answer, rcode SERVFAIL Aug 22 20:23:33 unbound[7:0] debug: mesh_run: validator module exit state is module_finished Aug 22 20:23:33 unbound[7:0] error: SERVFAIL : exceeded the maximum number of sends Aug 22 20:23:33 unbound[7:0] debug: drop reply, it is older than discard-timeout Aug 22 20:23:33 unbound[7:0] debug: drop reply, it is older than discard-timeout Aug 22 20:23:33 unbound[7:0] debug: drop reply, it is older than discard-timeout Aug 22 20:23:33 unbound[7:0] info: mesh_run: end 0 recursion states (0 with reply, 0 detached), 3 waiting replies, 0 recursion replies sent, 3 replies dropped, 0 states jostled out Aug 22 20:23:33 unbound[7:0] debug: cache memory msg=66344 rrset=76682 infra=13517 val=67192 subnet=0 Aug 22 20:23:33 unbound[7:0] debug: svcd callbacks end Aug 22 20:23:33 unbound[7:0] debug: serviced_delete Aug 22 20:23:33 unbound[7:0] debug: close of port 47269 Aug 22 20:23:33 unbound[7:0] debug: comm_point_close of 11: event_del Aug 22 20:23:33 unbound[7:0] debug: close fd 11 ```
madnuttah commented 2 months ago

No problem, your styling is great!

You didn't configure your home lan's domain in the zone:

server: 
    local-zone: "yourlocal.domain." nodefault
    local-zone: "yourlocal.domain." nodefault
        ...

This ain't the root cause for that unexpexted dnssec status I guess but having everything fine is not too bad.

Please try the following changes in your unbound.conf:

Are there network issues somehow? What docker host do you use? Bare metal or virtualized?

Is it working with our default unbound.conf?

Thanks.

typkrft commented 2 months ago

So I believe I found the culprit but I still don't quite understand how it was resolving from inside the container. I had a number of GEO IP blocks setup in my Unifi router, removing them seems to have have resolved the issue. The other possibility is that I just borked up your configuration badly, though I had thought I made pretty minimal edits initially, currently using the stock with 0 edits.

This issue also occurred using this unboundtest.com config in addition to other unbound docker containers, so it lead me to believe it was my network.

From one rando on the internet to another I want to sincerely thank you for your assistance through this.

Firewall Rules? Always has been

madnuttah commented 2 months ago

Thank you, I'm glad it works for you. I had some rules blocking google and such by ASN and Unbound started to behave weird too. It is the only host which bypasses ASN and Geoblock.

Cheers!