From 51220917c4ef60c5ff886925792c8323f46cf5f2 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sun, 26 Jan 2025 11:22:42 +0100 Subject: [PATCH] outbound Traffic - default false if you need it you need to change it manually to true --- web/service/config.json | 4 ++-- 1 file 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": {