summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-08 23:26:49 +0300
committerPaul Buetow <paul@buetow.org>2026-06-08 23:26:49 +0300
commit61315b40a35c1ebe54619194507ab00657b91a57 (patch)
treec71f8ac5e37863c3491d55fe50810d7e83170bba /frontends/Rexfile
parent30b6b5584dddce6adc4469584287558c8a3571a9 (diff)
Add rocky WireGuard IP to hosts append and Rexfile wg0_ips
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 2510dd0..9327402 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -108,6 +108,7 @@ our %wg0_ips = (
'r0' => { '4' => '192.168.2.120', '6' => 'fd42:beef:cafe:2::120' },
'r1' => { '4' => '192.168.2.121', '6' => 'fd42:beef:cafe:2::121' },
'r2' => { '4' => '192.168.2.122', '6' => 'fd42:beef:cafe:2::122' },
+ 'rocky' => { '4' => '192.168.2.123', '6' => 'fd42:beef:cafe:2::123' },
'pi0' => { '4' => '192.168.2.203', '6' => 'fd42:beef:cafe:2::203' },
'pi1' => { '4' => '192.168.2.204', '6' => 'fd42:beef:cafe:2::204' },
);