mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 13:16:06 +08:00
Merge c1c8b779f9bd7ace7748f9cd8f89948abfb19d13 into 4effea1dc10b2c75b627627e7cec5e58afd1438b
This commit is contained in:
commit
cde9ff0964
@ -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,不带任何斜杠
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user