diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-26 13:22:42 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-26 13:22:42 +0300 |
| commit | 51220917c4ef60c5ff886925792c8323f46cf5f2 (patch) | |
| tree | 52b79f517d7f9cf09d1da8bb17b17a554038b7b1 | |
| parent | b34956647bba85444951ccd7416d872e1c2c9dd2 (diff) | |
outbound Traffic - default false
if you need it you need to change it manually to true
| -rw-r--r-- | web/service/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/service/config.json b/web/service/config.json index 54eecd54..e7425ac0 100644 --- a/web/service/config.json +++ b/web/service/config.json @@ -51,8 +51,8 @@ "system": { "statsInboundDownlink": true, "statsInboundUplink": true, - "statsOutboundDownlink": true, - "statsOutboundUplink": true + "statsOutboundDownlink": false, + "statsOutboundUplink": false } }, "routing": { |
