Skip to content

Commit b386aca

Browse files
authored
Merge pull request #623 from klutchell/copilot/fix-5825db73-0a6f-4eed-8461-e9f939fd9940
Fix container DNS resolution by expanding loopback access control to 127.0.0.0/8
2 parents 0ef55a6 + b7dbdd8 commit b386aca

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)