diff options
| author | Paul Buetow <openbsd@mx.buetow.org> | 2022-01-17 20:46:15 +0100 |
|---|---|---|
| committer | Paul Buetow <openbsd@mx.buetow.org> | 2022-01-17 20:46:15 +0100 |
| commit | 370c503234a5941001a0b20d3b8f2c3b15a5689d (patch) | |
| tree | 44bbdf9d13c7f08cf0dc4075b2d8e12e3a7155bc /openbsd/frontends | |
| parent | 0c7504c0cec18f3b299f37e8087739ec75820d12 (diff) | |
add snonux.de zone
Diffstat (limited to 'openbsd/frontends')
| -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. + |
