Add gun-lite gRPC implementation (#44)

This commit is contained in:
Hellojack
2022-08-27 21:05:15 +08:00
committed by GitHub
parent d59d40c118
commit de2453fce9
9 changed files with 418 additions and 15 deletions

View File

@@ -78,4 +78,5 @@ type V2RayQUICOptions struct{}
type V2RayGRPCOptions struct {
ServiceName string `json:"service_name,omitempty"`
ForceLite bool `json:"-"` // for test
}