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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}