]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tor: The slowest bandwidth rate for a relay is 20 kbyte/s.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Aug 2013 08:42:41 +0000 (10:42 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Aug 2013 08:42:41 +0000 (10:42 +0200)
html/cgi-bin/tor.cgi

index 0c173e0ccef97c163ab4f9836c337c97b6b3511a..dca5fda143c2e596329cfc8300166b74e991aaa5 100644 (file)
@@ -51,8 +51,7 @@ my @bandwidth_limits = (
               1024, # 1M
                512,
                256,
-               128,
-                64
+               160
 );
 my @accounting_periods = ('daily', 'weekly', 'monthly');