How to resolv .42 domains
Filed Under (Sysadmin) by Amandine on 29-12-2010
I’m sure you heard of the new unofficial domain registry 42registry, who let you register domains like something.42. If you didn’t, go on there website and read, cause I found this very interesting, funny, and it made me want to try :)
So, after registering sysadmandine.42 domain name, I tried to surf on it. But I didn’t want to spend time to configure a secured but open bind on one of my servers, so I opted for the easy way : my local computer is on Ubuntu, Ubuntu is perfectly able to provide me a bind, so let’s go :
Then one line of config like they say on the 42registry website :
add :
type forward;
forwarders {91.191.147.246; 91.191.147.243; 79.143.243.129; 178.20.71.2; 217.174.201.33; 83.169.77.115;};
}
restart bind (surprisingly, just reload didn’t do it) :
Check that it’s working :
(you have to see a ANSWER section id it’s working)
And then tell your system to use it :
Put this on the first line :
That’s it ! Now you just have to open your firefox or any other browser (be careful with chrome or chromium though, ther’s a trick to make it work with those ones, check the 42registry website to know how.), and try some domains !
* http://www.sysadmandine.42/ (of course)
* http://nic.42/
* I couldn’t find more websites in .42, do you know some?

* I couldn’t find more websites in .42, do you know some?
–> dig @91.191.147.246 AXFR 42. some are… funny
:)
dig @91.191.147.246 AXFR 42. |egrep -v “^;” | awk ‘{print $1}’ | less
…
the-answer-to-life-the-universe-and-everything-is.42.
http://www.garfieldairlines.42.
dontpanic.42.
answertotheultimatequestionoflifetheuniverseandeverythingis.42.
…
Here is the (un)official forum for the .42 community ! http://this.42/ visit us !