vote up 1 vote down star

Is is it possible to have Minix 3 as a dns-server and if one would dare to code the service self how would that code look like (roughly)?

flag

76% accept rate

2 Answers

vote up 1 vote down check

Minix actually has a nameserver in it already. Since Minix is open source, you can use it as a starting point. The program is called "nonamed". The man page says it isn't a name daemon, but actually it is.

It's just that it's very simple, which is probably what you want. Either you can use it as it is, just put all hostnames you want to resolve in /etc/hosts, and "nonamed" will export those... or use nonamed as something to extend upon. At least the protocol is there already.

Man page for nonamed(8) and source code.

link|flag
vote up 0 vote down

That's kind of a big question for little, ol' StackOverflow. I'd suggest looking around for some code that you could use or port.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.