From e904f1fee2321d232cac5f33b414f1bb82f84732 Mon Sep 17 00:00:00 2001 From: Hossin Asaadi Date: Wed, 16 Nov 2022 23:01:59 +0400 Subject: [PATCH] add user stats to config --- web/service/config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/service/config.json b/web/service/config.json index 7eec7269..d1505959 100644 --- a/web/service/config.json +++ b/web/service/config.json @@ -30,6 +30,12 @@ } ], "policy": { + "levels": { + "0": { + "statsUserUplink": true, + "statsUserDownlink": true + } + }, "system": { "statsInboundDownlink": true, "statsInboundUplink": true @@ -61,4 +67,4 @@ ] }, "stats": {} -} \ No newline at end of file +}