A Simple Dns Server for a SOHO Network
About 1 min read
I'm in search of a very simple DNS Server for a small network. It should be :
- recursive & caching (can be used as a proxy)
- very simple administration (parsing /etc/hosts would be perfect, raw DNS zones like BIND would be a little bit overkill)
- quite lightweight (aka no dependency on an SQL engine like MySQL, such as MyDNS)
- Seamless integration to Windows lookups (nmblookup) via proxying functions (DNS to/from NMB)