diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-03 01:28:22 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-03 01:28:22 +0200 |
| commit | c082455b945d8cf4204fca5d321a379ef74e455e (patch) | |
| tree | 41c0e7479fb29c768f1aeab1cc9d4ecaf5443aaf /frontends/var | |
| parent | c83e957402a0cfd800929b9ccfbe947f012f17d4 (diff) | |
add paul.cyou domain
Diffstat (limited to 'frontends/var')
| -rw-r--r-- | frontends/var/nsd/zones/master/paul.cyou.zone.tpl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/frontends/var/nsd/zones/master/paul.cyou.zone.tpl b/frontends/var/nsd/zones/master/paul.cyou.zone.tpl new file mode 100644 index 0000000..b8605e5 --- /dev/null +++ b/frontends/var/nsd/zones/master/paul.cyou.zone.tpl @@ -0,0 +1,18 @@ +$ORIGIN paul.cyou. +$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 fishfinger.buetow.org. + + IN MX 10 blowfish.buetow.org. + IN MX 20 fishfinger.buetow.org. + + 300 IN A 23.88.35.144 + 300 IN AAAA 2a01:4f8:c17:20f1::42 +* 300 IN CNAME blowfish.buetow.org. +www 300 IN CNAME fishfinger.buetow.org. |
