mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-05-13 05:28:16 +08:00
fix: grpc in trojan not apply client-fingerprint
This commit is contained in:
parent
7d7f5c8980
commit
76052b5b26
@ -358,6 +358,7 @@ func NewTrojan(option TrojanOption) (*Trojan, error) {
|
|||||||
t.gunConfig = &gun.Config{
|
t.gunConfig = &gun.Config{
|
||||||
ServiceName: option.GrpcOpts.GrpcServiceName,
|
ServiceName: option.GrpcOpts.GrpcServiceName,
|
||||||
Host: tOption.ServerName,
|
Host: tOption.ServerName,
|
||||||
|
ClientFingerprint: tOption.ClientFingerprint,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user