Update server.json

与Caddyfile中定义不一致,并给出了可能的设置
This commit is contained in:
ws2bhhh 2023-02-04 23:45:45 +08:00 committed by GitHub
parent 5d6676b34c
commit c1c8b779f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,12 @@
},
"inbounds": [
{
"listen": "/dev/shm/Xray-VLESS-gRPC.socket,0666",
"listen": "/dev/shm/Xray-VLESS-gRPC.socket", # Xray-VLESS-gRPC.socket 0666
"protocol": "vless",
"settings": {
"clients": [
{
"id": "" // UUID
"id": "" # UUID
}
],
"decryption": "none"
@ -17,7 +17,7 @@
"streamSettings": {
"network": "grpc",
"grpcSettings": {
"serviceName": "" // ServiceName
"serviceName": "" # ServiceName
}
}
}