diff --git a/app/static-ips.gradle.kts b/app/static-ips.gradle.kts index 8db67b1ad3..0f81aea655 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.190.51"}""" -rootProject.extra["cdn_ips"] = """new String[]{"3.171.22.125","3.171.22.129","3.171.22.48","3.171.22.57"}""" +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"}""" rootProject.extra["content_proxy_ips"] = """new String[]{"107.178.250.75"}""" -rootProject.extra["svr2_ips"] = """new String[]{"20.9.45.98"}""" +rootProject.extra["svr2_ips"] = """new String[]{"20.66.40.69"}""" rootProject.extra["cdsi_ips"] = """new String[]{"40.122.45.194"}"""