You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the container, bind seems to always assume IPv6 is enabled.
In the logs, it shows error (network unreachable) resolving 'xxx.apple.com/A/IN': 2001:500:3::42#53 when there is no IPv6 support outside the container.
Within the container, bind seems to always assume IPv6 is enabled.
In the logs, it shows
error (network unreachable) resolving 'xxx.apple.com/A/IN': 2001:500:3::42#53
when there is no IPv6 support outside the container.As per http://crashmag.net/disable-ipv6-lookups-with-bind-on-rhel-or-centos it states that IPv6 can be disabled by add
OPTIONS="-4"
to/etc/sysconfig/named
(on centOS)It would be helpful to either expose the appropriate config to
/data
or have an environment variable that allows it to be disabled.The text was updated successfully, but these errors were encountered: