On Sat, Apr 07, 2012 at 06:13:07PM +0000, Morten B. Christensen wrote: > Dear OpenBSD friends, > > Is somebody (with programming experience) willing to compile a small DNS > server for me? > > The source code is a single .c file but my lack of skills is annoying :-( > > The link to Microdns is here http://samiam.org/software/microdns.html > > It is basically an app that gives the same ip out to any query - very easy > instead of taming the beast bind. The usage is for an http catch-all walled > garden. > > Thanks in advance > > Morten Bech Christensen
Interesting little server. I think someone who does a little bit of packetry (very small packet about 4 bytes in length) can find out what the person queried before him, so it leaks some data. Perhaps I can turn you on to my dns server called wildcarddnsd. http://wildcarddns.sourceforge.net I developed this daemon on openbsd from the start. Granted it's a little more code than microdns but may not leak like that. Cheers, -peter

