1. What is it?
2. Where to get it or contact the author?
3. License?
4. Note on ranges
5. Usage?

1. What is it?
   A very simple "host" implementation by Patrik Nilsson <blambi@chebab.com>
   It is not meant to be a full host replacement etc just translate hostname
   to a IP.

2. Where to get it or contact the author?
   you can get it at http://blambi.chebab.com/software/bost/
   And I'm contactable at blambi@chebab.com

3. License?
   "This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version."

4. Note on ranges
   By choice the ranges are limited to a maximum of /24

5. Usage?

   For a single host
   $ bost host

   For N hosts
   $ bost host1 ... hostN

   For a subnet/range
   $ bost 192.168.0.0/24

   Another range
   $ bost 192.168.0.0/32

   Its simple..

   current options are:
     -h, --help     Show help
     -d, --double   enable double check
     
     for example "bost -d foo" would output both the ip(s) of foo
     and the hostname(s) for the ip(s).
     