From 467fa11a173a51a20af54d8733b20e1eab2efccd Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Thu, 16 Oct 2025 15:55:27 -0400 Subject: [PATCH] Update translations and other static files. --- app/static-ips.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static-ips.gradle.kts b/app/static-ips.gradle.kts index 1dfd328995..45a909fdf7 100644 --- a/app/static-ips.gradle.kts +++ b/app/static-ips.gradle.kts @@ -1,6 +1,6 @@ rootProject.extra["service_ips"] = """new String[]{"13.248.212.111","76.223.92.165"}""" -rootProject.extra["storage_ips"] = """new String[]{"142.251.40.243"}""" -rootProject.extra["cdn_ips"] = """new String[]{"13.224.214.12","13.224.214.71","13.224.214.80","13.224.214.81"}""" +rootProject.extra["storage_ips"] = """new String[]{"142.251.32.115"}""" +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"}""" rootProject.extra["sfu_ips"] = """new String[]{"34.117.136.13"}"""