FireflySR.Tool.Proxy/config.json

30 lines
648 B
JSON
Raw Normal View History

2024-05-22 14:45:22 +00:00
{
"DestinationHost": "localhost",
"DestinationPort": 21000,
"RedirectDomains": [
".hoyoverse.com",
".mihoyo.com",
".yuanshen.com",
".bhsr.com",
".starrails.com",
".juequling.com",
".zenlesszonezero.com",
".bh3.com",
".mob.com",
".hyg.com"
],
"AlwaysIgnoreDomains": [
"autopatchcn.yuanshen.com",
"autopatchhk.yuanshen.com",
"autopatchcn.juequling.com",
"autopatchos.zenlesszonezero.com",
"autopatchcn.bhsr.com",
"autopatchos.starrails.com"
],
"ForceRedirectOnUrlContains": [
"query_dispatch",
"query_gateway",
"query_region_list",
"query_cur_region"
]
}