diff options
| author | Paul Buetow <paul@buetow.org> | 2022-07-07 21:50:03 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-07-07 21:50:03 +0300 |
| commit | fe191f5a496d69b34ee643e7aa1b51b8b5e12055 (patch) | |
| tree | 1604276a701a899dfc7455312a080c67954b85ec /frontends/var | |
| parent | 4b94c6119d71deea91496eb5eaf2834b6288d451 (diff) | |
iadd snonux.land zone to nsd
Diffstat (limited to 'frontends/var')
| -rw-r--r-- | frontends/var/nsd/zones/master/snonux.land.zone.tpl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/frontends/var/nsd/zones/master/snonux.land.zone.tpl b/frontends/var/nsd/zones/master/snonux.land.zone.tpl new file mode 100644 index 0000000..6b860c1 --- /dev/null +++ b/frontends/var/nsd/zones/master/snonux.land.zone.tpl @@ -0,0 +1,18 @@ +$ORIGIN snonux.land. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + <%= time() %> ; 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. |
