Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-01-26 13:22:42 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-01-26 13:22:42 +0300
commit51220917c4ef60c5ff886925792c8323f46cf5f2 (patch)
tree52b79f517d7f9cf09d1da8bb17b17a554038b7b1
parentb34956647bba85444951ccd7416d872e1c2c9dd2 (diff)
outbound Traffic - default false
if you need it you need to change it manually to true
-rw-r--r--web/service/config.json4
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": {