mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-04-02 00:59:29 +08:00
Fix gRPC service name missing
This commit is contained in:
parent
aa0971dee8
commit
0dc279102f
@ -59,7 +59,10 @@
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "gun",
|
||||
"security": "none"
|
||||
"security": "none",
|
||||
"grpcSettings": {
|
||||
"serviceName": "path/to/gRPC", // gRPC 服务名称
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user