summaryrefslogtreecommitdiff
path: root/frontends/var/nsd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-09-04 11:06:01 +0300
committerPaul Buetow <paul@buetow.org>2022-09-04 11:06:01 +0300
commite8fd0500904788c5c3512078c4ed6b6edcaf30d5 (patch)
tree7f761c16b2d2ca00ac3943e4bac7c99c49ab384d /frontends/var/nsd
parent7bba3a17d3d7d4a4615641db3467e65a20943e34 (diff)
replacing twofish with fishfinger (OpenBSD.Amsterdam) VM
Diffstat (limited to 'frontends/var/nsd')
-rw-r--r--frontends/var/nsd/zones/master/buetow.org.zone.tpl25
-rw-r--r--frontends/var/nsd/zones/master/dtail.dev.zone.tpl4
-rw-r--r--frontends/var/nsd/zones/master/foo.surf.zone.tpl4
-rw-r--r--frontends/var/nsd/zones/master/foo.zone.zone.tpl6
-rw-r--r--frontends/var/nsd/zones/master/irregular.ninja.zone.tpl6
-rw-r--r--frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl6
-rw-r--r--frontends/var/nsd/zones/master/snonux.de.zone.tpl6
-rw-r--r--frontends/var/nsd/zones/master/snonux.land.zone.tpl6
-rw-r--r--frontends/var/nsd/zones/master/snonux.me.zone.tpl6
9 files changed, 29 insertions, 40 deletions
diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl
index 811cc8d..89ff90e 100644
--- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl
+++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl
@@ -7,18 +7,15 @@ $TTL 4h
7d ; expire
1h ) ; negative
IN NS blowfish.buetow.org.
- IN NS twofish.buetow.org.
IN NS fishfinger.buetow.org.
IN MX 10 blowfish.buetow.org.
- IN MX 20 twofish.buetow.org.
- IN MX 30 fishfinger.buetow.org.
+ IN MX 20 fishfinger.buetow.org.
86400 IN A 23.88.35.144
86400 IN AAAA 2a01:4f8:c17:20f1::42
* IN MX 10 blowfish.buetow.org.
-* IN MX 20 twofish.buetow.org.
-* IN MX 30 fishfinger.buetow.org.
+* IN MX 20 fishfinger.buetow.org.
* 86400 IN A 23.88.35.144
* 86400 IN AAAA 2a01:4f8:c17:20f1::42
@@ -29,21 +26,13 @@ paul 3600 IN CNAME blowfish
tmp 3600 IN CNAME blowfish
dory 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
-www.paul 3600 IN CNAME twofish
-www.tmp 3600 IN CNAME twofish
-www.dory 3600 IN CNAME twofish
-
fishfinger 86400 IN A 46.23.94.99
fishfinger 86400 IN AAAA 2a03:6000:6f67:624::99
-git3 3600 IN CNAME fishfinger
-ww3 3600 IN CNAME fishfinger
-ww3.paul 3600 IN CNAME fishfinger
-ww3.tmp 3600 IN CNAME fishfinger
-ww3.dory 3600 IN CNAME fishfinger
+git2 3600 IN CNAME fishfinger
+www 3600 IN CNAME fishfinger
+www.paul 3600 IN CNAME fishfinger
+www.tmp 3600 IN CNAME fishfinger
+www.dory 3600 IN CNAME fishfinger
vulcan 86400 IN A 95.216.174.192
vulcan 86400 IN AAAA 2a01:4f9:c010:250e::1
diff --git a/frontends/var/nsd/zones/master/dtail.dev.zone.tpl b/frontends/var/nsd/zones/master/dtail.dev.zone.tpl
index 72e531b..cc7bf66 100644
--- a/frontends/var/nsd/zones/master/dtail.dev.zone.tpl
+++ b/frontends/var/nsd/zones/master/dtail.dev.zone.tpl
@@ -7,11 +7,11 @@ $TTL 4h
7d ; expire
1h ) ; negative
IN NS blowfish.buetow.org.
- IN NS twofish.buetow.org.
+ IN NS fishfinger.buetow.org.
86400 IN A 23.88.35.144
86400 IN AAAA 2a01:4f8:c17:20f1::4
* 86400 IN CNAME blowfish.buetow.org.
-www 86400 IN CNAME twofish.buetow.org.
+www 86400 IN CNAME fishfinger.buetow.org.
github 86400 IN CNAME mimecast.github.io.
diff --git a/frontends/var/nsd/zones/master/foo.surf.zone.tpl b/frontends/var/nsd/zones/master/foo.surf.zone.tpl
index 54c3bce..c8539d6 100644
--- a/frontends/var/nsd/zones/master/foo.surf.zone.tpl
+++ b/frontends/var/nsd/zones/master/foo.surf.zone.tpl
@@ -7,10 +7,10 @@ $TTL 4h
7d ; expire
1h ) ; negative
IN NS blowfish.buetow.org.
- IN NS twofish.buetow.org.
+ IN NS fishfinger.buetow.org.
IN MX 20 blowfish.buetow.org.
- IN MX 10 twofish.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
diff --git a/frontends/var/nsd/zones/master/foo.zone.zone.tpl b/frontends/var/nsd/zones/master/foo.zone.zone.tpl
index 0974333..0e9c0c1 100644
--- a/frontends/var/nsd/zones/master/foo.zone.zone.tpl
+++ b/frontends/var/nsd/zones/master/foo.zone.zone.tpl
@@ -7,13 +7,13 @@ $TTL 4h
7d ; expire
1h ) ; negative
IN NS blowfish.buetow.org.
- IN NS twofish.buetow.org.
+ IN NS fishfinger.buetow.org.
IN MX 10 blowfish.buetow.org.
- IN MX 20 twofish.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 twofish.buetow.org.
+www 300 IN CNAME fishfinger.buetow.org.
codeberg 3600 IN CNAME snonux.codeberg.page.
diff --git a/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl b/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl
index 413d7ec..f75d922 100644
--- a/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl
+++ b/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl
@@ -7,12 +7,12 @@ $TTL 4h
7d ; expire
1h ) ; negative
IN NS blowfish.buetow.org.
- IN NS twofish.buetow.org.
+ IN NS fishfinger.buetow.org.
IN MX 10 blowfish.buetow.org.
- IN MX 20 twofish.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 twofish.buetow.org.
+www 86400 IN CNAME fishfinger.buetow.org.
diff --git a/frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl b/frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl
index 7b8b126..70644d8 100644
--- a/frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl
+++ b/frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl
@@ -7,12 +7,12 @@ $TTL 4h
7d ; expire
1h ) ; negative
IN NS blowfish.buetow.org.
- IN NS twofish.buetow.org.
+ IN NS fishfinger.buetow.org.
IN MX 10 blowfish.buetow.org.
- IN MX 20 twofish.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 twofish.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
index 04f08c1..2215b02 100644
--- a/frontends/var/nsd/zones/master/snonux.de.zone.tpl
+++ b/frontends/var/nsd/zones/master/snonux.de.zone.tpl
@@ -7,12 +7,12 @@ $TTL 4h
7d ; expire
1h ) ; negative
IN NS blowfish.buetow.org.
- IN NS twofish.buetow.org.
+ IN NS fishfinger.buetow.org.
IN MX 10 blowfish.buetow.org.
- IN MX 20 twofish.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 twofish.buetow.org.
+www 86400 IN CNAME fishfinger.buetow.org.
diff --git a/frontends/var/nsd/zones/master/snonux.land.zone.tpl b/frontends/var/nsd/zones/master/snonux.land.zone.tpl
index 845ca65..bac1b57 100644
--- a/frontends/var/nsd/zones/master/snonux.land.zone.tpl
+++ b/frontends/var/nsd/zones/master/snonux.land.zone.tpl
@@ -7,12 +7,12 @@ $TTL 4h
7d ; expire
1h ) ; negative
IN NS blowfish.buetow.org.
- IN NS twofish.buetow.org.
+ IN NS fishfinger.buetow.org.
IN MX 10 blowfish.buetow.org.
- IN MX 20 twofish.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 twofish.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
index 6d2bdad..6aced8e 100644
--- a/frontends/var/nsd/zones/master/snonux.me.zone.tpl
+++ b/frontends/var/nsd/zones/master/snonux.me.zone.tpl
@@ -7,12 +7,12 @@ $TTL 4h
7d ; expire
1h ) ; negative
IN NS blowfish.buetow.org.
- IN NS twofish.buetow.org.
+ IN NS fishfinger.buetow.org.
IN MX 10 blowfish.buetow.org.
- IN MX 20 twofish.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 twofish.buetow.org.
+www 86400 IN CNAME fishfinger.buetow.org.