diff options
| author | Paul Buetow <paul@buetow.org> | 2022-07-13 13:29:58 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-07-13 13:29:58 +0100 |
| commit | c14126bdb3cebec42e9e8216d360b724228df222 (patch) | |
| tree | d45bf7de86b51b42bf8e2ad3c9e1e17fbd89ecb3 /frontends/Rexfile | |
| parent | 0f841977cfa1f2b934f433ac4239e612b44e5dcf (diff) | |
small improvements for paul and tmp subdomains
Diffstat (limited to 'frontends/Rexfile')
| -rw-r--r-- | frontends/Rexfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index 5eeda02..bd7558d 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -77,7 +77,7 @@ our $filewalk = sub { 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 @acme_hosts = qw/paul.buetow.org buetow.org dtail.dev foo.zone irregular.ninja snonux.land/; +our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dtail.dev foo.zone irregular.ninja snonux.land/; # UTILITY TASKS |
