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

View File

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