summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/torrc.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/torrc.erb b/templates/torrc.erb
index 9d97253..61637d4 100644
--- a/templates/torrc.erb
+++ b/templates/torrc.erb
@@ -49,7 +49,7 @@ Nickname <%= nickname %>
<%- if address != '' then %>
Address <%= address %>
<%- end %>
-<%- if relay_bandwidth_limit != 0 then %>
+<%- if relay_bandwidth_rate != 0 then %>
RelayBandwidthRate <% relay_bandwith_rate %> KB
<%- end %>
<%- if relay_bandwidth_burst != 0 then %>