add user stats to config

This commit is contained in:
Hossin Asaadi 2022-11-16 23:01:59 +04:00 committed by GitHub
parent abc67e8bd4
commit e904f1fee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,12 @@
}
],
"policy": {
"levels": {
"0": {
"statsUserUplink": true,
"statsUserDownlink": true
}
},
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
@ -61,4 +67,4 @@
]
},
"stats": {}
}
}