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 +}