mirror of https://github.com/XTLS/Xray-examples
Update server.json
parent
2d8bc0e59a
commit
cd7f4ad7f7
|
@ -9,14 +9,14 @@
|
||||||
"settings": {
|
"settings": {
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"password": "" // 填写你的 password
|
"password": "","//": "填写你的 password"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "grpc",
|
"network": "grpc",
|
||||||
"grpcSettings": {
|
"grpcSettings": {
|
||||||
"serviceName": "" // 填写你的 ServiceName
|
"serviceName": "","//": "填写你的 ServiceName"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue