worthless-launcher/worthless/constants.py
tretrauit aaf728445d
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
2022-02-27 01:54:20 +07:00

23 lines
808 B
Python

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-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"
]