mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-31 12:19:29 +08:00
Fixed the gRPC settings location (#68)
This commit is contained in:
parent
dc87e4b12e
commit
1b772667f2
@ -28,13 +28,13 @@
|
|||||||
"certificateFile": "/path/to/fullchain.crt",
|
"certificateFile": "/path/to/fullchain.crt",
|
||||||
"keyFile": "/path/to/private.key"
|
"keyFile": "/path/to/private.key"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
|
},
|
||||||
"grpcSettings": {
|
"grpcSettings": {
|
||||||
"serviceName": "GunService"
|
"serviceName": "GunService"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"outbounds": [
|
"outbounds": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user