diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-04 12:32:28 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-04 12:32:28 +0300 |
| commit | c9ba393ce7bd7050b4d2dc8d4e3c019641a5f087 (patch) | |
| tree | dec7d9a781399bcf814426ccb636ea4ac1c21465 | |
| parent | aa40016ec82cac86d0e1a1a793dcaeaf1d540b0d (diff) | |
xray config - statsOutboundv2.1.3
| -rw-r--r-- | web/service/config.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/service/config.json b/web/service/config.json index 5c25ed92..6cf6c3a6 100644 --- a/web/service/config.json +++ b/web/service/config.json @@ -44,7 +44,9 @@ }, "system": { "statsInboundDownlink": true, - "statsInboundUplink": true + "statsInboundUplink": true, + "statsOutboundDownlink": true, + "statsOutboundUplink": true } }, "routing": { |
