diff options
Diffstat (limited to 'templates/torrc.erb')
-rw-r--r-- | templates/torrc.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/torrc.erb b/templates/torrc.erb index 61637d4..c6ef91c 100644 --- a/templates/torrc.erb +++ b/templates/torrc.erb @@ -50,10 +50,10 @@ Nickname <%= nickname %> Address <%= address %> <%- end %> <%- if relay_bandwidth_rate != 0 then %> -RelayBandwidthRate <% relay_bandwith_rate %> KB +RelayBandwidthRate <%= relay_bandwith_rate %> KB <%- end %> <%- if relay_bandwidth_burst != 0 then %> -RelayBandwidthBurst <% relay_bandwith_burst %> KB +RelayBandwidthBurst <%= relay_bandwith_burst %> KB <%- end %> <%- if accounting_max != 0 then %> AccountingMax <%= accounting_max %> GB |