From 047f5e06d8a124b0ec52f996ff15963723a127c2 Mon Sep 17 00:00:00 2001 From: login Date: Thu, 27 Dec 2018 08:19:04 -0500 Subject: [PATCH 1/2] Add db.town.tilde Trying to get tilde.town's .tilde domain name... --- db.town.tilde | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 db.town.tilde 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 From 72295572d56c2e76b476049b2f4aafbbdccb7fa1 Mon Sep 17 00:00:00 2001 From: login Date: Thu, 27 Dec 2018 08:23:05 -0500 Subject: [PATCH 2/2] Update 'named.conf.local' to include town.tilde Updated 'named.conf.local' to include town.tilde --- named.conf.local | 5 +++++ 1 file changed, 5 insertions(+) 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";