Skip to content

Commit b7dbdd8

Browse files
Copilotklutchell
andcommitted
Fix container DNS resolution by expanding loopback access control
Co-authored-by: klutchell <20458272+klutchell@users.noreply.github.com>
1 parent 5bd2035 commit b7dbdd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs_overlay/etc/unbound/unbound.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ server:
105105

106106
# The netblock is given as an IP4 or IP6 address with /size appended for a
107107
# classless network block. The action can be deny, refuse, allow or allow_snoop.
108-
access-control: 127.0.0.1/32 allow
108+
access-control: 127.0.0.0/8 allow
109109
access-control: 192.168.0.0/16 allow
110110
access-control: 172.16.0.0/12 allow
111111
access-control: 10.0.0.0/8 allow

0 commit comments

Comments
 (0)