0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-05-12 21:21:25 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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