From ffd57ca591f1139828d8403b1916d95c757c33c1 Mon Sep 17 00:00:00 2001 From: Jeffrey Starke Date: Tue, 15 Jul 2025 18:00:57 -0400 Subject: [PATCH] Update translations and other static files. --- app/static-ips.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static-ips.gradle.kts b/app/static-ips.gradle.kts index 211bcc8f20..680abeafb1 100644 --- a/app/static-ips.gradle.kts +++ b/app/static-ips.gradle.kts @@ -1,5 +1,5 @@ rootProject.extra["service_ips"] = """new String[]{"13.248.212.111","76.223.92.165"}""" -rootProject.extra["storage_ips"] = """new String[]{"142.251.40.115"}""" +rootProject.extra["storage_ips"] = """new String[]{"142.251.40.179"}""" rootProject.extra["cdn_ips"] = """new String[]{"18.238.49.106","18.238.49.6","18.238.49.66","18.238.49.90"}""" 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"}"""