mirror of https://github.com/XTLS/Xray-examples
Update server.json
parent
57892e7f63
commit
e771110288
|
@ -9,7 +9,7 @@
|
|||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "" // 填写你的 UUID
|
||||
"id": "","//": "填写你的 UUID"
|
||||
}
|
||||
],
|
||||
"decryption": "none"
|
||||
|
@ -17,7 +17,7 @@
|
|||
"streamSettings": {
|
||||
"network": "grpc",
|
||||
"grpcSettings": {
|
||||
"serviceName": "" // 填写你的 ServiceName
|
||||
"serviceName": "","//": "填写你的 ServiceName"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue