From 5bd2035fcd1d4ca6ba2214b5affda0ef9408f2df Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:23:24 +0000 Subject: [PATCH 1/2] Initial plan From b7dbdd8504a18a58dbd2d388c232f3bfedd2b49c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:33:08 +0000 Subject: [PATCH 2/2] Fix container DNS resolution by expanding loopback access control Co-authored-by: klutchell <20458272+klutchell@users.noreply.github.com> --- rootfs_overlay/etc/unbound/unbound.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs_overlay/etc/unbound/unbound.conf b/rootfs_overlay/etc/unbound/unbound.conf index 05810764..4b652283 100644 --- a/rootfs_overlay/etc/unbound/unbound.conf +++ b/rootfs_overlay/etc/unbound/unbound.conf @@ -105,7 +105,7 @@ server: # The netblock is given as an IP4 or IP6 address with /size appended for a # classless network block. The action can be deny, refuse, allow or allow_snoop. - access-control: 127.0.0.1/32 allow + access-control: 127.0.0.0/8 allow access-control: 192.168.0.0/16 allow access-control: 172.16.0.0/12 allow access-control: 10.0.0.0/8 allow