[ xray ] 优化xray部分,新增搬瓦工-洛杉矶节点

This commit is contained in:
zeaslity
2024-04-16 15:44:33 +08:00
parent 714ff01639
commit 907474ebf3
23 changed files with 106 additions and 665 deletions

View File

@@ -0,0 +1,25 @@
{
"log": {
"access": "/var/log/xray/access.log",
"error": "/var/log/xray/error.log",
"loglevel": "warning"
},
"inbounds": [
{
"protocol": "socks",
"listen": "0.0.0.0",
"port": 1234,
"settings": {
"auth": "noauth",
"udp": true,
"ip": "127.0.0.1",
"userLevel": 0
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}