ruby-dns / net-dns

Net::DNS is a DNS library written in Ruby.
http://net-dns.rubyforge.org
Other
165 stars 42 forks source link

fixing bug on parsing multiple nameservers on different lines #45

Closed nicholasren closed 11 years ago

nicholasren commented 11 years ago

Added test & fixture to check parsing of multiple nameservers on different lines of /etc/resolv.conf, as well as multiple nameservers on the same line. Implemented fix.

weppos commented 11 years ago

Merged, thank you!