[Xray] 新增Xray的配置

This commit is contained in:
zeaslity
2023-09-15 09:36:40 +08:00
parent 5bc64ffead
commit 1646ae1c3d
5 changed files with 238 additions and 445 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"
}
]
}