diff options
| author | Paul Buetow <paul@buetow.org> | 2022-03-05 11:20:14 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-03-05 11:20:14 +0000 |
| commit | eb3bb910cad6255a9b22b7e164b1e21a8dd02cfc (patch) | |
| tree | 00e9247a57b0102cd79a76be456b12f5c12e8623 /openbsd | |
| parent | 1cc8163fea6196258dcd53fddb4897fc25c1fb1e (diff) | |
add irregular zone
Diffstat (limited to 'openbsd')
| -rw-r--r-- | openbsd/frontends/var/nsd:blowfish/zones/master/irregular.ninja.zone | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/openbsd/frontends/var/nsd:blowfish/zones/master/irregular.ninja.zone b/openbsd/frontends/var/nsd:blowfish/zones/master/irregular.ninja.zone new file mode 100644 index 0000000..1bd851a --- /dev/null +++ b/openbsd/frontends/var/nsd:blowfish/zones/master/irregular.ninja.zone @@ -0,0 +1,18 @@ +$ORIGIN irregular.ninja. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + 2022011707 ; 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. |
