moby--moby/libnetwork/resolvconf
Sebastiaan van Stijn c21be64e1a
libnetwork: remove resolvconf/dns package
The IsLocalhost utility was not used, which only leaves the IsIPv4Localhost
utility.

Go's "net" package provides a `IsLoopBack()` check, but it checks for both
IPv4 and IPv6 loopback interfaces. We likely should also do IPv6 here, but
that's better left for a separate change, so instead, I replicated the IPv4
bits from Go's net.IP.IsLoopback().

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-20 00:35:34 +02:00
..
README.md Remove pkg directory 2015-05-16 16:12:13 -07:00
resolvconf.go libnetwork: remove resolvconf/dns package 2021-08-20 00:35:34 +02:00
resolvconf_linux_test.go libnetwork: move resolvconf consts into the resolvconf package 2021-08-20 00:23:43 +02:00

README.md

Package resolvconf provides utility code to query and update DNS configuration in /etc/resolv.conf