mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-22 16:07:49 +08:00
30 lines
402 B
Plaintext
30 lines
402 B
Plaintext
{
|
|
"log": {
|
|
"access": "Vaccess.log",
|
|
"error": "Verror.log",
|
|
"loglevel": "warning"
|
|
},
|
|
"inbounds": [],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom",
|
|
"tag": "direct"
|
|
},
|
|
{
|
|
"protocol": "blackhole",
|
|
"tag": "block"
|
|
}
|
|
],
|
|
"routing": {
|
|
"domainStrategy": "IPIfNonMatch",
|
|
"rules": [
|
|
{
|
|
"inboundTag": [
|
|
"api"
|
|
],
|
|
"outboundTag": "api",
|
|
"type": "field"
|
|
}
|
|
]
|
|
}
|
|
} |