diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-03 01:28:22 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-03 01:28:22 +0200 |
| commit | c082455b945d8cf4204fca5d321a379ef74e455e (patch) | |
| tree | 41c0e7479fb29c768f1aeab1cc9d4ecaf5443aaf /frontends/Rexfile | |
| parent | c83e957402a0cfd800929b9ccfbe947f012f17d4 (diff) | |
add paul.cyou domain
Diffstat (limited to 'frontends/Rexfile')
| -rw-r--r-- | frontends/Rexfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index 4da083f..1e8f254 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -78,9 +78,9 @@ our $filewalk = sub { # 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.zone irregular.ninja snonux.land/; +our @dns_zones = qw/buetow.org dtail.dev foo.zone irregular.ninja snonux.land paul.cyou/; our @dns_zones_remove = qw/foo.surf snonux.de snonux.me sidewalk.ninja/; -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/; +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 paul.cyou/; # UTILITY TASKS |
