hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

README (238B)


      1 unix::resolvconf provides a (basic) reader for the resolv.conf file found on
      2 many Unix-like operating systems. This implementation only supports the
      3 "nameserver" directive, and it will return a list of IP addresses to use as
      4 nameservers.