I'm wondering how RRDNS compares to Unbound (unbound.net) ?
The story of a little DNS easter egg
11–20 of 25 posts
Re: The story of a little DNS easter egg
#12"Mark Baker noticed that you could do the request to any nameserver. Which means for instance that the DeCSS source code is available from the DVDCCA's nameservers !"
Classic.
Re: The story of a little DNS easter egg
#13One of the reasons they originally chose PowerDNS was that "it seamlessly allowed us to add new records without rebooting." Can someone explain? What DNS server requires a reboot (or even restart) instead of a simple reload?
I'm not sure about "rebooting" -- if this was just a language error -- but PowerDNS can run with a MySQL or Postgres backend with instant updates to records. i.e., no reload or other configuration re-read required.
With DB replication up and running, you can get a fairly robust domain name server pool going without the usual headaches associated with copying updates to multiple servers.
Re: The story of a little DNS easter egg
#14I imagine the switch over to TCP is more because the response is likely to be larger than a UDP packet (which IIRC is why DNS-over-TCP exists) (looks to be the case [1]), as opposed to stopping an amplified reflection attack, but it's a nice side effect. [1] http://serverfault.com/questions/404840/when-do-dns-queries-...
Nope. Normal DNS behaviour is to send the first few records over UDP and set the response truncated flag, which would still allow amplified reflection. They're intentionally sending no records at all in order to protect against this.
Re: The story of a little DNS easter egg
#15 $ dig ch whois.cloudflare @emma.ns.cloudflare.com
whois.cloudflare. 86400 CH TXT " IIIIIIIIIIIII "
whois.cloudflare. 86400 CH TXT " IIIII,,,,,,,,,IIIII "
whois.cloudflare. 86400 CH TXT " III?::::::::::::::::III I "
whois.cloudflare. 86400 CH TXT " III:::::::::::::::::::::III I I "
whois.cloudflare. 86400 CH TXT " III~~~~~~~~~~~~~~~~~~~~~~~III II I I I "
whois.cloudflare. 86400 CH TXT " II?=======IIIIIIIIIII========III? ???I I "
whois.cloudflare. 86400 CH TXT " III III+++++IIIIIIIIIIIIIIIII++++++II???????? I "
whois.cloudflare. 86400 CH TXT " IIIIIIIIIIII????IIIIIIIIIIIIIIIIIIIII????III?????? ??I "
whois.cloudflare. 86400 CH TXT " III,::~=++IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII???????? ?III "
whois.cloudflare. 86400 CH TXT " III:~=+IIIIIIIIIIIIIIIIIIIIIII?IIIIIIIIIIIIIIII?????????? "
whois.cloudflare. 86400 CH TXT " II==+IIIIIIIIIIIIIIIIIIIIIIIIIIIII???IIIIIIIIII++++????????II "
whois.cloudflare. 86400 CH TXT " II??IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII????IIII~:~++???? "
whois.cloudflare. 86400 CH TXT " IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII+=:,.IIIIIIIII?II "
whois.cloudflare. 86400 CH TXT " IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII??++++~~=+I~~::,IIII "
whois.cloudflare. 86400 CH TXT " IIII=====++IIIIIIIIIIIIIIIIIIIIIIIIIIIII??????IIIIIIIII???+===~~::III "
whois.cloudflare. 86400 CH TXT " III======IIIIIIIIIIIIIIIIIIIIIIIIIII???IIIIIIIIIIIIIIIIIIIII?III++==~III "
whois.cloudflare. 86400 CH TXT " III===IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII?IIIII+++III "
whois.cloudflare. 86400 CH TXT " II==777777777777777777777777777777777777777777777777777777777777I77777??II "
whois.cloudflare. 86400 CH TXT " II=777777777777777777777777777777777777777777777777777777777777777777777III "
whois.cloudflare. 86400 CH TXT " II$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$II "
whois.cloudflare. 86400 CH TXT " IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII "Re: The story of a little DNS easter egg
#16Re: The story of a little DNS easter egg
#17I'm wondering how RRDNS compares to Unbound (unbound.net) ?
You're probably thinking of NSD, not unbound. RRDNS is an authoritative DNS server. http://www.nlnetlabs.nl/projects/nsd/
Re: The story of a little DNS easter egg
#18Easter eggs? In something as crucial as an authoritative DNS server? Is that wise?!?
After all, what's the point of running a massive service if you can't have fun with it?
Re: The story of a little DNS easter egg
#19One of the reasons they originally chose PowerDNS was that "it seamlessly allowed us to add new records without rebooting." Can someone explain? What DNS server requires a reboot (or even restart) instead of a simple reload?
(I also chose PowerDNS years ago.) I'm not sure about "rebooting" -- if this was just a language error -- but PowerDNS can run with a MySQL or Postgres backend with instant updates to records. i.e., no reload or other configuration re-read required. With DB replication up and running, you can get a fairly robust domain name server pool going without the usual headaches associated with copying updates to multiple serv…
Re: The story of a little DNS easter egg
#20Easter eggs? In something as crucial as an authoritative DNS server? Is that wise?!?
There are easter eggs in many of the crucial services on the Internet. The HTTP status codes are the first that come to mind. After all, what's the point of running a massive service if you can't have fun with it?