summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
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/Rexfile
parent68815cbb9d52ecfb3da5b89d57808ba4806c0498 (diff)
cleanup DNS zones
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile6
1 files changed, 1 insertions, 5 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