README (499B)
1 [[unix::resolvconf]] implements a parser for /etc/resolv.conf files which has 2 feature parity with the resolv.conf format supported by glibc 2.36. However, 3 most options are not supported by Hare internally, i.e. via [[net::dns]]. 4 5 The user may parse a resolv.conf file manually via the [[read]] and [[next]] 6 functions. Additionally, this module maintains a global copy of the local 7 resolv.conf file, parsed once at runtime and cached for the lifetime of the 8 process, which is available via [[load]].