0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-17 13:57:15 +03:00

Use HelloChrome_120

This commit is contained in:
风扇滑翔翼
2025-05-10 09:30:56 +00:00
committed by GitHub
parent 38ce793b7c
commit 4a67fdaeb2

View File

@ -180,7 +180,7 @@ func GetFingerprint(name string) (fingerprint *utls.ClientHelloID) {
var PresetFingerprints = map[string]*utls.ClientHelloID{
// Recommended preset options in GUI clients
"chrome": &utls.HelloChrome_131,
"chrome": &utls.HelloChrome_120,
"firefox": &utls.HelloFirefox_Auto,
"safari": &utls.HelloSafari_Auto,
"ios": &utls.HelloIOS_Auto,