!!! quote ""
V2Ray API is not included by default, see [Installation](/installation/build-from-source/#build-tags).
{
"listen": "127.0.0.1:8080",
"stats": {
"enabled": true,
"inbounds": [
"socks-in"
],
"outbounds": [
"proxy",
"direct"
],
"users": [
"sekai"
]
}
}
gRPC API listening address. V2Ray API will be disabled if empty.
Traffic statistics service settings.
Enable statistics service.
Inbound list to count traffic.
Outbound list to count traffic.
User list to count traffic.