I just created a TLD for $0 in 30 minutes

Marc Perkel marc at CHURCHOFREALITY.ORG
Thu Mar 18 21:29:05 CET 2010


Fouad Bajwa wrote:
> Can we have a page generated on Wikipedia.org to help others about
> this process with the technical commands and certain explanations to
> educate?
>
> Best
>
> Fouad
>

Actually Wikipedia doesn't like how-to articles. But here's how it's done:

in named.conf:

zone "reality" IN {
        type master;
        file "reality.zone";
};

reality.zone

$TTL    36000
@       IN      SOA     ns.reality-dns.com.     dns.reality-dns.com. (
                2010010600 ; serial
                8H ; refresh
                1H ; retry
                2w ; expire
                1D ; minimum
                )

@       MX      10      mx.junkemailfilter.com.
@       MX      20      mx.junkemailfilter.net.
@       MX      30      mx.junkemailfilter.org.

@       IN      NS      ns.reality-dns.com.
@       IN      NS      ns.reality-dns.net.
@       IN      NS      ns.reality-dns.org.

mail            IN      CNAME   mail.ctyme.com.
mailman         IN      CNAME   mailman.ctyme.com.
ssh             IN      A       65.49.42.101
ftp             IN      A       65.49.42.101
www             IN      A       65.49.42.100
*               IN      CNAME   @

@               IN      A       65.49.42.100

So - if the root servers referred .reality to my servers then it would
be fully operational.


More information about the Ncuc-discuss mailing list