From 0c7504c0cec18f3b299f37e8087739ec75820d12 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 17 Jan 2022 20:45:01 +0100 Subject: fix zone --- .../var/nsd.blowfish/zones/master/snonux.me.zone | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone index f20f414..9c8e320 100644 --- a/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone +++ b/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone @@ -1,7 +1,7 @@ $ORIGIN snonux.me. $TTL 4h @ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( - 2022011701 ; serial + 2022011706 ; serial 1h ; refresh 30m ; retry 7d ; expire @@ -9,8 +9,13 @@ $TTL 4h IN NS blowfish.buetow.org. IN NS twofish.buetow.org. - 86400 IN ALIAS blowfish.buetow.org. -* 86400 IN ALIAS blowfish.buetow.org. -www 86400 IN ALIAS twofish.buetow.org. -www2 86400 IN ALIAS snonux.codeberg.page. + IN MX 10 buetow.org. + IN MX 20 www.buetow.org. + + + 86400 IN A 23.88.35.144 + 86400 IN AAAA 2a01:4f8:c17:20f1::42 +* 86400 IN CNAME blowfish.buetow.org. +www 86400 IN CNAME twofish.buetow.org. +www2 86400 IN CNAME snonux.codeberg.page. -- cgit v1.2.3