summaryrefslogtreecommitdiff
path: root/frontends/var
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-02-05 11:54:22 +0200
committerPaul Buetow <paul@buetow.org>2023-02-05 11:54:22 +0200
commit5f75e3f3be5dbbddf61355d5888f1add7a2ae2ae (patch)
tree6902009296be87309df0192ee1f7c7acc39fef02 /frontends/var
parent68815cbb9d52ecfb3da5b89d57808ba4806c0498 (diff)
cleanup DNS zones
Diffstat (limited to 'frontends/var')
-rw-r--r--frontends/var/nsd/zones/master/foo.surf.zone.tpl17
-rw-r--r--frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl18
-rw-r--r--frontends/var/nsd/zones/master/snonux.de.zone.tpl18
-rw-r--r--frontends/var/nsd/zones/master/snonux.me.zone.tpl18
4 files changed, 0 insertions, 71 deletions
diff --git a/frontends/var/nsd/zones/master/foo.surf.zone.tpl b/frontends/var/nsd/zones/master/foo.surf.zone.tpl
deleted file mode 100644
index c8539d6..0000000
--- a/frontends/var/nsd/zones/master/foo.surf.zone.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-$ORIGIN foo.surf.
-$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 20 blowfish.buetow.org.
- IN MX 10 fishfinger.buetow.org.
-
- 86400 IN A 108.160.134.135
- 86400 IN AAAA 2401:c080:1000:45af:5400:3ff:fec6:ca1d
-www 86400 IN CNAME blowfish.buetow.org.
diff --git a/frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl b/frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl
deleted file mode 100644
index 70644d8..0000000
--- a/frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-$ORIGIN sidewalk.ninja.
-$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.
-
- 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 fishfinger.buetow.org.
diff --git a/frontends/var/nsd/zones/master/snonux.de.zone.tpl b/frontends/var/nsd/zones/master/snonux.de.zone.tpl
deleted file mode 100644
index 2215b02..0000000
--- a/frontends/var/nsd/zones/master/snonux.de.zone.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-$ORIGIN snonux.de.
-$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.
-
- 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 fishfinger.buetow.org.
diff --git a/frontends/var/nsd/zones/master/snonux.me.zone.tpl b/frontends/var/nsd/zones/master/snonux.me.zone.tpl
deleted file mode 100644
index 6aced8e..0000000
--- a/frontends/var/nsd/zones/master/snonux.me.zone.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-$ORIGIN snonux.me.
-$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.
-
- 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 fishfinger.buetow.org.