diff options
| author | Paul Buetow <paul@buetow.org> | 2023-02-05 11:54:22 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-02-05 11:54:22 +0200 |
| commit | 5f75e3f3be5dbbddf61355d5888f1add7a2ae2ae (patch) | |
| tree | 6902009296be87309df0192ee1f7c7acc39fef02 | |
| parent | 68815cbb9d52ecfb3da5b89d57808ba4806c0498 (diff) | |
cleanup DNS zones
| -rw-r--r-- | frontends/Rexfile | 6 | ||||
| -rw-r--r-- | frontends/var/nsd/zones/master/foo.surf.zone.tpl | 17 | ||||
| -rw-r--r-- | frontends/var/nsd/zones/master/sidewalk.ninja.zone.tpl | 18 | ||||
| -rw-r--r-- | frontends/var/nsd/zones/master/snonux.de.zone.tpl | 18 | ||||
| -rw-r--r-- | frontends/var/nsd/zones/master/snonux.me.zone.tpl | 18 |
5 files changed, 1 insertions, 76 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index 4883283..fd2dce8 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -75,14 +75,10 @@ our $filewalk = sub { return @files; }; -sub hostname { - run 'hostname'; -} - # The secret store. Note to myself: "geheim cat rexfilesecrets.txt" our $secrets = sub { read_file './secrets/' . shift }; -our @dns_zones = qw/buetow.org dtail.dev foo.surf foo.zone irregular.ninja sidewalk.ninja snonux.de snonux.me snonux.land/; +our @dns_zones = qw/buetow.org dtail.dev foo.zone irregular.ninja snonux.land/; our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org footos.buetow.org znc.buetow.org dtail.dev foo.zone irregular.ninja snonux.land/; # UTILITY TASKS 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. |
