mirror of
https://github.com/outbackdingo/Xray-Docker-Compose.git
synced 2026-01-27 10:21:00 +00:00
47 lines
775 B
JSON
47 lines
775 B
JSON
{
|
|
"log": {
|
|
"access": "/var/log/xray/access.log",
|
|
"error": "/var/log/xray/error.log",
|
|
"loglevel": "warning"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "0.0.0.0",
|
|
"port": 1234,
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": "<YOUR-UUID>",
|
|
"alterId": 0,
|
|
"security": "auto"
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "ws",
|
|
"wsSettings": {
|
|
"path": "/ws",
|
|
"headers": {}
|
|
}
|
|
},
|
|
"mux": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom",
|
|
"tag": "freedom"
|
|
}
|
|
],
|
|
"dns": {
|
|
"servers": [
|
|
"8.8.8.8",
|
|
"8.8.4.4",
|
|
"localhost"
|
|
]
|
|
}
|
|
}
|