mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 14:13:22 +01: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.250.191.115"}"""
|
|
rootProject.extra["cdn_ips"] = """new String[]{"52.85.247.123","52.85.247.56","52.85.247.61","52.85.247.8"}"""
|
|
rootProject.extra["cdn2_ips"] = """new String[]{"104.18.37.148","172.64.150.108"}"""
|
|
rootProject.extra["cdn3_ips"] = """new String[]{"104.18.37.148","172.64.150.108"}"""
|
|
rootProject.extra["sfu_ips"] = """new String[]{"34.49.248.20"}"""
|
|
rootProject.extra["content_proxy_ips"] = """new String[]{"107.178.250.75"}"""
|
|
rootProject.extra["svr2_ips"] = """new String[]{"20.9.45.98"}"""
|
|
rootProject.extra["cdsi_ips"] = """new String[]{"40.122.45.194"}"""
|