Skip to content
Snippets Groups Projects
Commit 5149caf2 authored by kr328's avatar kr328
Browse files

Improve: add ifly ime api to http proxy black list

parent ffa559a5
No related branches found
No related tags found
No related merge requests found
...@@ -238,6 +238,11 @@ class TunService : VpnService(), CoroutineScope by CoroutineScope(Dispatchers.De ...@@ -238,6 +238,11 @@ class TunService : VpnService(), CoroutineScope by CoroutineScope(Dispatchers.De
"172.31.*", "172.31.*",
"192.168.*" "192.168.*"
) )
private val HTTP_PROXY_BLACK_LIST: List<String> = listOf("*zhihu.com", "*zhimg.com", "*jd.com") private val HTTP_PROXY_BLACK_LIST: List<String> = listOf(
"*zhihu.com",
"*zhimg.com",
"*jd.com",
"100ime-iat-api.xfyun.cn",
)
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment