Merge c1c8b779f9bd7ace7748f9cd8f89948abfb19d13 into 4effea1dc10b2c75b627627e7cec5e58afd1438b

This commit is contained in:
ws2bhhh 2023-02-04 12:23:20 -05:00 committed by GitHub
commit cde9ff0964
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
}
}
}