From b58510f4f60ddd3961ca5a64c7c46897808c1123 Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Sat, 21 Sep 2019 02:08:49 -0400 Subject: [PATCH 1/3] Revised IP address --- db.windows.tilde | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/db.windows.tilde b/db.windows.tilde index d404a85..ac9e859 100644 --- a/db.windows.tilde +++ b/db.windows.tilde @@ -1,5 +1,5 @@ ; -; BIND data file for thunix.tilde +; BIND data file for windows.tilde ; $TTL 604802 @ IN SOA windows.tilde. root.windows.tilde. ( @@ -8,12 +8,12 @@ $TTL 604802 86400 ; Retry 2419200 ; Expire 604800 ) ; Negative Cache TTL - IN A 147.194.15.196 + IN A 147.194.7.88 ; IN NS ns1.master.tilde. IN NS ns2.master.tilde. IN NS ns5.master.tilde. -@ IN A 147.194.15.196 -* IN A 147.194.15.196 +@ IN A 147.194.7.88 +* IN A 147.194.7.88 From d18fc509281a1e8b28f005f79e9024073e637e95 Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Sat, 21 Sep 2019 11:12:30 -0400 Subject: [PATCH 2/3] Switched over to a CNAME record --- db.windows.tilde | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db.windows.tilde b/db.windows.tilde index ac9e859..d1b4bb2 100644 --- a/db.windows.tilde +++ b/db.windows.tilde @@ -8,12 +8,12 @@ $TTL 604802 86400 ; Retry 2419200 ; Expire 604800 ) ; Negative Cache TTL - IN A 147.194.7.88 + IN CNAME techshell.l5.ca ; IN NS ns1.master.tilde. IN NS ns2.master.tilde. IN NS ns5.master.tilde. -@ IN A 147.194.7.88 -* IN A 147.194.7.88 +@ IN CNAME techshell.l5.ca +* IN CNAME techshell.l5.ca From ccac551ae26c328dfc46f8710d6d17087d1f317b Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Sat, 21 Sep 2019 13:48:40 -0400 Subject: [PATCH 3/3] Fixed cname entries --- db.windows.tilde | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db.windows.tilde b/db.windows.tilde index d1b4bb2..68d95e7 100644 --- a/db.windows.tilde +++ b/db.windows.tilde @@ -8,12 +8,12 @@ $TTL 604802 86400 ; Retry 2419200 ; Expire 604800 ) ; Negative Cache TTL - IN CNAME techshell.l5.ca + IN CNAME techshell.l5.ca. ; IN NS ns1.master.tilde. IN NS ns2.master.tilde. IN NS ns5.master.tilde. -@ IN CNAME techshell.l5.ca -* IN CNAME techshell.l5.ca +@ IN CNAME techshell.l5.ca. +* IN CNAME techshell.l5.ca. \ No newline at end of file