diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-26 09:53:40 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-26 09:53:40 +0200 |
| commit | 65535c3ab5fd5a164bfdeeefd0232b9e627c143c (patch) | |
| tree | ad77b278fa76f9d2507ed242de8e9ea1da3e7fba /frontends | |
| parent | 1f71e37bc5bcb169534b6c16f4b3d78073a5a52e (diff) | |
odd bug workaround
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/Rexfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index f2aeb41..0020a3b 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -83,7 +83,7 @@ our @f3s_hosts = # push @f3s_hosts, 'registry.f3s.buetow.org'; our @acme_hosts = - qw/buetow.org git.buetow.org paul.buetow.org joern.buetow.org dory.buetow.org ecat.buetow.org blog.buetow.org fotos.buetow.org znc.buetow.org dtail.dev foo.zone stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo/; + qw/foo.zone dtail.dev buetow.org git.buetow.org paul.buetow.org joern.buetow.org dory.buetow.org ecat.buetow.org blog.buetow.org fotos.buetow.org znc.buetow.org stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo/; push @acme_hosts, @f3s_hosts; # UTILITY TASKS |
