From f564c2a24b43ba25b9739ff895f3d7898180604b Mon Sep 17 00:00:00 2001 From: best Date: Wed, 21 Aug 2019 16:48:06 -0400 Subject: [PATCH 01/19] Host ~best nameservers at ~verse --- db.tilde.best | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 db.tilde.best diff --git a/db.tilde.best b/db.tilde.best new file mode 100644 index 00000000..f6489f9d --- /dev/null +++ b/db.tilde.best @@ -0,0 +1,24 @@ +; +; BIND data file for aussie.tilde +; + +;; SOA Record +tilde.best. 3600 IN SOA tilde.best. root.tilde.best. 2031808184 7200 3600 86400 3600 + + IN NS ns1.tildeverse.org. + IN NS ns2.tildeverse.org. + +;; A Records +tilde.best. 120 IN A 51.15.111.54 + +;; CNAME Records +*.tilde.best. 120 IN CNAME tilde.best. + +;; MX Records +mail.tilde.best. 120 IN MX 1 51.15.111.54. +tilde.best. 120 IN MX 1 51.15.111.54. + +;; TXT Records +201908._domainkey.tilde.best. 120 IN TXT "v=DKIM1; h=SHA256; k=rsa; s=email; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu92Ss9MT10STEs7WzQnfgSwFycUkDERVA/jnTsOxpjosnCDKMw3vNBoENz2ETRp8YxZY1xq1HNxodN44QSJAqebWkinbIZ6o7CV5q9FzjWQ8Y6VsXs1inn/5VUQRVL+hoPJlHxOsI69A0uUyDzYFKLW60+UjIwXfiaucG3D9its/JxiHZS+1/wBxq7kHAnFsqahu9OeZnx6DFz" +_acme-challange.tilde.best. 120 IN TXT "XPXg-8P9c2JNT7566xCXwBoYJmiIdmR-aGbkFxMtcW0" +tilde.best. 120 IN TXT "v=spf1 mx -all" From 61b4f75d08cc7b92b04ef8014988c814d6ac4135 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Thu, 22 Aug 2019 07:29:38 -0400 Subject: [PATCH 02/19] adding tilde.best to local zone file --- named.conf.local | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/named.conf.local b/named.conf.local index 287d7352..e8275064 100644 --- a/named.conf.local +++ b/named.conf.local @@ -116,3 +116,8 @@ zone "best.tilde" { type master; file "/etc/bind/db.best.tilde"; }; + +zone "tilde.best" { + type master; + file "/etc/bind/db.tilde.best"; +}; From 67271c4dc8cffc10f6d5fdf002a7f72b5ca23622 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 22 Aug 2019 12:40:25 +0000 Subject: [PATCH 03/19] Taking over the ca.tilde zone, project incoming --- db.ca.tilde | 4 ++-- named.conf.local | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/db.ca.tilde b/db.ca.tilde index dfcbe5f5..2bff86b5 100644 --- a/db.ca.tilde +++ b/db.ca.tilde @@ -9,10 +9,10 @@ $TTL 604802 2419200 ; Expire 604800 ) ; Negative Cache TTL ; - IN A 142.44.189.34 + IN A 213.239.234.117 ; IN NS ns1.master.tilde. IN NS ns2.master.tilde. IN NS ns5.master.tilde. -@ IN A 142.44.189.34 \ No newline at end of file +@ IN A 213.239.234.117 diff --git a/named.conf.local b/named.conf.local index e8275064..e42ded9d 100644 --- a/named.conf.local +++ b/named.conf.local @@ -121,3 +121,8 @@ zone "tilde.best" { type master; file "/etc/bind/db.tilde.best"; }; + +zone "ca.tilde" { + type master; + file "/etc/bind/db.ca.tilde"; +}; From 10297288ea07066a7de056e8d0a87891d4dbe39c Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 22 Aug 2019 14:49:02 +0000 Subject: [PATCH 04/19] Updating db.master.tilde for new ns1 --- db.master.tilde | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/db.master.tilde b/db.master.tilde index 681644c8..58fb94f0 100644 --- a/db.master.tilde +++ b/db.master.tilde @@ -3,7 +3,7 @@ ; $TTL 604802 @ IN SOA master.tilde. root.master.tilde. ( - 2019041001 ; Serial + 2019082201 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire @@ -13,9 +13,7 @@ $TTL 604802 IN NS ns1.master.tilde. IN NS ns2.master.tilde. -@ IN A 139.59.215.24 -@ IN AAAA 2a03:b0c0:3:d0::d91:5001 -ns1 IN A 139.59.215.24 -ns1 IN AAAA 2a03:b0c0:3:d0::d91:5001 +@ IN A 213.239.234.117 +ns1 IN A 213.239.234.117 ns2 IN A 149.56.184.112 -ns2 IN AAAA 2607:5300:60:67b0:0:0:0:11 \ No newline at end of file +ns2 IN AAAA 2607:5300:60:67b0:0:0:0:11 From e7f940b51d4676f6ccacaa8c1d917bad30eda87f Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 22 Aug 2019 15:44:20 +0000 Subject: [PATCH 05/19] Fixing name servers for tilde.best --- db.tilde.best | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.tilde.best b/db.tilde.best index f6489f9d..d64a1ee8 100644 --- a/db.tilde.best +++ b/db.tilde.best @@ -5,8 +5,8 @@ ;; SOA Record tilde.best. 3600 IN SOA tilde.best. root.tilde.best. 2031808184 7200 3600 86400 3600 - IN NS ns1.tildeverse.org. - IN NS ns2.tildeverse.org. + IN NS ns1.tildenic.org. + IN NS ns2.tildenic.org. ;; A Records tilde.best. 120 IN A 51.15.111.54 From 32917ba712726d698c1e0b7e8270826a197ad2bc Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 22 Aug 2019 16:48:03 +0000 Subject: [PATCH 06/19] Ok, one more try with tilde.best --- db.tilde.best | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.tilde.best b/db.tilde.best index d64a1ee8..7074b9c5 100644 --- a/db.tilde.best +++ b/db.tilde.best @@ -3,13 +3,13 @@ ; ;; SOA Record -tilde.best. 3600 IN SOA tilde.best. root.tilde.best. 2031808184 7200 3600 86400 3600 +tilde.best. 3600 IN SOA ns1.tildenic.org. root.tilde.best. 2031808184 7200 3600 86400 3600 IN NS ns1.tildenic.org. IN NS ns2.tildenic.org. ;; A Records -tilde.best. 120 IN A 51.15.111.54 +@ 120 IN A 51.15.111.54 ;; CNAME Records *.tilde.best. 120 IN CNAME tilde.best. From 2b105d6dfbc639f6c844a853f248917903067745 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 23 Aug 2019 00:55:58 +0000 Subject: [PATCH 07/19] Trying one more again with best.tilde --- db.tilde.best | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/db.tilde.best b/db.tilde.best index 7074b9c5..3c21b597 100644 --- a/db.tilde.best +++ b/db.tilde.best @@ -1,24 +1,28 @@ ; -; BIND data file for aussie.tilde +; BIND data file for domain.tilde ; +$TTL 604802 +@ IN SOA ns1.tildenic.org. root.tilde.best. ( + 2019082203 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; + IN A 51.15.111.54 +; + IN NS ns1.tildenic.org. + IN NS ns2.tildenic.org. -;; SOA Record -tilde.best. 3600 IN SOA ns1.tildenic.org. root.tilde.best. 2031808184 7200 3600 86400 3600 - - IN NS ns1.tildenic.org. - IN NS ns2.tildenic.org. - -;; A Records -@ 120 IN A 51.15.111.54 - -;; CNAME Records -*.tilde.best. 120 IN CNAME tilde.best. +@ IN A 51.15.111.54 +* IN CNAME tilde.best. ;; MX Records -mail.tilde.best. 120 IN MX 1 51.15.111.54. -tilde.best. 120 IN MX 1 51.15.111.54. - +mail IN MX 1 51.15.111.54 +tilde IN MX 1 51.15.111.54 ;; TXT Records -201908._domainkey.tilde.best. 120 IN TXT "v=DKIM1; h=SHA256; k=rsa; s=email; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu92Ss9MT10STEs7WzQnfgSwFycUkDERVA/jnTsOxpjosnCDKMw3vNBoENz2ETRp8YxZY1xq1HNxodN44QSJAqebWkinbIZ6o7CV5q9FzjWQ8Y6VsXs1inn/5VUQRVL+hoPJlHxOsI69A0uUyDzYFKLW60+UjIwXfiaucG3D9its/JxiHZS+1/wBxq7kHAnFsqahu9OeZnx6DFz" -_acme-challange.tilde.best. 120 IN TXT "XPXg-8P9c2JNT7566xCXwBoYJmiIdmR-aGbkFxMtcW0" -tilde.best. 120 IN TXT "v=spf1 mx -all" +201908._domainkey IN TXT "v=DKIM1; h=SHA256; k=rsa; s=email; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu92Ss9MT10STEs7WzQnfgSwFycUkDERVA/jnTsOxpjosnCDKMw3vNBoENz2ETRp8YxZY1xq1HNxodN44QSJAqebWkinbIZ6o7CV5q9FzjWQ8Y6VsXs1inn/5VUQRVL+hoPJlHxOsI69A0uUyDzYFKLW60+UjIwXfiaucG3D9its/JxiHZS+1/wBxq7kHAnFsqahu9OeZnx6DFz" +_acme-challange IN TXT "XPXg-8P9c2JNT7566xCXwBoYJmiIdmR-aGbkFxMtcW0" +tilde IN TXT "v=spf1 mx -all" + + From f358985aff9e0739648386404186ac886849fcb1 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 23 Aug 2019 01:13:35 +0000 Subject: [PATCH 08/19] Prepping to host thunix records --- db.thunix.net | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 55 insertions(+) create mode 100644 db.thunix.net diff --git a/db.thunix.net b/db.thunix.net new file mode 100644 index 00000000..c1326630 --- /dev/null +++ b/db.thunix.net @@ -0,0 +1,50 @@ +;; +;; Domain: thunix.net. +;; Exported: 2019-08-23 01:08:55 +;; +;; This file is intended for use for informational and archival +;; purposes ONLY and MUST be edited before use on a production +;; DNS server. In particular, you must: +;; -- update the SOA record with the correct authoritative name server +;; -- update the SOA record with the contact e-mail address information +;; -- update the NS record(s) with the authoritative name servers for this domain. +;; +;; For further information, please consult the BIND documentation +;; located on the following website: +;; +;; http://www.isc.org/ +;; +;; And RFC 1035: +;; +;; http://www.ietf.org/rfc/rfc1035.txt +;; +;; Please note that we do NOT offer technical support for any use +;; of this zone data, the BIND name server, or any other third-party +;; DNS software. +;; +;; Use at your own risk. + +;; SOA Record +thunix.net. 3600 IN SOA thunix.net. root.thunix.net. 2031818913 7200 3600 86400 3600 + + + IN NS ns1.tildenic.org + IN NS ns1.tildenic.org + +;; A Records +thunix.net. 1 IN A 213.239.234.117 + +;; CAA Records +thunix.net. 1 IN CAA 0 issue "letsencrypt.org" + +;; CNAME Records +*.thunix.net. 1 IN CNAME thunix.net. + +;; MX Records +thunix.net. 1 IN MX 10 thunix.net. + +;; TXT Records +_dmarc.thunix.net. 120 IN TXT "v=DMARC1; p=quarantine; rua=mailto:postmaster@thunix.net; ruf=mailto:postmaster@thunix.net; fo=1" +mail._domainkey.thunix.net. 120 IN TXT "v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoA7QqoXYAtEuI1aDFEnAwt4oIut6v3wt0TzEq7b0JHItGNbPZlzeHgnu7uMAbf/CyG2OQs7qotctIQ18ycw4NcqK/ChkSLnkawdO1K1NMiLvK3/6D/QgH37wZSrGANgnStaGZDeybWMrUGYy2YOQ9AXihvCqMohoJq72/gAx/Swo8Pr40NGr1siiR9JSoyi/o9vO8AKQsLW6YmXGbYRmUx1gG5SlNdMl+cpsVIq20qqtzNkbbQ/QcqUvk6hqq2zreu9NTkZyvAMuAgZsTvcXuGDzKQsn9iF1JRCZ0o9qz4aEJgrb/7Dal/Il1fRbS57/oq6Wbq4Bwq0ylwQPIZcqowIDAQAB" +thunix.net. 1 IN TXT "google-site-verification=TvM66prBA4c4LJDQ5Wy_1Oac0Oeiiw9Rd0hWnxPptoA" +thunix.net. 1 IN TXT "v=spf1 mx -all" diff --git a/named.conf.local b/named.conf.local index e42ded9d..2a9191b0 100644 --- a/named.conf.local +++ b/named.conf.local @@ -126,3 +126,8 @@ zone "ca.tilde" { type master; file "/etc/bind/db.ca.tilde"; }; + +zone "thunix.net" { + type master; + file "/etc/bind/db.thunix.net"; +}; From d0c9a7b2d24c91bbd1fcf80da9c331974843f70c Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Mon, 26 Aug 2019 12:07:27 +0000 Subject: [PATCH 09/19] Removing ICANN domains, as they seem to cause... issues --- named.conf.local | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/named.conf.local b/named.conf.local index 2a9191b0..a2a25543 100644 --- a/named.conf.local +++ b/named.conf.local @@ -117,17 +117,7 @@ zone "best.tilde" { file "/etc/bind/db.best.tilde"; }; -zone "tilde.best" { - type master; - file "/etc/bind/db.tilde.best"; -}; - zone "ca.tilde" { type master; file "/etc/bind/db.ca.tilde"; }; - -zone "thunix.net" { - type master; - file "/etc/bind/db.thunix.net"; -}; From 0eb50f0944a6924bfef8feae72edb5724c477b20 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 5 Sep 2019 20:17:46 +0000 Subject: [PATCH 10/19] Updating thunix.tilde to point at tildenet addr --- db.thunix.tilde | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/db.thunix.tilde b/db.thunix.tilde index e69de29b..97ac7855 100644 --- a/db.thunix.tilde +++ b/db.thunix.tilde @@ -0,0 +1,19 @@ +; +; BIND data file for thunix.tilde +; +$TTL 604802 +@ IN SOA thunix.tilde. root.thunix.tilde. ( + 2019090501 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL + IN A 10.0.0.5 +; + + IN NS ns1.master.tilde. + IN NS ns2.master.tilde. + IN NS ns5.master.tilde. + +@ IN A 10.0.0.5 +@ IN MX 10 10.0.0.5 From db1f6506b412d7bc005552a7cf5173d43fe05a0e Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 5 Sep 2019 20:18:49 +0000 Subject: [PATCH 11/19] Updaed named.conf.local --- named.conf.local | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/named.conf.local b/named.conf.local index a2a25543..b3166297 100644 --- a/named.conf.local +++ b/named.conf.local @@ -42,14 +42,8 @@ zone "town.tilde" { }; zone "thunix.tilde" IN { - type stub; + type master; file "/etc/bind/db.thunix.tilde"; - masters { - 50.23.197.94; - 208.43.71.243; - 69.197.18.162; - 70.39.97.253; - }; }; zone "institute.tilde" { From 13682f89ddb243c47911284683b674fe8aa30836 Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Thu, 5 Sep 2019 17:18:13 -0400 Subject: [PATCH 12/19] Information for windows.tilde --- db.windows.tilde | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 db.windows.tilde diff --git a/db.windows.tilde b/db.windows.tilde new file mode 100644 index 00000000..02ebac0c --- /dev/null +++ b/db.windows.tilde @@ -0,0 +1,19 @@ + ; + ; BIND data file for best.tilde + ; + $TTL 604802 + @ IN SOA windows.tilde. root.windows.tilde. ( + 2019012303 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL + ; + IN A 147.194.15.196 + ; + 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 \ No newline at end of file From 267278e1054b616b6db545acd36dff2bf0eda802 Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Thu, 5 Sep 2019 17:20:27 -0400 Subject: [PATCH 13/19] Added information for windows.tilde --- named.conf.local | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/named.conf.local b/named.conf.local index b3166297..9b3e0520 100644 --- a/named.conf.local +++ b/named.conf.local @@ -115,3 +115,8 @@ zone "ca.tilde" { type master; file "/etc/bind/db.ca.tilde"; }; + +zone "windows.tilde" { + type master; + file "/etc/bind/db.windows.tilde"; +}; From 29e49b6a5327bf1e8958f834be3f7db16dc52474 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 5 Sep 2019 21:24:04 +0000 Subject: [PATCH 14/19] Just some cleanup --- db.windows.tilde | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db.windows.tilde b/db.windows.tilde index 02ebac0c..a1b6cf08 100644 --- a/db.windows.tilde +++ b/db.windows.tilde @@ -1,9 +1,9 @@ ; - ; BIND data file for best.tilde + ; BIND data file for windows.tilde ; $TTL 604802 @ IN SOA windows.tilde. root.windows.tilde. ( - 2019012303 ; Serial + 2019090501 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire @@ -16,4 +16,4 @@ IN NS ns5.master.tilde. @ IN A 147.194.15.196 - * IN A 147.194.15.196 \ No newline at end of file + * IN A 147.194.15.196 From 22d7affd0e60114f7adf2febfc6360c30b045aa9 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 5 Sep 2019 21:28:38 +0000 Subject: [PATCH 15/19] Fixing whitespace --- db.windows.tilde | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/db.windows.tilde b/db.windows.tilde index a1b6cf08..6b231521 100644 --- a/db.windows.tilde +++ b/db.windows.tilde @@ -1,8 +1,8 @@ - ; - ; BIND data file for windows.tilde - ; - $TTL 604802 - @ IN SOA windows.tilde. root.windows.tilde. ( +; +; BIND data file for windows.tilde +; +$TTL 604802 +@ IN SOA windows.tilde. root.windows.tilde. ( 2019090501 ; Serial 604800 ; Refresh 86400 ; Retry @@ -11,9 +11,9 @@ ; IN A 147.194.15.196 ; - IN NS ns1.master.tilde. - IN NS ns2.master.tilde. - IN NS ns5.master.tilde. +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.15.196 +* IN A 147.194.15.196 From a2e0c9716cc02317d004fda85e569d0c2372062c Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 5 Sep 2019 22:34:23 +0000 Subject: [PATCH 16/19] Trying something else --- named.conf.local | 1 + 1 file changed, 1 insertion(+) diff --git a/named.conf.local b/named.conf.local index 9b3e0520..b88badab 100644 --- a/named.conf.local +++ b/named.conf.local @@ -120,3 +120,4 @@ zone "windows.tilde" { type master; file "/etc/bind/db.windows.tilde"; }; + From b37a6b2a389661c23130a12983971f96ca163d48 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 5 Sep 2019 22:44:39 +0000 Subject: [PATCH 17/19] Fixing some zones --- db.thunix.tilde | 2 +- db.windows.tilde | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/db.thunix.tilde b/db.thunix.tilde index 97ac7855..0df1dc28 100644 --- a/db.thunix.tilde +++ b/db.thunix.tilde @@ -16,4 +16,4 @@ $TTL 604802 IN NS ns5.master.tilde. @ IN A 10.0.0.5 -@ IN MX 10 10.0.0.5 +@ IN MX 10 thunix.tilde. diff --git a/db.windows.tilde b/db.windows.tilde index 6b231521..d404a850 100644 --- a/db.windows.tilde +++ b/db.windows.tilde @@ -1,19 +1,19 @@ ; -; BIND data file for windows.tilde +; BIND data file for thunix.tilde ; $TTL 604802 @ IN SOA windows.tilde. root.windows.tilde. ( - 2019090501 ; Serial - 604800 ; Refresh - 86400 ; Retry - 2419200 ; Expire - 604800 ) ; Negative Cache TTL - ; - IN A 147.194.15.196 - ; -IN NS ns1.master.tilde. -IN NS ns2.master.tilde. -IN NS ns5.master.tilde. + 2019090501 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL + IN A 147.194.15.196 +; -@ IN A 147.194.15.196 -* IN A 147.194.15.196 + 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 From ba7c3957538a0c383eb55633fb4da794f97dfb9e Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 5 Sep 2019 23:00:27 +0000 Subject: [PATCH 18/19] CLeaning up ns5 hanging chad with a cname --- db.master.tilde | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db.master.tilde b/db.master.tilde index 58fb94f0..de6689f5 100644 --- a/db.master.tilde +++ b/db.master.tilde @@ -17,3 +17,5 @@ $TTL 604802 ns1 IN A 213.239.234.117 ns2 IN A 149.56.184.112 ns2 IN AAAA 2607:5300:60:67b0:0:0:0:11 +ns5 IN CNAME ns1.master.tilde. +ns5 IN CNAME ns2.master.tilde. From 6adba0274fe94b15fd75c7c26172900a0b757843 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 8 Sep 2019 20:17:41 +0000 Subject: [PATCH 19/19] Updating thunix.tilde --- db.thunix.tilde | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/db.thunix.tilde b/db.thunix.tilde index 0df1dc28..ea76a76a 100644 --- a/db.thunix.tilde +++ b/db.thunix.tilde @@ -3,7 +3,7 @@ ; $TTL 604802 @ IN SOA thunix.tilde. root.thunix.tilde. ( - 2019090501 ; Serial + 2019090801 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire @@ -15,5 +15,6 @@ $TTL 604802 IN NS ns2.master.tilde. IN NS ns5.master.tilde. -@ IN A 10.0.0.5 -@ IN MX 10 thunix.tilde. +@ IN A 10.0.0.5 +@ IN MX 10 thunix.tilde. +* IN A 10.0.0.5