diff --git a/db.town.tilde b/db.town.tilde new file mode 100644 index 0000000..a080524 --- /dev/null +++ b/db.town.tilde @@ -0,0 +1,18 @@ +; +; BIND data file for town.tilde +; +$TTL 604802 +@ IN SOA town.tilde. town.your.tilde. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL + IN A 54.69.163.190 +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +@ IN NS ns3.master.tilde. +@ IN NS ns4.master.tilde. +@ IN A 54.69.163.190 +cgi IN A 54.69.163.190 \ No newline at end of file diff --git a/named.conf.local b/named.conf.local index f0bdea1..bb092d9 100644 --- a/named.conf.local +++ b/named.conf.local @@ -41,6 +41,11 @@ zone "tilde.tilde" { file "/etc/bind/db.tilde.tilde"; }; +zone "town.tilde" { + type master; + file "/etc/bind/db.town.tilde"; +}; + zone "thunix.tilde" IN { type stub; file "/etc/bind/db.thunix.tilde";