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