summaryrefslogtreecommitdiff
path: root/openbsd/frontends
diff options
context:
space:
mode:
authorPaul Buetow <openbsd@mx.buetow.org>2022-01-17 20:45:01 +0100
committerPaul Buetow <openbsd@mx.buetow.org>2022-01-17 20:45:01 +0100
commit0c7504c0cec18f3b299f37e8087739ec75820d12 (patch)
tree48a084c1793106b8e3c06f4797f10b9913e807f5 /openbsd/frontends
parent14fb16706c6dfbaa95c4a2cdd694b4377bc73c8f (diff)
fix zone
Diffstat (limited to 'openbsd/frontends')
-rw-r--r--openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone15
1 files 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.