From efd86ad2fc610d6516555b655480998958c23775 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Tue, 31 Mar 2026 16:26:33 -0300 Subject: [PATCH] Update translations and other static files. --- app/static-ips.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/static-ips.gradle.kts b/app/static-ips.gradle.kts index 54c2a7022d..ae1aa3cfd6 100644 --- a/app/static-ips.gradle.kts +++ b/app/static-ips.gradle.kts @@ -1,9 +1,9 @@ rootProject.extra["service_ips"] = """new String[]{"13.248.212.111","76.223.92.165"}""" -rootProject.extra["storage_ips"] = """new String[]{"142.250.191.19"}""" -rootProject.extra["cdn_ips"] = """new String[]{"18.238.49.106","18.238.49.6","18.238.49.66","18.238.49.90"}""" +rootProject.extra["storage_ips"] = """new String[]{"142.250.69.147"}""" +rootProject.extra["cdn_ips"] = """new String[]{"13.225.196.60","13.225.196.76","13.225.196.77","13.225.196.9"}""" rootProject.extra["cdn2_ips"] = """new String[]{"104.18.10.47","104.18.11.47"}""" rootProject.extra["cdn3_ips"] = """new String[]{"104.18.10.47","104.18.11.47"}""" rootProject.extra["sfu_ips"] = """new String[]{"34.117.136.13"}""" rootProject.extra["content_proxy_ips"] = """new String[]{"107.178.250.75"}""" -rootProject.extra["svr2_ips"] = """new String[]{"20.119.62.85"}""" +rootProject.extra["svr2_ips"] = """new String[]{"20.104.52.125"}""" rootProject.extra["cdsi_ips"] = """new String[]{"40.122.45.194"}"""