diff options
| -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": { |
