Various changes, block telemetry feature.
-Sp/--patch is now required to do block telemetry before patching. Still preparing for hdiffpatch (will be coming at 1.10) Ay yo hosty support coming soon xD
This commit is contained in:
@ -2,11 +2,22 @@ APP_NAME="worthless"
|
||||
APP_AUTHOR="tretrauit"
|
||||
LAUNCHER_API_URL_OS = "https://sdk-os-static.hoyoverse.com/hk4e_global/mdk/launcher/api"
|
||||
LAUNCHER_API_URL_CN = "https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api"
|
||||
HDIFFPATCH_GIT_URL="https://github.com/sisong/HDiffPatch"
|
||||
PATCH_GIT_URL = "https://notabug.org/Krock/dawn"
|
||||
TELEMETRY_URL_LIST = [
|
||||
"log-upload-os.mihoyo.com",
|
||||
"log-upload-os.hoyoverse.com",
|
||||
"log-upload.mihoyo.com",
|
||||
"overseauspider.yuanshen.com"
|
||||
"uspider.yuanshen.com"
|
||||
"log-upload-os.mihoyo.com",
|
||||
"log-upload-eur.mihoyo.com",
|
||||
"log-upload-os.hoyoverse.com",
|
||||
"overseauspider.yuanshen.com"
|
||||
]
|
||||
TELEMETRY_URL_CN_LIST = [
|
||||
"log-upload.mihoyo.com",
|
||||
"uspider.yuanshen.com"
|
||||
]
|
||||
TELEMETRY_OPTIONAL_URL_LIST = [
|
||||
"prd-lender.cdp.internal.unity3d.com",
|
||||
"thind-prd-knob.data.ie.unity3d.com",
|
||||
"thind-gke-usc.prd.data.corp.unity3d.com",
|
||||
"cdp.cloud.unity3d.com",
|
||||
"remote-config-proxy-prd.uca.cloud.unity3d.com"
|
||||
]
|
||||
Reference in New Issue
Block a user