[erlang-questions] dns server

Joe Williams joe@REDACTED
Mon Mar 8 17:23:39 CET 2010


For anyone interested, inet_dns (undocumented afaict) does all the heavy 
lifting for encoding/decoding DNS requests.

http://github.com/erlang/otp/blob/dev/lib/kernel/src/inet_dns.erl
http://github.com/erlang/otp/blob/dev/lib/kernel/src/inet_dns.hrl


-Joe



On 3/4/10 7:39 PM, Joe Williams wrote:
> Thanks Kenji, I'll take a look. Noticed it uses Merle (my little 
> memcached client) so that's cool. :)
>
> Mostly I am looking for a correct/simple/clean/usable DNS protocol 
> implementation that I can play with.
>
> -Joe
>
>
> On 3/3/10 6:25 PM, Kenji Rikitake wrote:
>> Kota Uenishi releases a DNS cache called bine:
>> http://bitbucket.org/kuenishi/bine/src/
>>
>> I wonder, however, what means the *decent server*,
>> for now, at the coming age of DNSSEC.
>> Implementing DNSSEC validation is a huge task
>> and the situation is unstable.
>>
>> And DNS software has three roles:
>> * authoritative server
>> * cache
>> * stub resolver
>> What does the server do?
>>
>> Kenji Rikitake
>> (who's got his nervous wreck many times dealing with
>>   the cloud monster called DNS)
>>
>> In the message<4B8B0325.7070101@REDACTED>
>> dated Sun, Feb 28, 2010 at 03:58:05PM -0800,
>> Joe Williams<joe@REDACTED>  writes:
>>> Anyone have any suggestions? Bueller?
>>>
>>> -Joe
>>>
>>>
>>> On 2/27/10 1:01 AM, Joe Williams wrote:
>>>> Anyone know of a decent OSS DNS server implementation in Erlang? I
>>>> found http://code.google.com/p/erldir/ and
>>>> http://eddie.sourceforge.net/ but they are both out of date and no
>>>> longer maintained it seems.
>>>>
>>>> Thanks for any suggestions.
>>>>
>>>> -Joe
>>>>
>> ________________________________________________________________
>> erlang-questions (at) erlang.org mailing list.
>> See http://www.erlang.org/faq.html
>> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>>
>

-- 
Name: Joseph A. Williams
Email: joe@REDACTED
Blog: http://www.joeandmotorboat.com/



More information about the erlang-questions mailing list