mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-19 08:40:57 +00:00
fix: grpc in trojan not apply client-fingerprint
This commit is contained in:
parent
7d7f5c8980
commit
76052b5b26
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue