mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-11-26 22:55:38 +08:00
Fix gRPC service name missing
This commit is contained in:
@@ -59,7 +59,10 @@
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "gun",
|
||||
"security": "none"
|
||||
"security": "none",
|
||||
"grpcSettings": {
|
||||
"serviceName": "path/to/gRPC", // gRPC 服务名称
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user