[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MirageOS-devel] simple dns server



Hi Luke,

Sure, here are the zone files ( - the files have newlines following the final www statement)

Thanks
Nick

[example1.zone]
; $TTL used for all RRs without explicit TTL value


$ORIGIN example1.com.
$TTL    3600 ; 24 hours could have been written as 24h or 1d
example1.com. 3600 IN  SOA (
    ns1.example1.com. username.example1.com. 1136975101 ; hello!
    3600 1800 3024000 1800 
                 )
example1.com.       3600 IN  NS     ns1
example1.com.       3600 IN  NS     ns2
;; example1.com.       3600 IN  MX  1   mail
ns1  3600  IN A      192.168.1.11
ns2  3600  IN A      192.168.1.11
www  3600  IN  A      192.168.1.11



[example2.net]
; $TTL used for all RRs without explicit TTL value


$ORIGIN example2.net.
$TTL    3600 ; 24 hours could have been written as 24h or 1d
example2.net. 3600 IN  SOA (
    ns1.example2.net. username.example2.net. 1136975101 ; hello!
    3600 1800 3024000 1800 
                 )
example2.net.       3600 IN  NS     ns1
example2.net.       3600 IN  NS     ns2
;; example2.net.       3600 IN  MX  1   mail
ns1  3600  IN A      192.168.1.11
ns2  3600  IN A      192.168.1.11
www  3600  IN  A      192.168.1.11


_______________________________________________
MirageOS-devel mailing list
MirageOS-devel@xxxxxxxxxxxxxxxxxxxx
http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.