Convert a host list to a BIND type file ie from "192.168.1.1 somehost.com" to BIND.
Notes:
<ip address> <hostname> [hostname] [hostname] [...]Where [hostname]s in square brackets are optional. So, something like this:
127.0.0.1 example.net example.org
127.0.0.1 www.example.com
... etc...