summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-08-13 14:59:32 +0300
committerPaul Buetow <paul@buetow.org>2023-08-13 14:59:32 +0300
commit56d6db646e956fc1ec3109db38e74dfcd711a7b2 (patch)
tree68767ad0204d719dfa460c28e6d50652094fc158 /frontends/Rexfile
parent28ff43709bd5aff584024db114ad5e0deae40e88 (diff)
add tmp.foo.zone as an alias for tmp.buetow.org
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 8919a8c..3f38ed5 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -60,7 +60,7 @@ our $secrets = sub { read_file './secrets/' . shift };
our @dns_zones = qw/buetow.org dtail.dev foo.zone irregular.ninja snonux.land snonux.foo paul.cyou/;
our @dns_zones_remove = qw//;
-our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org fotos.buetow.org footos.buetow.org znc.buetow.org dtail.dev foo.zone irregular.ninja snonux.land paul.cyou snonux.foo/;
+our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org fotos.buetow.org footos.buetow.org znc.buetow.org dtail.dev foo.zone tmp.foo.zone irregular.ninja snonux.land paul.cyou snonux.foo/;
# UTILITY TASKS