diff --git a/gui/default/index.html b/gui/default/index.html
index 188d5af7..107d948c 100644
--- a/gui/default/index.html
+++ b/gui/default/index.html
@@ -551,7 +551,13 @@
{{connectionsTotal.inbps | binary}}B/s
{{connectionsTotal.inbps*8 | metric}}bps
- ({{connectionsTotal.inBytesTotal | binary}}B)
+ ({{connectionsTotal.inBytesTotal | binary}}B)
+
+ Limit:
+ {{config.options.maxRecvKbps*1024 | binary}}B/s
+ {{config.options.maxRecvKbps*1024*8 | metric}}bps
+
+
@@ -562,6 +568,12 @@
{{connectionsTotal.outbps | binary}}B/s
{{connectionsTotal.outbps*8 | metric}}bps
({{connectionsTotal.outBytesTotal | binary}}B)
+
+ Limit:
+ {{config.options.maxSendKbps*1024 | binary}}B/s
+ {{config.options.maxSendKbps*1024*8 | metric}}bps
+
+
@@ -569,9 +581,10 @@
The rate limit must be a non-negative number (0: no limit)
-The rate limit must be a non-negative number (0: no limit)
The rate limit must be a non-negative number (0: no limit)
+