From 603d2cc1b1c74f9e3e3c5c70db87a1332eec3e70 Mon Sep 17 00:00:00 2001 From: Oli Date: Thu, 5 Jun 2025 22:57:11 +0000 Subject: [PATCH] use rclone metrics instead of rc endpoint --- firewall.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewall.tf b/firewall.tf index 4349ce9..626868b 100644 --- a/firewall.tf +++ b/firewall.tf @@ -133,7 +133,7 @@ resource "hcloud_firewall" "monitoring" { rule { direction = "in" protocol = "tcp" - port = "5572" + port = "5573" description = "rclone" source_ips = [ var.bastion_host.ipv4,