mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 03:58:48 +00:00
10 lines
719 B
Kotlin
10 lines
719 B
Kotlin
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["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["cdsi_ips"] = """new String[]{"40.122.45.194"}"""
|