diff options
| -rw-r--r-- | openbsd/frontends/var/nsd.blowfish/zones/master/snonux.de.zone | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.de.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.de.zone new file mode 100644 index 0000000..1696623 --- /dev/null +++ b/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.de.zone @@ -0,0 +1,21 @@ +$ORIGIN snonux.de. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + 2022011706 ; serial + 1h ; refresh + 30m ; retry + 7d ; expire + 1h ) ; negative + IN NS blowfish.buetow.org. + IN NS twofish.buetow.org. + + 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. + |
