Signal-Android/app/static-ips.gradle.kts
Greyson Parrelli 046b8da880 Add missing static IPs.
Fixes #13513
2024-04-18 16:24:12 -04:00

10 lines
793 B
Kotlin

rootProject.extra["service_ips"] = """new String[]{"13.248.212.111","76.223.92.165"}"""
rootProject.extra["storage_ips"] = """new String[]{"172.253.62.121"}"""
rootProject.extra["cdn_ips"] = """new String[]{"18.160.18.106","18.160.18.114","18.160.18.42","18.160.18.45"}"""
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.36.104.134"}"""
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"}"""
rootProject.extra["key_backup_ips"] = """new String[]{"240.0.0.1"}"""