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