On Wed, 2 Jul 2008, Munir Nassar wrote:
> Need to change this to listen on all your interfaces,
>
> also dns is udp, you cannot telnet to port 53 to test it out, use host
> @localhost www.example.com or dig www.example.com localhost

  While I'll agree that you're right about the DNS, UDP, and telnet parts, 
you appear to have mixed up the syntax for `dig` and `host`.  It's:

dig @localhost www.example.com
  or
host www.example.com localhost

  FYI. :-)

      Jima