From 88c361bd0184c2ff98c2fdbb2fbbc4b6b5077495 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Sat, 26 Jan 2019 16:00:27 -0500 Subject: [PATCH 1/2] Add 'db.os.tilde' --- db.os.tilde | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 db.os.tilde diff --git a/db.os.tilde b/db.os.tilde new file mode 100644 index 0000000..a0c3c21 --- /dev/null +++ b/db.os.tilde @@ -0,0 +1,19 @@ +; +; BIND data file for os.tilde +; +$TTL 604802 +@ IN SOA master.tilde. root.master.tilde. ( + 2019012601 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; + IN A 107.206.239.11 +; + IN NS ns1.master.tilde. + IN NS ns2.master.tilde. + IN NS ns3.master.tilde. + IN NS ns4.master.tilde. + +@ IN A 107.206.239.11 \ No newline at end of file From 6f71257ac9b9f2c7e2b15e165ff52f46f744e3ed Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Sat, 26 Jan 2019 16:02:31 -0500 Subject: [PATCH 2/2] Update 'named.conf.local' --- named.conf.local | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/named.conf.local b/named.conf.local index a833736..3df87d8 100644 --- a/named.conf.local +++ b/named.conf.local @@ -95,4 +95,9 @@ zone "domain.tilde" { zone "ca.tilde" { type master; file "/etc/bind/db.ca.tilde"; +}; + +zone "os.tilde" { + type master; + file "/etc/bind/db.os.tilde"; }; \ No newline at end of file