diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-04 09:21:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-04 09:21:05 +0300 |
| commit | 9564a755c8d9025aa3b63ae847fc82b03db15d7a (patch) | |
| tree | 07c40707fd7c88b51599cac0e96bca9e63d4da6f | |
| parent | d42cfc80ed0599b7986dc5def811bd7554d6fbe9 (diff) | |
Update
| -rw-r--r-- | frontends/etc/relayd.conf.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/frontends/etc/relayd.conf.tpl b/frontends/etc/relayd.conf.tpl index fc7c9bc..4ad2d5d 100644 --- a/frontends/etc/relayd.conf.tpl +++ b/frontends/etc/relayd.conf.tpl @@ -1,9 +1,11 @@ <% our @prefixes = ('', 'www.', 'standby.'); -%> log connection -# Wireguard endpoints of the k3s cluster nodes running in FreeBSD bhyve Linux VMs +# Wireguard endpoints of the k3s cluster nodes running in FreeBSD bhyve Linux VMs via Wireguard tunnels table <f3s> { - 192.168.2.110 + 192.168.2.120 + 192.168.2.121 + 192.168.2.122 } # Local OpenBSD httpd |
