From 40ced1035ca96557691005f33b7947d8b4410a0f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 21 Jul 2020 15:21:03 -0400 Subject: re-add ipv6 now that it's working --- zones/db.ttm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zones/db.ttm.sh') diff --git a/zones/db.ttm.sh b/zones/db.ttm.sh index a82f708..5440e6b 100644 --- a/zones/db.ttm.sh +++ b/zones/db.ttm.sh @@ -1,7 +1,7 @@ $ORIGIN . $TTL 3600 ; 1 hour ttm.sh IN SOA ns1.tildeverse.net. root.ttm.sh. ( - 2020021908 ; serial + 2020072100 ; serial 86400 ; refresh (1 day) 7200 ; retry (2 hours) 3600000 ; expire (5 weeks 6 days 16 hours) @@ -26,3 +26,4 @@ ip4 A 167.114.7.65 ip6 AAAA 2607:5300:203:5fd5::7:65 ownercheck TXT "17ad81f6" ssh A 167.114.7.66 + AAAA 2607:5300:203:5fd5::7:66 -- cgit 1.4.1