38 lines
549 B
JSON
38 lines
549 B
JSON
{
|
|
"log": {
|
|
"level": "info"
|
|
},
|
|
"dns": {},
|
|
"inbounds": [],
|
|
"outbounds": [
|
|
{
|
|
"tag": "direct",
|
|
"type": "direct"
|
|
},
|
|
{
|
|
"type": "dns",
|
|
"tag": "dns-out"
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": [
|
|
{
|
|
"protocol": "dns",
|
|
"outbound": "dns-out"
|
|
}
|
|
]
|
|
},
|
|
"experimental": {
|
|
"v2ray_api": {
|
|
"listen": "127.0.0.1:1080",
|
|
"stats": {
|
|
"enabled": true,
|
|
"inbounds": [],
|
|
"outbounds": [
|
|
"direct"
|
|
],
|
|
"users": []
|
|
}
|
|
}
|
|
}
|
|
} |