mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-10-23 08:49:08 +00:00
35 lines
557 B
JSON
35 lines
557 B
JSON
{
|
|
"log": {
|
|
"loglevel": "info"
|
|
},
|
|
"api": {
|
|
"tag": "api",
|
|
"listen": "0.0.0.0:10085",
|
|
"services": [
|
|
"HandlerService",
|
|
"LoggerService",
|
|
"StatsService"
|
|
]
|
|
},
|
|
"stats": {},
|
|
"policy": {
|
|
"system": {
|
|
"statsInboundDownlink": true,
|
|
"statsInboundUplink": true,
|
|
"statsOutboundDownlink": true,
|
|
"statsOutboundUplink": true
|
|
}
|
|
},
|
|
"inbounds": [],
|
|
"outbounds": [
|
|
{
|
|
"tag": "direct",
|
|
"protocol": "freedom",
|
|
"settings": {}
|
|
}
|
|
],
|
|
"routing": {
|
|
"rules": []
|
|
}
|
|
}
|