diff options
| author | Paul Buetow <openbsd@mx.buetow.org> | 2022-01-17 22:53:09 +0100 |
|---|---|---|
| committer | Paul Buetow <openbsd@mx.buetow.org> | 2022-01-17 22:53:09 +0100 |
| commit | ffd9ef4db83e6b3617cce45670f11ed90b6d865c (patch) | |
| tree | 1130dddc20979d5690bebdd17b07a13f154adde8 | |
| parent | 370c503234a5941001a0b20d3b8f2c3b15a5689d (diff) | |
update zones
| -rw-r--r-- | openbsd/frontends/var/nsd.blowfish/zones/master/buetow.org.zone | 37 | ||||
| -rw-r--r-- | openbsd/frontends/var/nsd.blowfish/zones/master/dtail.dev.zone | 16 |
2 files changed, 53 insertions, 0 deletions
diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/buetow.org.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/buetow.org.zone new file mode 100644 index 0000000..efbf5b5 --- /dev/null +++ b/openbsd/frontends/var/nsd.blowfish/zones/master/buetow.org.zone @@ -0,0 +1,37 @@ +$ORIGIN buetow.org. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + 2022011713 ; 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 + +* 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 + +blowfish 86400 IN A 23.88.35.144 +blowfish 86400 IN AAAA 2a01:4f8:c17:20f1::42 +git1 3600 IN CNAME blowfish + +twofish 86400 IN A 108.160.134.135 +twofish 86400 IN AAAA 2401:c080:1000:45af:5400:3ff:fec6:ca1d +git2 3600 IN CNAME twofish +www 3600 IN CNAME twofish + +vulcan 86400 IN A 95.216.174.192 +vulcan 86400 IN AAAA 2a01:4f9:c010:250e::1 +vu 86400 IN CNAME vulcan +wolke7 3600 IN CNAME vulcan + +sofia 86400 IN CNAME 79-100-3-54.ip.btc-net.bg. +www2 3600 IN CNAME snonux.codeberg.page. diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/dtail.dev.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/dtail.dev.zone new file mode 100644 index 0000000..09018a4 --- /dev/null +++ b/openbsd/frontends/var/nsd.blowfish/zones/master/dtail.dev.zone @@ -0,0 +1,16 @@ +$ORIGIN dtail.dev. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + 2022011708 ; serial + 1h ; refresh + 30m ; retry + 7d ; expire + 1h ) ; negative + IN NS blowfish.buetow.org. + IN NS twofish.buetow.org. + + 86400 IN A 23.88.35.144 + 86400 IN AAAA 2a01:4f8:c17:20f1::4 +* 86400 IN CNAME blowfish.buetow.org. +github 86400 IN CNAME mimecast.github.io. + |
