Added IP display in connection test

https://github.com/2dust/v2rayNG/issues/4489
This commit is contained in:
2dust
2025-04-14 14:15:25 +08:00
parent 358713a2a3
commit 38193b5621
5 changed files with 30 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ object AppConfig {
const val TG_CHANNEL_URL = "https://t.me/github_2dust"
const val DELAY_TEST_URL = "https://www.gstatic.com/generate_204"
const val DELAY_TEST_URL2 = "https://www.google.com/generate_204"
const val IP_API_Url = "https://api.ip.sb/geoip"
/** DNS server addresses. */
const val DNS_PROXY = "1.1.1.1"