summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-08 20:34:46 +0300
committerPaul Buetow <paul@buetow.org>2023-04-08 20:34:46 +0300
commit9471ce38ef665f89940aeebe6681b751d71d3917 (patch)
tree7fea79a1c9678d5e403610a713bf8449c0ab7f25 /frontends/Rexfile
parent273dea02724c778c73bd1115cea578c178d568e0 (diff)
fix borg zone and ssh ports
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 1e8f254..5447079 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -14,10 +14,10 @@ use File::Slurp;
# REX CONFIG SECTION
-group frontends => 'blowfish.buetow.org', 'fishfinger.buetow.org';
-group dnsmaster => 'blowfish.buetow.org';
-group dnsslaves => 'fishfinger.buetow.org';
-our $ircbouncer_server = 'fishfinger.buetow.org';
+group frontends => 'blowfish.buetow.org:2', 'fishfinger.buetow.org:2';
+group dnsmaster => 'blowfish.buetow.org:2';
+group dnsslaves => 'fishfinger.buetow.org:2';
+our $ircbouncer_server = 'fishfinger.buetow.org:2';
group ircbouncer => $ircbouncer_server;
user 'rex';