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