chore: deprecated global-client-fingerprint, please set client-fingerprint directly on the proxy instead

This commit is contained in:
wwqgtxx
2026-01-14 10:37:26 +08:00
parent bc28cd486a
commit 97bce45eba

View File

@@ -424,6 +424,9 @@ func updateGeneral(general *config.General, logging bool) {
mihomoHttp.SetUA(general.GlobalUA)
resource.SetETag(general.ETagSupport)
if general.GlobalClientFingerprint != "" {
log.Warnln("The `global-client-fingerprint` configuration is deprecated, please set `client-fingerprint` directly on the proxy instead")
}
tlsC.SetGlobalFingerprint(general.GlobalClientFingerprint)
}