mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-01 19:17:36 +03:00
feat: add latest chrome to auto
This commit is contained in:
parent
9d151db9dd
commit
e430876b1d
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ var (
|
||||||
HelloFirefox_105 = ClientHelloID{helloFirefox, "105", nil, nil}
|
HelloFirefox_105 = ClientHelloID{helloFirefox, "105", nil, nil}
|
||||||
HelloFirefox_120 = ClientHelloID{helloFirefox, "120", nil, nil}
|
HelloFirefox_120 = ClientHelloID{helloFirefox, "120", nil, nil}
|
||||||
|
|
||||||
HelloChrome_Auto = HelloChrome_120
|
HelloChrome_Auto = HelloChrome_131
|
||||||
HelloChrome_58 = ClientHelloID{helloChrome, "58", nil, nil}
|
HelloChrome_58 = ClientHelloID{helloChrome, "58", nil, nil}
|
||||||
HelloChrome_62 = ClientHelloID{helloChrome, "62", nil, nil}
|
HelloChrome_62 = ClientHelloID{helloChrome, "62", nil, nil}
|
||||||
HelloChrome_70 = ClientHelloID{helloChrome, "70", nil, nil}
|
HelloChrome_70 = ClientHelloID{helloChrome, "70", nil, nil}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue