Swapped volatile Tailscale ips for fixed wireguard ips

This commit is contained in:
2026-06-29 11:29:17 +02:00
parent cbfb1fef0e
commit a24e82bf5a
8 changed files with 13 additions and 15 deletions
+2 -2
View File
@@ -134,7 +134,7 @@ in
metrics_path = "/_synapse/metrics";
static_configs = [
{
targets = [ "100.109.10.91:9009" ];
targets = [ "10.10.0.1:9009" ];
labels = {
instance = "cyper-proxy";
job = "master";
@@ -158,7 +158,7 @@ in
job_name = "postgresql-proxy";
static_configs = [
{
targets = [ "100.109.10.91:9188" ];
targets = [ "10.10.0.1:9188" ];
labels = {
instance = "cyper-proxy";
};