mirror of
https://github.com/moby/moby.git
synced 2026-07-25 16:56:34 +00:00
commit11380a109eupdated the daemon to always treat 127.0.0.1 as insecure for all cases anytime anywhere. This was initially a hard-coded list, but later made configurable to allow the user to mark additional CIDRs or registries as insecure in6aba75db4e. This patch expands the default list of insecure registries to also include the IPv6 loopback-address (::1); IPv6, unlike IPv4 only has a single loopback address (::1/128). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>