Created
April 6, 2018 04:43
-
-
Save eycorsican/aa8cdc1d39c3fa355c499f89a15b9753 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"stats": {}, | |
"api": { | |
"services": [ | |
"StatsService" | |
], | |
"tag": "api" | |
}, | |
"policy": { | |
"levels": { | |
"0": { | |
"connIdle": 300, | |
"downlinkOnly": 30, | |
"handshake": 4, | |
"uplinkOnly": 5, | |
"statsUserDownlink": true, | |
"statsUserUplink": true | |
} | |
} | |
}, | |
"inbound": { | |
"port": 8002, | |
"protocol": "vmess", | |
"settings": { | |
"clients": [ | |
{ | |
"alterId": 64, | |
"email": "[email protected]", | |
"id": "e731f153-4f31-49d3-9e8f-ff8f396135ef", | |
"level": 0 | |
} | |
], | |
"disableInsecureEncryption": true | |
}, | |
"streamSettings": { | |
"network": "tcp" | |
} | |
}, | |
"inboundDetour": [ | |
{ | |
"listen": "127.0.0.1", | |
"port": 10085, | |
"protocol": "dokodemo-door", | |
"settings": { | |
"address": "127.0.0.1" | |
}, | |
"tag": "api" | |
} | |
], | |
"outbound": { | |
"protocol": "freedom", | |
"settings": {} | |
}, | |
"routing": { | |
"settings": { | |
"rules": [ | |
{ | |
"inboundTag": [ | |
"api" | |
], | |
"outboundTag": "api", | |
"type": "field" | |
} | |
] | |
}, | |
"strategy": "rules" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
后面解决了,问题如下:
{ "stats": {}, "log": { "loglevel": "debug" }, "api": { "tag": "api", "services": [ "HandlerService", "LoggerService", "StatsService" //开启了stats服务,但是后面的policy,system没有设置 ] }, "policy": { "levels": { "0": { "statsUserUplink": true, "statsUserDownlink": true }, "1": { "statsUserUplink": true, "statsUserDownlink": true } }, "system": { "statsInboundUplink": true, "statsInboundDownlink": true //这里没有设置 } }, }
https://guide.v2fly.org/advanced/traffic.html#%E9%85%8D%E7%BD%AE%E7%BB%9F%E8%AE%A1%E5%8A%9F%E8%83%BD
参考上面的链接的“配置统计功能”一栏,要按着里面的配置操作,才能顺利运行