mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-09 02:23:16 +00:00
36 lines
800 B
JSON
36 lines
800 B
JSON
|
{
|
||
|
"log": {
|
||
|
"loglevel": "warning"
|
||
|
},
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"listen": "0.0.0.0",
|
||
|
"port": 1234,
|
||
|
"protocol": "vless",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"id": "",
|
||
|
"level": 0,
|
||
|
"email": "love@example.com"
|
||
|
}
|
||
|
],
|
||
|
"decryption": "none",
|
||
|
"fallbacks": [
|
||
|
{
|
||
|
"dest": 8001
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "tcp"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "freedom",
|
||
|
"tag": "direct"
|
||
|
}
|
||
|
]
|
||
|
}
|