AdguardTeam / AdGuardHome

Network-wide ads & trackers blocking DNS server
https://adguard.com/adguard-home.html
GNU General Public License v3.0
24.67k stars 1.79k forks source link

DNS requests are partially not answered #6289

Closed sadden3194 closed 10 months ago

sadden3194 commented 11 months ago

Prerequisites

Platform (OS and CPU architecture)

Custom (please mention in the description)

Installation

GitHub releases or script from README

Setup

On one machine

AdGuard Home version

v0.107.38

Action

Hi all,

since a few days I have the problem that from now on DNS requests are no longer answered (on all devices)

If I make a ping to google.de in the error case, I get a timeout or no DNS resolution. If I ping 8.8.8.8 instead I get a response.

Means: Internet is available, but the DNS resolution does not work.

I can reach Adguard via IP address without any problems. Also, in case of error, my DNS rewrites no longer work.

Only solution at the moment. Wait until it works again or restart the Docker container.

How can I solve / debug the problem?

Expected result

-

Actual result

-

Additional information and/or screenshots

No response

schorschfunke commented 11 months ago

I have the same issue with the latest egde version (aarch64 prebuilt binary, on RPI4). If I restart the service it works for some time.

schorschfunke commented 11 months ago

I've found a crash from adguard an have extracted the journalctl lines

Okt 10 18:36:18 kernel: warn_alloc: 2884 callbacks suppressed Okt 10 18:36:18 kernel: AdGuardHome: page allocation failure: order:0, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0 Okt 10 18:36:18 kernel: CPU: 2 PID: 68343 Comm: AdGuardHome Tainted: G C 6.1.55-v8+ #1686 Okt 10 18:36:18 kernel: Hardware name: Raspberry Pi 4 Model B Rev 1.1 (DT) Okt 10 18:36:18 kernel: Call trace: Okt 10 18:36:18 kernel: dump_backtrace+0x120/0x130 Okt 10 18:36:18 kernel: show_stack+0x20/0x30 Okt 10 18:36:18 kernel: dump_stack_lvl+0x8c/0xb8 Okt 10 18:36:18 kernel: dump_stack+0x18/0x34 Okt 10 18:36:18 kernel: warn_alloc+0x114/0x1a8 Okt 10 18:36:18 kernel: alloc_pages_slowpath.constprop.157+0xb88/0xbd8 Okt 10 18:36:18 kernel: alloc_pages+0x2a8/0x318 Okt 10 18:36:18 kernel: new_slab+0x2f4/0x3b0 Okt 10 18:36:18 kernel: _slab_alloc+0x444/0xad0 Okt 10 18:36:18 kernel: slab_alloc.isra.95+0x6c/0xa8 Okt 10 18:36:18 kernel: kmem_cache_alloc+0x478/0x480 Okt 10 18:36:18 kernel: zswap_frontswap_store+0x124/0x998 Okt 10 18:36:18 kernel: frontswap_store+0x6c/0x1c0 Okt 10 18:36:18 kernel: swap_writepage+0xd8/0x100 Okt 10 18:36:18 kernel: pageout+0xf0/0x388 Okt 10 18:36:18 kernel: shrink_folio_list+0x554/0xab0 Okt 10 18:36:18 kernel: evict_folios+0x1494/0x1a28 Okt 10 18:36:18 kernel: lru_gen_shrink_lruvec+0x1ec/0x338 Okt 10 18:36:18 kernel: shrink_lruvec+0x4c/0x5c0 Okt 10 18:36:18 kernel: shrink_node+0x3d0/0x798 Okt 10 18:36:18 kernel: do_try_to_free_pages+0xec/0x500 Okt 10 18:36:18 kernel: try_to_free_pages+0x128/0x290 Okt 10 18:36:18 kernel: alloc_pages_slowpath.constprop.157+0x35c/0xbd8 Okt 10 18:36:18 kernel: alloc_pages+0x2a8/0x318 Okt 10 18:36:18 kernel: folio_alloc+0x1c/0x28 Okt 10 18:36:18 kernel: read_swap_cache_async+0x120/0x330 Okt 10 18:36:18 kernel: swap_cluster_readahead+0x150/0x358 Okt 10 18:36:18 kernel: swapin_readahead+0x70/0x4c0 Okt 10 18:36:18 kernel: do_swap_page+0x3a8/0x898 Okt 10 18:36:18 kernel: handle_mm_fault+0x340/0x8e8 Okt 10 18:36:18 kernel: handle_mm_fault+0x1c4/0x2e0 Okt 10 18:36:18 kernel: do_page_fault+0x1a4/0x3e0 Okt 10 18:36:18 kernel: do_translation_fault+0x54/0x70 Okt 10 18:36:18 kernel: do_mem_abort+0x48/0x98 Okt 10 18:36:18 kernel: el0_da+0x48/0xa0 Okt 10 18:36:18 kernel: el0t_64_sync_handler+0x68/0xc0 Okt 10 18:36:18 kernel: el0t_64_sync+0x18c/0x190 Okt 10 18:36:18 kernel: Mem-Info: Okt 10 18:36:18 kernel: active_anon:311349 inactive_anon:105453 isolated_anon:0 active_file:9851 inactive_file:0 isolated_file:0 unevictable:4 dirty:45 writeback:5 slab_reclaimable:9708 slab_unreclaimable:6532 mapped:6198 shmem:0 pagetables:1335 sec_pagetables:0 bounce:0 kernel_misc_reclaimable:0 free:10665 free_pcp:613 free_cma:10665 Okt 10 18:36:18 kernel: Node 0 active_anon:1245396kB inactive_anon:421812kB active_file:39404kB inactive_file:0kB unevictable:16kB isolated(anon):0kB isolated(file):0kB mapped:24792kB dirty:180kB writeback:20kB shmem:0kB writeback_tmp:0kB kernel_stack:2784kB pagetables:5340kB sec_pagetables:0kB all_unreclaimable? no Okt 10 18:36:18 kernel: DMA free:42660kB boost:17752kB min:25644kB low:27616kB high:29588kB reserved_highatomic:0KB active_anon:433636kB inactive_anon:423044kB active_file:3760kB inactive_file:0kB unevictable:0kB writepending:324kB present:1021952kB managed:936464kB mlocked:0kB bounce:0kB free_pcp:2264kB local_pcp:976kB free_cma:42660kB Okt 10 18:36:18 kernel: lowmem_reserve[]: 0 983 983 983 Okt 10 18:36:18 kernel: DMA32 free:0kB boost:19092kB min:27580kB low:29700kB high:31820kB reserved_highatomic:0KB active_anon:810932kB inactive_anon:0kB active_file:35644kB inactive_file:0kB unevictable:16kB writepending:176kB present:1048576kB managed:1007080kB mlocked:16kB bounce:0kB free_pcp:188kB local_pcp:0kB free_cma:0kB Okt 10 18:36:18 kernel: lowmem_reserve[]: 0 0 0 0 Okt 10 18:36:18 kernel: DMA: 52244kB (C) 20258kB (C) 29916kB (C) 1432kB (C) 764kB (C) 2128kB (C) 0256kB 0512kB 01024kB 02048kB 04096kB = 43032kB Okt 10 18:36:18 kernel: DMA32: 04kB 08kB 016kB 032kB 064kB 0128kB 0256kB 0512kB 01024kB 02048kB 04096kB = 0kB Okt 10 18:36:18 kernel: 26662 total pagecache pages Okt 10 18:36:18 kernel: 16811 pages in swap cache Okt 10 18:36:18 kernel: Free swap = 8182744kB Okt 10 18:36:18 kernel: Total swap = 8388604kB Okt 10 18:36:18 kernel: 517632 pages RAM Okt 10 18:36:18 kernel: 0 pages HighMem/MovableOnly Okt 10 18:36:18 kernel: 31746 pages reserved Okt 10 18:36:18 kernel: 131072 pages cma reserved Okt 10 18:36:18 kernel: slab_out_of_memory: 2875 callbacks suppressed Okt 10 18:36:18 kernel: SLUB: Unable to allocate memory on node -1, gfp=0xcc0(GFP_KERNEL) Okt 10 18:36:18 kernel: cache: vmap_area, object size: 64, buffer size: 64, default order: 0, min order: 0 Okt 10 18:36:18 kernel: node 0: slabs: 758, objs: 48512, free: 0 Okt 10 18:36:18 kernel: SLUB: Unable to allocate memory on node -1, gfp=0xcc0(GFP_KERNEL) Okt 10 18:36:18 kernel: cache: vmap_area, object size: 64, buffer size: 64, default order: 0, min order: 0 Okt 10 18:36:18 kernel: node 0: slabs: 758, objs: 48512, free: 0 Okt 10 18:36:18 kernel: SLUB: Unable to allocate memory on node -1, gfp=0xcc0(GFP_KERNEL) Okt 10 18:36:18 kernel: cache: vmap_area, object size: 64, buffer size: 64, default order: 0, min order: 0 Okt 10 18:36:18 kernel: node 0: slabs: 758, objs: 48512, free: 0 Okt 10 18:36:18 kernel: SLUB: Unable to allocate memory on node -1, gfp=0xcc0(GFP_KERNEL) Okt 10 18:36:18 kernel: cache: vmap_area, object size: 64, buffer size: 64, default order: 0, min order: 0 Okt 10 18:36:18 kernel: node 0: slabs: 758, objs: 48512, free: 0 Okt 10 18:36:18 kernel: SLUB: Unable to allocate memory on node -1, gfp=0xcc0(GFP_KERNEL) Okt 10 18:36:18 kernel: cache: vmap_area, object size: 64, buffer size: 64, default order: 0, min order: 0 Okt 10 18:36:18 kernel: node 0: slabs: 758, objs: 48512, free: 0 Okt 10 18:36:18 kernel: SLUB: Unable to allocate memory on node -1, gfp=0xcc0(GFP_KERNEL) Okt 10 18:36:18 kernel: cache: vmap_area, object size: 64, buffer size: 64, default order: 0, min order: 0 Okt 10 18:36:18 kernel: node 0: slabs: 758, objs: 48512, free: 0 Okt 10 18:36:18 kernel: SLUB: Unable to allocate memory on node -1, gfp=0xcc0(GFP_KERNEL) Okt 10 18:36:18 kernel: cache: vmap_area, object size: 64, buffer size: 64, default order: 0, min order: 0 Okt 10 18:36:18 kernel: node 0: slabs: 758, objs: 48512, free: 0 Okt 10 18:36:18 kernel: SLUB: Unable to allocate memory on node -1, gfp=0xcc0(GFP_KERNEL) Okt 10 18:36:18 kernel: cache: vmap_area, object size: 64, buffer size: 64, default order: 0, min order: 0 Okt 10 18:36:18 kernel: node 0: slabs: 758, objs: 48512, free: 0 Okt 10 18:36:18 kernel: SLUB: Unable to allocate memory on node -1, gfp=0xcc0(GFP_KERNEL) Okt 10 18:36:18 kernel: cache: vmap_area, object size: 64, buffer size: 64, default order: 0, min order: 0 Okt 10 18:36:18 kernel: node 0: slabs: 758, objs: 48512, free: 0 Okt 10 18:36:18 kernel: SLUB: Unable to allocate memory on node -1, gfp=0xcc0(GFP_KERNEL) Okt 10 18:36:18 kernel: cache: vmap_area, object size: 64, buffer size: 64, default order: 0, min order: 0 Okt 10 18:36:18 kernel: node 0: slabs: 758, objs: 48512, free: 0

dredjohn21 commented 11 months ago

I'm having the same problem (also on Pi4 w/ Home Assistant running the AdGuard Add On). I had to disable given the lack of reliability.

ainar-g commented 11 months ago

@Ghost108

How can I solve / debug the problem?

Verbose logging is a good start.

@schorschfunke, see the link above as well. The log in your message doesn't look like it's coming from AGH.

sadden3194 commented 11 months ago

I can say, that I have no Problems anymore with version 0.108.0-b.41

ainar-g commented 11 months ago

Do you mean v0.108.0-b.47? Because v0.108.0-b.41 had been released all the way in July.

In any case, if you have issues in the future, a verbose log of the issue should generally shed light on what's happening.

sadden3194 commented 11 months ago

No 41 at the moment. But I can try version 47.

sadden3194 commented 11 months ago

@ainar-g or should I try the 107.39 with verbose logging?

ainar-g commented 11 months ago

Newer versions are generally better, and while it'd be good to know what the issue was, it's up to you.

sadden3194 commented 11 months ago

I would like to help to solve this issue. Now I am using the version 107.39 in verbose mode

sadden3194 commented 11 months ago

@ainar-g I have this issue again at 10:08 AM And in the logs I found this error line:

2023/10/14 10:08:40.599235 1#184117 [error] upstream 192.168.108.1:53 failed to exchange ;undefined.0.108.168.192.in-addr.arpa. IN A in 20.00271944s. Cause: exchanging with 192.168.108.1:53 over udp: read udp 192.168.108.250:39092->192.168.108.1:53: i/o timeout

.1 = Fritzbox Router .250 = Adguard

After container restart - it works again

My Settings:

Private inverse DNS server
192.168.108.1

and my upstream dns:

# Unbound
127.0.0.1:5335
# Fritz!Box
[/108.168.192.in-addr.arpa/]192.168.108.1
[/fritz.box/]192.168.108.1
sadden3194 commented 11 months ago

And by the way: I got a similar error message:

2023/10/15 19:58:55.215068 1#19326 [error] upstream 192.168.108.1:53 failed to exchange ;9.0.20.172.in-addr.arpa. IN PTR in 2.006094113s. Cause: exchanging with 192.168.108.1:53 over udp: read udp 192.168.108.250:43425->192.168.108.1:53: i/o timeout

Where 172.20.x.x is the docker container network on my synology nas. this network is unknown on my fritzbox. this is not correct that this ptr request go through my fritzbox

and one more thing (like apple said) Please support this issue with priority and set it status "open". I use the "problem leading" version only to be able to analyze the problem for you ;)

I had a many error messages like the others. This is also an interessting example: 2023/10/16 07:17:23.939836 1#75408 [error] upstream 192.168.108.1:53 failed to exchange ;bitwarden.0.108.168.192.in-addr.arpa. IN A in 20.001357556s. Cause: exchanging with 192.168.108.1:53 over udp: read udp 192.168.108.250:57598->192.168.108.1:53: i/o timeout

the ip address is : bitwarden.0.108.168.192?? bitwarden is also an container on my synology nas which is accessable via the same IP like my nas, but special port:

192.168.108.250:6309

############## UPDATE ###############

Another case: I started a nslookup to sharepoint.myDomain.de (this exist as an rewrite rule in adguard to the ip 192.168.108.251)

I had a few seconds no response and than a timeout. And the logs shows this in this time:

2023/10/16 07:52:28.065251 1#5837 [debug] 192.168.108.1:53: sending request over udp: A sharepoint.0.108.168.192.in-addr.arpa.
2023/10/16 07:52:28.065390 1#5837 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:28.065405 1#5838 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 63.035µs
2023/10/16 07:52:28.065612 1#5837 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 98.798µs
2023/10/16 07:52:36.654012 1#5515 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.654046 1#5530 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.654357 1#5515 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 106.176µs
2023/10/16 07:52:36.654664 1#5530 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 164.961µs
2023/10/16 07:52:36.660069 1#5501 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.660305 1#5501 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 92.301µs
2023/10/16 07:52:36.681759 1#5502 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.682085 1#5502 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 104.684µs
2023/10/16 07:52:36.703551 1#5486 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.703870 1#5486 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 99.507µs
2023/10/16 07:52:36.708211 1#5516 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.708552 1#5516 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 96.275µs
2023/10/16 07:52:36.714083 1#5503 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.714403 1#5503 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.451µs
2023/10/16 07:52:36.727878 1#5504 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.728210 1#5504 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 116.971µs
2023/10/16 07:52:36.737610 1#5537 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.737924 1#5537 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 102.264µs
2023/10/16 07:52:36.746419 1#5518 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.746419 1#5531 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.746783 1#5518 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 102.867µs
2023/10/16 07:52:36.746864 1#5531 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 52.653µs
2023/10/16 07:52:36.748176 1#5517 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.748504 1#5517 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 96.425µs
2023/10/16 07:52:36.756939 1#5519 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.757267 1#5519 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 107.685µs
2023/10/16 07:52:36.761659 1#5487 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.761910 1#5487 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 91.716µs
2023/10/16 07:52:36.763216 1#5538 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.763515 1#5538 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 85.211µs
2023/10/16 07:52:36.772925 1#5532 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.773229 1#5532 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 99.503µs
2023/10/16 07:52:36.776688 1#5533 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.777001 1#5533 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 100.054µs
2023/10/16 07:52:36.788408 1#5534 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.788738 1#5534 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 98.026µs
2023/10/16 07:52:36.790065 1#5535 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.790274 1#5535 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 67.433µs
2023/10/16 07:52:36.802629 1#5539 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.802914 1#5539 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 96.011µs
2023/10/16 07:52:36.807269 1#5569 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.807515 1#5569 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 65.624µs
2023/10/16 07:52:36.812005 1#5520 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.812005 1#5536 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.812347 1#5520 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.335µs
2023/10/16 07:52:36.812425 1#5536 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 48.163µs
2023/10/16 07:52:36.816874 1#5541 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.817209 1#5541 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 117.159µs
2023/10/16 07:52:36.817521 1#5488 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.817726 1#5488 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 71.211µs
2023/10/16 07:52:36.821120 1#5553 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.821121 1#5540 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.821411 1#5553 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 92.514µs
2023/10/16 07:52:36.821521 1#5540 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 49.485µs
2023/10/16 07:52:36.833906 1#5554 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.834208 1#5554 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 100.89µs
2023/10/16 07:52:36.846634 1#5542 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.846950 1#5542 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 102.08µs
2023/10/16 07:52:36.847028 1#5543 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.847395 1#5543 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 108.024µs
2023/10/16 07:52:36.855851 1#5585 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.856150 1#5585 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 97.503µs
2023/10/16 07:52:36.862612 1#5544 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.862972 1#5544 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 111.434µs
2023/10/16 07:52:36.863280 1#5555 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.863534 1#5555 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 105.355µs
2023/10/16 07:52:36.871955 1#5587 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.872293 1#5587 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 106.008µs
2023/10/16 07:52:36.881736 1#5571 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.882025 1#5571 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 95.271µs
2023/10/16 07:52:36.883407 1#5586 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.883768 1#5586 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 105.053µs
2023/10/16 07:52:36.889264 1#5546 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.889309 1#5557 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.889630 1#5546 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 119.296µs
2023/10/16 07:52:36.889885 1#5557 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.616µs
2023/10/16 07:52:36.895259 1#5558 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.895625 1#5558 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 136.511µs
2023/10/16 07:52:36.895629 1#5588 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.895985 1#5588 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 66.243µs
2023/10/16 07:52:36.899337 1#5545 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.899629 1#5545 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 87.477µs
2023/10/16 07:52:36.905122 1#5548 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.905504 1#5548 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 106.239µs
2023/10/16 07:52:36.908015 1#5547 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.908389 1#5547 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 106.31µs
2023/10/16 07:52:36.914916 1#5549 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.915258 1#5549 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 109.804µs
2023/10/16 07:52:36.914924 1#5559 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.915888 1#5559 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 152.965µs
2023/10/16 07:52:36.917344 1#5572 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.917754 1#5572 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 108.567µs
2023/10/16 07:52:36.920257 1#5590 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.920664 1#5590 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 172.23µs
2023/10/16 07:52:36.922094 1#5573 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.922430 1#5573 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 106.862µs
2023/10/16 07:52:36.931973 1#5591 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.932320 1#5591 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 107.23µs
2023/10/16 07:52:36.933797 1#5589 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.934142 1#5589 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 107.118µs
2023/10/16 07:52:36.942410 1#5592 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.942465 1#5560 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.943005 1#5560 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 102.244µs
2023/10/16 07:52:36.942790 1#5592 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 117.431µs
2023/10/16 07:52:36.948939 1#5561 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.949276 1#5561 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 107.33µs
2023/10/16 07:52:36.951781 1#5574 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.952120 1#5574 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 101.487µs
2023/10/16 07:52:36.952504 1#5550 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.952812 1#5550 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 96.147µs
2023/10/16 07:52:36.953103 1#5562 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.953389 1#5562 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 96.099µs
2023/10/16 07:52:36.954968 1#5552 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.955309 1#5552 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.535µs
2023/10/16 07:52:36.959866 1#5551 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.960185 1#5551 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 101.558µs
2023/10/16 07:52:36.962629 1#5575 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.962629 1#5593 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.962906 1#5575 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 92.57µs
2023/10/16 07:52:36.963099 1#5593 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 54.255µs
2023/10/16 07:52:36.963296 1#5563 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.963530 1#5563 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 63.119µs
2023/10/16 07:52:36.963729 1#5594 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.963907 1#5594 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 60.628µs
2023/10/16 07:52:36.967318 1#5564 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.967684 1#5564 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.332µs
2023/10/16 07:52:36.978130 1#5601 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.978533 1#5601 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 105.167µs
2023/10/16 07:52:36.983957 1#5576 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:36.984253 1#5576 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 100.75µs
2023/10/16 07:52:37.007693 1#5596 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.007693 1#5595 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.008051 1#5596 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 116.724µs
2023/10/16 07:52:37.008092 1#5595 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 50.629µs
2023/10/16 07:52:37.016707 1#5602 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.017050 1#5602 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 101.33µs
2023/10/16 07:52:37.018503 1#5597 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.018890 1#5597 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 98.728µs
2023/10/16 07:52:37.024204 1#5598 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.024516 1#5598 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 87.534µs
2023/10/16 07:52:37.025835 1#5577 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.026044 1#5577 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 73.769µs
2023/10/16 07:52:37.029374 1#5567 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.029622 1#5567 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 71.879µs
2023/10/16 07:52:37.032997 1#5565 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.033239 1#5565 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 84.464µs
2023/10/16 07:52:37.036644 1#5568 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.036959 1#5568 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 98.348µs
2023/10/16 07:52:37.043450 1#5578 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.043776 1#5578 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 104.598µs
2023/10/16 07:52:37.044022 1#5604 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.044238 1#5604 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 80.238µs
2023/10/16 07:52:37.045640 1#5599 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.045641 1#5603 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.045930 1#5599 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 89.396µs
2023/10/16 07:52:37.046019 1#5603 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 53.373µs
2023/10/16 07:52:37.050383 1#5579 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.050719 1#5579 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 98.087µs
2023/10/16 07:52:37.050952 1#5617 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.051150 1#5617 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 65.809µs
2023/10/16 07:52:37.052516 1#5600 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.052758 1#5600 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 86.21µs
2023/10/16 07:52:37.055112 1#5566 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.055410 1#5566 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 100.155µs
2023/10/16 07:52:37.055727 1#5605 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.055945 1#5605 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 78.746µs
2023/10/16 07:52:37.058314 1#5633 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.058674 1#5633 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 104.944µs
2023/10/16 07:52:37.066128 1#5619 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.066128 1#5618 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.066502 1#5619 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 102.594µs
2023/10/16 07:52:37.066626 1#5618 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 65.089µs
2023/10/16 07:52:37.078981 1#5634 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.079315 1#5634 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.682µs
2023/10/16 07:52:37.081827 1#5636 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.082135 1#5636 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 94.514µs
2023/10/16 07:52:37.082139 1#5581 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.082529 1#5581 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 69.066µs
2023/10/16 07:52:37.083819 1#5580 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.084054 1#5580 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 97.479µs
2023/10/16 07:52:37.085340 1#5582 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.085375 1#5606 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.085601 1#5582 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 106.716µs
2023/10/16 07:52:37.085668 1#5606 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 45.179µs
2023/10/16 07:52:37.085906 1#5583 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.086093 1#5583 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 63.521µs
2023/10/16 07:52:37.092499 1#5635 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.092500 1#5637 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.092818 1#5635 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 107.601µs
2023/10/16 07:52:37.092896 1#5637 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 57.824µs
2023/10/16 07:52:37.097172 1#5607 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.097398 1#5607 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 76.229µs
2023/10/16 07:52:37.099759 1#5608 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.099986 1#5608 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 63.533µs
2023/10/16 07:52:37.099999 1#5638 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.100332 1#5638 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 71.49µs
2023/10/16 07:52:37.104672 1#5609 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.104886 1#5609 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 77.571µs
2023/10/16 07:52:37.108216 1#5610 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.108406 1#5610 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 63.068µs
2023/10/16 07:52:37.115833 1#5620 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.116135 1#5620 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 98.078µs
2023/10/16 07:52:37.125551 1#5621 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.125822 1#5621 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 90.814µs
2023/10/16 07:52:37.128181 1#5639 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.128397 1#5639 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 72.793µs
2023/10/16 07:52:37.139743 1#5622 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.140027 1#5622 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 95.119µs
2023/10/16 07:52:37.145404 1#5611 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.145683 1#5611 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 84.417µs
2023/10/16 07:52:37.148042 1#5612 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.148240 1#5612 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 67.557µs
2023/10/16 07:52:37.165557 1#5584 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.165914 1#5584 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 94.447µs
2023/10/16 07:52:37.165924 1#5640 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.166275 1#5640 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 72.691µs
2023/10/16 07:52:37.166504 1#5623 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.166688 1#5623 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 63.33µs
2023/10/16 07:52:37.170019 1#5624 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.170233 1#5624 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 68.705µs
2023/10/16 07:52:37.178583 1#5625 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.178834 1#5625 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 86.383µs
2023/10/16 07:52:37.202265 1#5627 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.202265 1#5626 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.202599 1#5627 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 111.565µs
2023/10/16 07:52:37.202663 1#5626 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 53.741µs
2023/10/16 07:52:37.208048 1#5628 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.208056 1#5641 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.208301 1#5628 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 80.838µs
2023/10/16 07:52:37.208409 1#5641 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 45.658µs
2023/10/16 07:52:37.218830 1#5649 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.218832 1#5613 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.219070 1#5649 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 79.277µs
2023/10/16 07:52:37.219179 1#5613 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 46.356µs
2023/10/16 07:52:37.220464 1#5629 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.220683 1#5629 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 83.057µs
2023/10/16 07:52:37.225053 1#5650 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.225247 1#5650 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 63.678µs
2023/10/16 07:52:37.226542 1#5614 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.226768 1#5614 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 62.182µs
2023/10/16 07:52:37.231079 1#5643 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.231317 1#5643 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 81.33µs
2023/10/16 07:52:37.234699 1#5642 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.234956 1#5642 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 88.912µs
2023/10/16 07:52:37.236237 1#5644 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.236430 1#5644 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 63.155µs
2023/10/16 07:52:37.255836 1#5651 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.256109 1#5651 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 94.598µs
2023/10/16 07:52:37.261515 1#5630 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.261780 1#5630 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 91.23µs
2023/10/16 07:52:37.263068 1#5631 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.263269 1#5631 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 66.655µs
2023/10/16 07:52:37.267656 1#5615 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.267960 1#5615 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 104.152µs
2023/10/16 07:52:37.273330 1#5616 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.273587 1#5616 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 117.453µs
2023/10/16 07:52:37.274952 1#5652 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.274961 1#5653 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.275203 1#5652 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 80.892µs
2023/10/16 07:52:37.275308 1#5653 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 54.57µs
2023/10/16 07:52:37.280640 1#5632 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.280871 1#5632 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 85.034µs
2023/10/16 07:52:37.285229 1#5654 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.285243 1#5645 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.285479 1#5654 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 73.157µs
2023/10/16 07:52:37.285574 1#5645 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 48.751µs
2023/10/16 07:52:37.290934 1#5665 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.290938 1#5666 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.291181 1#5665 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 84.886µs
2023/10/16 07:52:37.291278 1#5666 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 54.248µs
2023/10/16 07:52:37.291512 1#5646 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.291716 1#5646 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 76.372µs
2023/10/16 07:52:37.302067 1#5647 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.302361 1#5647 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 102.116µs
2023/10/16 07:52:37.304788 1#5681 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.305013 1#5681 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 77.719µs
2023/10/16 07:52:37.321345 1#5667 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.321580 1#5667 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.072µs
2023/10/16 07:52:37.322847 1#5657 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.323030 1#5657 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 64.187µs
2023/10/16 07:52:37.347390 1#5658 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.347716 1#5658 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 97.303µs
2023/10/16 07:52:37.350090 1#5669 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.350310 1#5669 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 74.376µs
2023/10/16 07:52:37.353681 1#5668 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.353690 1#5670 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.353921 1#5668 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 77.281µs
2023/10/16 07:52:37.354021 1#5670 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 47.83µs
2023/10/16 07:52:37.364363 1#5682 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.364692 1#5682 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 97.796µs
2023/10/16 07:52:37.371069 1#5648 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.371288 1#5648 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 72.081µs
2023/10/16 07:52:37.374624 1#5683 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.374824 1#5683 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 68.628µs
2023/10/16 07:52:37.384253 1#5684 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.384253 1#5697 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.384628 1#5684 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 126.084µs
2023/10/16 07:52:37.384698 1#5697 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 49.797µs
2023/10/16 07:52:37.404078 1#5659 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.404416 1#5659 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 92.905µs
2023/10/16 07:52:37.417912 1#5660 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.418252 1#5660 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 111.182µs
2023/10/16 07:52:37.418639 1#5685 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.418921 1#5685 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 92.882µs
2023/10/16 07:52:37.420403 1#5698 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.420756 1#5698 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 112.203µs
2023/10/16 07:52:37.422191 1#5699 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.422522 1#5699 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 100.175µs
2023/10/16 07:52:37.435068 1#5671 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.435393 1#5671 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 99.345µs
2023/10/16 07:52:37.462994 1#5713 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.463304 1#5713 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.802µs
2023/10/16 07:52:37.470735 1#5676 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.470735 1#5689 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.471018 1#5676 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 90.026µs
2023/10/16 07:52:37.471114 1#5689 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 58.828µs
2023/10/16 07:52:37.481540 1#5675 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.481540 1#5688 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.481876 1#5675 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.22µs
2023/10/16 07:52:37.481955 1#5688 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 49.688µs
2023/10/16 07:52:37.483298 1#5664 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.483558 1#5664 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 109.031µs
2023/10/16 07:52:37.488947 1#5690 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.489290 1#5690 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 155.839µs
2023/10/16 07:52:37.491604 1#5716 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.491833 1#5716 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 79.155µs
2023/10/16 07:52:37.493133 1#5677 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.493142 1#5702 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.493337 1#5677 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 60.255µs
2023/10/16 07:52:37.493400 1#5715 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.493488 1#5702 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 50.132µs
2023/10/16 07:52:37.493748 1#5715 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 99.504µs
2023/10/16 07:52:37.501199 1#5703 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.501228 1#5678 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.501506 1#5703 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 96.966µs
2023/10/16 07:52:37.501721 1#5678 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 95.698µs
2023/10/16 07:52:37.503068 1#5714 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.503284 1#5714 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 75.857µs
2023/10/16 07:52:37.509622 1#5692 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.509839 1#5692 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 77.767µs
2023/10/16 07:52:37.512172 1#5718 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.512367 1#5718 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 64.092µs
2023/10/16 07:52:37.516807 1#5717 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.517019 1#5717 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 73.408µs
2023/10/16 07:52:37.525596 1#5729 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.525597 1#5704 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.525854 1#5729 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 82.677µs
2023/10/16 07:52:37.525944 1#5704 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 45.048µs
2023/10/16 07:52:37.526129 1#5691 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.526482 1#5691 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 104.682µs
2023/10/16 07:52:37.529867 1#5693 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.529930 1#5679 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.530099 1#5693 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 81.091µs
2023/10/16 07:52:37.530344 1#5679 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 100.206µs
2023/10/16 07:52:37.530521 1#5705 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.530744 1#5705 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 80.343µs
2023/10/16 07:52:37.533081 1#5680 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.533299 1#5680 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 75.991µs
2023/10/16 07:52:37.535638 1#5706 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.535841 1#5706 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 70.14µs
2023/10/16 07:52:37.542182 1#5694 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.542432 1#5694 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 84.553µs
2023/10/16 07:52:37.549857 1#5730 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.550113 1#5730 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 95.208µs
2023/10/16 07:52:37.556502 1#5695 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.556713 1#5695 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 74.093µs
2023/10/16 07:52:37.560049 1#5731 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.560269 1#5731 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 76.645µs
2023/10/16 07:52:37.563653 1#5707 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.563656 1#5732 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.563894 1#5707 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 78.098µs
2023/10/16 07:52:37.564007 1#5732 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 49.024µs
2023/10/16 07:52:37.569422 1#5696 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.569805 1#5696 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 116.108µs
2023/10/16 07:52:37.579366 1#5719 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.579735 1#5719 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 104.83µs
2023/10/16 07:52:37.587291 1#5708 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.587667 1#5708 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 113.786µs
2023/10/16 07:52:37.590184 1#5733 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.590573 1#5733 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 136.996µs
2023/10/16 07:52:37.592005 1#5745 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.592277 1#5745 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 101.624µs
2023/10/16 07:52:37.596768 1#5737 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.597129 1#5737 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 109.558µs
2023/10/16 07:52:37.602708 1#5738 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.603038 1#5738 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.715µs
2023/10/16 07:52:37.605422 1#5734 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.605752 1#5734 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 106.625µs
2023/10/16 07:52:37.609259 1#5709 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.609647 1#5709 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 148.027µs
2023/10/16 07:52:37.612089 1#5735 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.612413 1#5735 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 105.02µs
2023/10/16 07:52:37.618962 1#5720 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.619301 1#5720 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 120.165µs
2023/10/16 07:52:37.622789 1#5739 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.622789 1#5746 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.623213 1#5739 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.652µs
2023/10/16 07:52:37.623274 1#5746 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 127.804µs
2023/10/16 07:52:37.624792 1#5711 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.625138 1#5711 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 101.56µs
2023/10/16 07:52:37.625483 1#5710 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.625790 1#5710 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 103.222µs
2023/10/16 07:52:37.630293 1#5721 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.630649 1#5721 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 106.949µs
2023/10/16 07:52:37.635159 1#5722 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.635202 1#5736 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.635562 1#5722 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 108.619µs
2023/10/16 07:52:37.635798 1#5736 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 105.271µs
2023/10/16 07:52:37.637559 1#5712 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.637888 1#5712 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 112.039µs
2023/10/16 07:52:37.648529 1#5723 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.648529 1#5740 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.648862 1#5723 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 104.474µs
2023/10/16 07:52:37.648950 1#5740 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 60.851µs
2023/10/16 07:52:37.653330 1#5761 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.653672 1#5761 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 97.994µs
2023/10/16 07:52:37.656078 1#5741 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.656384 1#5741 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 99.517µs
2023/10/16 07:52:37.664823 1#5742 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.665093 1#5742 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 90.533µs
2023/10/16 07:52:37.669506 1#5724 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.669810 1#5724 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 96.644µs
2023/10/16 07:52:37.672179 1#5743 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.672427 1#5743 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 90.41µs
2023/10/16 07:52:37.677933 1#5725 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.678347 1#5725 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 118.829µs
2023/10/16 07:52:37.678372 1#5744 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.678372 1#5747 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.678874 1#5744 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 97.139µs
2023/10/16 07:52:37.679006 1#5747 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 74.196µs
2023/10/16 07:52:37.684349 1#5748 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.684621 1#5748 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 82.754µs
2023/10/16 07:52:37.687997 1#5762 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.688190 1#5762 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 64.997µs
2023/10/16 07:52:37.691580 1#5726 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.691895 1#5726 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 101.181µs
2023/10/16 07:52:37.700264 1#5727 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.700529 1#5727 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 106.652µs
2023/10/16 07:52:37.717875 1#5728 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.718094 1#5728 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 75.249µs
2023/10/16 07:52:37.719370 1#5777 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.719597 1#5777 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 105.307µs
2023/10/16 07:52:37.735939 1#5778 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.736178 1#5778 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 80.83µs
2023/10/16 07:52:37.739608 1#5793 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.739939 1#5793 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 102.621µs
2023/10/16 07:52:37.750343 1#5795 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.750405 1#5794 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.750667 1#5795 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 97.002µs
2023/10/16 07:52:37.750908 1#5794 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 105.116µs
2023/10/16 07:52:37.752235 1#5796 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.752508 1#5796 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 89.339µs
2023/10/16 07:52:37.753804 1#5749 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.754087 1#5749 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 95.214µs
2023/10/16 07:52:37.755910 1#5797 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.756136 1#5797 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 75.956µs
2023/10/16 07:52:37.763498 1#5798 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.763832 1#5798 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 107.266µs
2023/10/16 07:52:37.768363 1#5763 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.768683 1#5763 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 101.878µs
2023/10/16 07:52:37.773111 1#5751 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.773434 1#5751 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 102.445µs
2023/10/16 07:52:37.776861 1#5779 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.777134 1#5779 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 90.687µs
2023/10/16 07:52:37.778419 1#5750 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.778656 1#5750 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 66.979µs
2023/10/16 07:52:37.783039 1#5780 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.783270 1#5780 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 79.4µs
2023/10/16 07:52:37.786688 1#5764 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.786898 1#5764 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 74.095µs
2023/10/16 07:52:37.793289 1#5781 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.793588 1#5781 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 123.926µs
2023/10/16 07:52:37.798937 1#5765 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.799157 1#5765 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 77.64µs
2023/10/16 07:52:37.813591 1#5767 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.813892 1#5767 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 100.371µs
2023/10/16 07:52:37.817313 1#5782 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.817646 1#5782 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 105.384µs
2023/10/16 07:52:37.818958 1#5766 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.819182 1#5766 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 70.615µs
2023/10/16 07:52:37.829585 1#5799 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.829918 1#5799 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 106.716µs
2023/10/16 07:52:37.831294 1#5752 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.831307 1#5783 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.831619 1#5752 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 128.197µs
2023/10/16 07:52:37.831716 1#5783 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 71.242µs
2023/10/16 07:52:37.833054 1#5784 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.833308 1#5784 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 87.325µs
2023/10/16 07:52:37.834639 1#5785 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.834868 1#5785 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 79.04µs
2023/10/16 07:52:37.836164 1#5786 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.836498 1#5786 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 123.461µs
2023/10/16 07:52:37.844892 1#5768 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.845177 1#5768 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 94.19µs
2023/10/16 07:52:37.850585 1#5788 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.850899 1#5788 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 97.524µs
2023/10/16 07:52:37.852303 1#5787 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.852639 1#5787 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 101.857µs
2023/10/16 07:52:37.860032 1#5789 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.860308 1#5789 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 92.424µs
2023/10/16 07:52:37.864722 1#5753 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.864779 1#5800 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.865015 1#5753 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 94.049µs
2023/10/16 07:52:37.865310 1#5800 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 111.213µs
2023/10/16 07:52:37.870854 1#5801 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.870854 1#5754 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.871158 1#5801 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 92.305µs
2023/10/16 07:52:37.871274 1#5754 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 54.225µs
2023/10/16 07:52:37.885647 1#5755 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.885941 1#5755 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 99.121µs
2023/10/16 07:52:37.894361 1#5756 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.894690 1#5756 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 95.359µs
2023/10/16 07:52:37.902084 1#5769 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.902435 1#5769 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 102.167µs
2023/10/16 07:52:37.903814 1#5770 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.904040 1#5770 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 70.619µs
2023/10/16 07:52:37.905309 1#5758 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.905521 1#5758 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 57.498µs
2023/10/16 07:52:37.907856 1#5759 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.908090 1#5759 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 78.133µs
2023/10/16 07:52:37.918486 1#5791 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.918762 1#5791 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 91.999µs
2023/10/16 07:52:37.921145 1#5802 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.921397 1#5802 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 82.296µs
2023/10/16 07:52:37.924859 1#5771 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.925180 1#5771 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 102.855µs
2023/10/16 07:52:37.926544 1#5760 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.926565 1#5757 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.926798 1#5760 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 84.543µs
2023/10/16 07:52:37.926962 1#5757 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 77.54µs
2023/10/16 07:52:37.932334 1#5790 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.932375 1#5809 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.932604 1#5790 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 84.323µs
2023/10/16 07:52:37.932820 1#5809 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 94.582µs
2023/10/16 07:52:37.938227 1#5792 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.938527 1#5792 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 93.319µs
2023/10/16 07:52:37.939837 1#5810 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.940090 1#5810 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 87.772µs
2023/10/16 07:52:37.946503 1#5811 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.946783 1#5811 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 92.812µs
2023/10/16 07:52:37.951192 1#5826 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.951556 1#5826 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 145.371µs
2023/10/16 07:52:37.955955 1#5812 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.956007 1#5827 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.956026 1#5825 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.956436 1#5827 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 97.871µs
2023/10/16 07:52:37.956591 1#5825 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 104.759µs
2023/10/16 07:52:37.956228 1#5812 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 89.637µs
2023/10/16 07:52:37.958045 1#5828 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.958309 1#5828 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 78.484µs
2023/10/16 07:52:37.960672 1#5772 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.960928 1#5772 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 95.281µs
2023/10/16 07:52:37.963282 1#5773 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.963558 1#5773 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 114.771µs
2023/10/16 07:52:37.971903 1#5813 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.972108 1#5813 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 68.885µs
2023/10/16 07:52:37.973520 1#5829 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.973824 1#5829 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 101.8µs
2023/10/16 07:52:37.980187 1#5774 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.980395 1#5774 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 68.129µs
2023/10/16 07:52:37.981745 1#5830 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.981786 1#5831 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.982055 1#5830 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 81.541µs
2023/10/16 07:52:37.982235 1#5831 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 92.025µs
2023/10/16 07:52:37.982062 1#5775 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.982576 1#5775 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 105.039µs
2023/10/16 07:52:37.991934 1#5832 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:37.992159 1#5832 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 78.39µs
2023/10/16 07:52:38.004566 1#5803 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.004881 1#5803 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 102.61µs
2023/10/16 07:52:38.006185 1#5776 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.006407 1#5776 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 71.179µs
2023/10/16 07:52:38.010824 1#5833 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.011064 1#5833 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 81.89µs
2023/10/16 07:52:38.012340 1#5834 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.012571 1#5834 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 104.709µs
2023/10/16 07:52:38.014930 1#5841 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.015155 1#5841 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 79.54µs
2023/10/16 07:52:38.028537 1#5842 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.028788 1#5842 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 84.15µs
2023/10/16 07:52:38.032135 1#5814 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.032352 1#5814 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 75.42µs
2023/10/16 07:52:38.037805 1#5835 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.038093 1#5835 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 93.496µs
2023/10/16 07:52:38.040487 1#5843 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.040709 1#5843 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 71.28µs
2023/10/16 07:52:38.043057 1#5815 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.043287 1#5815 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 80.121µs
2023/10/16 07:52:38.046566 1#5844 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.046774 1#5844 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 67.065µs
2023/10/16 07:52:38.063310 1#5845 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.063310 1#5836 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.063673 1#5845 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 94.228µs
2023/10/16 07:52:38.063813 1#5836 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 74.77µs
2023/10/16 07:52:38.066191 1#5838 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.066195 1#5846 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.066513 1#5838 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 93.784µs
2023/10/16 07:52:38.066274 1#5837 [debug] bootstrap: dialing 192.168.108.1:53 (1/1)
2023/10/16 07:52:38.066749 1#5837 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 47.714µs
2023/10/16 07:52:38.067020 1#5846 [debug] bootstrap: connection to 192.168.108.1:53 succeeded in 441.731µs
2023/10/16 07:52:46.655827 1#5515 [debug] 192.168.108.1:53: response received over udp: exchanging with 192.168.108.1:53 over udp: read udp 192.168.108.250:45718->192.168.108.1:53: i/o timeout
2023/10/16 07:52:46.656121 1#5515 [error] upstream 192.168.108.1:53 failed to exchange ;sharepoint.0.108.168.192.in-addr.arpa.  IN   A in 20.005010539s. Cause: exchanging with 192.168.108.1:53 over udp: read udp 192.168.108.250:45718->192.168.108.1:53: i/o timeout
2023/10/16 07:52:46.656225 1#5515 [debug] proxy: replying from upstream: rtt is 20.005137679s
2023/10/16 07:52:46.656332 1#5515 [debug] dnsforward: finished processing upstream
2023/10/16 07:52:46.656487 1#5515 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).logDNSMessage(): OUT: ;; opcode: QUERY, status: SERVFAIL, id: 38075
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;sharepoint.0.108.168.192.in-addr.arpa. IN   A

2023/10/16 07:52:46.655863 1#5530 [debug] 192.168.108.1:53: response received over udp: exchanging with 192.168.108.1:53 over udp: read udp 192.168.108.250:48275->192.168.108.1:53: i/o timeout
2023/10/16 07:52:46.656860 1#5530 [error] upstream 192.168.108.1:53 failed to exchange ;sharepoint.0.108.168.192.in-addr.arpa.  IN   A in 20.003449228s. Cause: exchanging with 192.168.108.1:53 over udp: read udp 192.168.108.250:48275->192.168.108.1:53: i/o timeout

And I found another "solution" to fix this problem WITHOUT restart the container: I remove this lines from the upstream servers:

[/108.168.192.in-addr.arpa/]192.168.108.1
[/fritz.box/]192.168.108.1

and remove the ip 192.168.108.1 from private inverse DNS-Server Now it works directly!

This is not the solution - only my workaround

ainar-g commented 11 months ago
exchanging with 192.168.108.1:53 over udp: read udp 192.168.108.250:43425->192.168.108.1:53: i/o timeout

This indicates that this private DNS server may not be accessible. Do you see any errors in that server's logs?

sadden3194 commented 11 months ago

The 192.168.108.1 is my router. This device was all the time available (I have a monitoring software)

The log files of my router show now error message or something like this.

sadden3194 commented 11 months ago

Update:

Situation 1: If am using this for upstream servers and no private inverse dns:

/108.168.192.in-addr.arpa/]192.168.108.1
[/fritz.box/]192.168.108.1

No error in logs.

The client names will not correcty shown in adguard. For example:

Adguard shows "Android.fritz.box" In my router (fritzbox) I named it "fireTV"

Now it will be wierd:

nslookup android.fritz.box
Server:     192.168.108.250
Address:    192.168.108.250#53
Name:   android.fritz.box
Address: 192.168.108.31

nslookup firetv.fritz.box
Server:     192.168.108.250
Address:    192.168.108.250#53

Name:   firetv.fritz.box
Address: 192.168.108.28

both works - but different addresses?? It is the same device!

Situation 2 if I am using only 192.168.108.1 for private inverse and not the lines for upstream servers (like situation 1) I can see many error logs like this:

2023/10/17 14:00:06.083095 1#135405 [error] upstream 192.168.108.1:53 failed to exchange ;2.0.20.172.in-addr.arpa. IN PTR in 2.004200373s. Cause: exchanging with 192.168.108.1:53 over udp: read udp 192.168.108.250:55725->192.168.108.1:53: i/o timeout

As I wrote it before: the network 172.20.0.x is my container network where the hostnames cant be resolved via 192.168.108.1 (Router).

The client names will not correcty shown in adguard. For example:

Adguard shows "Android.fritz.box" In my router (fritzbox) I named it "fireTV"

Rhe result of nslookup firetv or nslookup android.fritz.box => NXDOMAIN

Situation 3: If I am using both settings - I have the problem, like I worte in in my first post.

sadden3194 commented 11 months ago

sorry guys, but no support = no interest to help here from my side anymore

ainar-g commented 11 months ago

As mentioned, the timeouts tell you that the upstream 192.168.108.1 is not available. The simplest way to test that is to perform a lookup from within the container, along the lines of:

nslookup -debug 'www.example.com' '192.168.108.1'

It seems like the likeliest reason for that is that the container may not have access to the 192.168.… network.

sadden3194 commented 11 months ago

No problem. It is accessable.

Bildschirmfoto 2023-10-23 um 19 05 24
ainar-g commented 11 months ago

It is extremely weird then. Do you see any accesses at all in that server's logs? Perhaps some kind of firewall based on source address?

sadden3194 commented 11 months ago

once again: the 192.168.108.1 is my router (fritzbox 6660 cable). If I am using pihole instead of adguard, there a no problem. pihole has no problems to use the fritzbox as an inverse DNS server. And I said with you beta version 108 I have no problemlos, too. Why should it be a problem with my router or a firewall?

sadden3194 commented 10 months ago

I reset my router config. now it works good. seems to be a problem with my router