29 lines
389 B
JSON
29 lines
389 B
JSON
{
|
|
"log": {
|
|
"level": "info"
|
|
},
|
|
"dns": {},
|
|
"inbounds": [],
|
|
"outbounds": [
|
|
{
|
|
"tag": "direct",
|
|
"type": "direct"
|
|
},
|
|
{
|
|
"type": "dns",
|
|
"tag": "dns-out"
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": [
|
|
{
|
|
"protocol": [
|
|
"dns"
|
|
],
|
|
"outbound": "dns-out",
|
|
"action": "route"
|
|
}
|
|
]
|
|
},
|
|
"experimental": {}
|
|
} |