mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add gun-lite gRPC implementation (#44)
This commit is contained in:
parent
d59d40c118
commit
de2453fce9
9 changed files with 418 additions and 15 deletions
|
@ -78,4 +78,5 @@ type V2RayQUICOptions struct{}
|
|||
|
||||
type V2RayGRPCOptions struct {
|
||||
ServiceName string `json:"service_name,omitempty"`
|
||||
ForceLite bool `json:"-"` // for test
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue