liberalize limits
This commit is contained in:
parent
4cecd07602
commit
14ec1eca2e
1 changed files with 5 additions and 5 deletions
|
|
@ -219,12 +219,12 @@ in
|
|||
DataDirectory = "/var/lib/tor";
|
||||
ExitRelay = false;
|
||||
ExitPolicy = [ "reject *:*" ];
|
||||
RelayBandwidthRate = "2700 KBytes";
|
||||
RelayBandwidthBurst = "2700 KBytes";
|
||||
BandwidthRate = "2700 KBytes";
|
||||
BandwidthBurst = "2700 KBytes";
|
||||
RelayBandwidthRate = "25 MBytes";
|
||||
RelayBandwidthBurst = "25 MBytes";
|
||||
BandwidthRate = "25 MBytes";
|
||||
BandwidthBurst = "25 MBytes";
|
||||
AccountingStart = "month 1 00:00";
|
||||
AccountingMax = "7500 GBytes";
|
||||
AccountingMax = "8500 GBytes";
|
||||
DirCache = true;
|
||||
AvoidDiskWrites = 1;
|
||||
Sandbox = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue