mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-23 14:54:42 -05:00
🐛 Fix vless parser lost fingerprint
This commit is contained in:
parent
b73a02bdbf
commit
3e720ec14d
@ -105,7 +105,7 @@ func ParseVless(proxy string) (model.Proxy, error) {
|
||||
result.Alpn = alpn
|
||||
result.Sni = sni
|
||||
result.AllowInsecure = insecureBool
|
||||
result.Fingerprint = fp
|
||||
result.ClientFingerprint = fp
|
||||
}
|
||||
|
||||
if security == "reality" {
|
||||
@ -115,6 +115,7 @@ func ParseVless(proxy string) (model.Proxy, error) {
|
||||
PublicKey: pbk,
|
||||
ShortID: sid,
|
||||
}
|
||||
result.ClientFingerprint = fp
|
||||
}
|
||||
|
||||
if _type == "ws" {
|
||||
|
Loading…
Reference in New Issue
Block a user