From 27e106cf2575672e5c16ef95ee3e098c3fef7e05 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Wed, 22 Jan 2020 02:52:33 +0000 Subject: [PATCH 1/2] Updates to my domains --- db.a.tilde | 18 ++++++++++++++++++ db.amcclure.tilde | 15 +++++++-------- db.anton.tilde | 18 ++++++++++++++++++ db.summit.tilde | 9 ++++----- named.conf.local | 6 ++++++ 5 files changed, 53 insertions(+), 13 deletions(-) create mode 100644 db.a.tilde create mode 100644 db.anton.tilde diff --git a/db.a.tilde b/db.a.tilde new file mode 100644 index 0000000..a73e72f --- /dev/null +++ b/db.a.tilde @@ -0,0 +1,18 @@ +; +; BIND data file for a.tilde +; +$TTL 604802 +@ IN SOA master.tilde. root.master.tilde. ( + 2020012001 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; + IN A 168.235.111.79 +; + IN NS ns1.master.tilde. + IN NS ns2.master.tilde. + +@ IN A 168.235.111.79 +www IN A 168.235.111.79 diff --git a/db.amcclure.tilde b/db.amcclure.tilde index 730c510..9363c0b 100644 --- a/db.amcclure.tilde +++ b/db.amcclure.tilde @@ -9,15 +9,14 @@ $TTL 604802 2419200 ; Expire 604800 ) ; Negative Cache TTL ; - IN A 107.206.239.11 + IN A 168.235.111.79 ; IN NS ns1.master.tilde. IN NS ns2.master.tilde. - IN NS ns5.master.tilde. -@ IN A 107.206.239.11 -www IN A 107.206.239.11 -ftp IN A 107.206.239.11 -gopher IN A 107.206.239.11 -download IN A 107.206.239.11 -tilde IN A 107.206.239.11 \ No newline at end of file +@ IN A 168.235.111.79 +www IN A 168.235.111.79 +ftp IN A 168.235.111.79 +gopher IN A 168.235.111.79 +download IN A 168.235.111.79 +tilde IN A 168.235.111.79 diff --git a/db.anton.tilde b/db.anton.tilde new file mode 100644 index 0000000..d88f062 --- /dev/null +++ b/db.anton.tilde @@ -0,0 +1,18 @@ +; +; BIND data file for anton.tilde +; +$TTL 604802 +@ IN SOA master.tilde. root.master.tilde. ( + 2020012101 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; + IN A 168.235.111.79 +; + IN NS ns1.master.tilde. + IN NS ns2.master.tilde. + +@ IN A 168.235.111.79 +www IN A 168.235.111.79 diff --git a/db.summit.tilde b/db.summit.tilde index 913eb01..38fbdf0 100644 --- a/db.summit.tilde +++ b/db.summit.tilde @@ -9,12 +9,11 @@ $TTL 604802 2419200 ; Expire 604800 ) ; Negative Cache TTL ; - IN A 107.206.239.11 + IN A 168.235.111.79 ; IN NS ns1.master.tilde. IN NS ns2.master.tilde. - IN NS ns5.master.tilde. -@ IN A 107.206.239.11 -ca IN A 107.206.239.11 -domain IN A 107.206.239.11 \ No newline at end of file +@ IN A 168.235.111.79 +ca IN A 168.235.111.79 +domain IN A 168.235.111.79 diff --git a/named.conf.local b/named.conf.local index 06752d9..27ad403 100644 --- a/named.conf.local +++ b/named.conf.local @@ -129,3 +129,9 @@ zone "club.tilde" { type master; file "/etc/bind/db.club.tilde"; }; +zone "anton.tilde" { + type master; + file"/etc/bind/db.anton.tilde"; +zone "a.tilde" { + type master; + file "/etc/bind/db.a.tilde"; From a876821554b986d6abd785c268110f36c3b132f9 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Wed, 22 Jan 2020 17:27:23 +0000 Subject: [PATCH 2/2] change a.tilde to am.tilde --- db.a.tilde => db.am.tilde | 2 +- named.conf.local | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename db.a.tilde => db.am.tilde (94%) diff --git a/db.a.tilde b/db.am.tilde similarity index 94% rename from db.a.tilde rename to db.am.tilde index a73e72f..697c177 100644 --- a/db.a.tilde +++ b/db.am.tilde @@ -1,5 +1,5 @@ ; -; BIND data file for a.tilde +; BIND data file for am.tilde ; $TTL 604802 @ IN SOA master.tilde. root.master.tilde. ( diff --git a/named.conf.local b/named.conf.local index 27ad403..d9a15aa 100644 --- a/named.conf.local +++ b/named.conf.local @@ -132,6 +132,6 @@ zone "club.tilde" { zone "anton.tilde" { type master; file"/etc/bind/db.anton.tilde"; -zone "a.tilde" { +zone "am.tilde" { type master; - file "/etc/bind/db.a.tilde"; + file "/etc/bind/db.am.tilde";