[tor-cloud/master] add BandwidthRate and BandwidthBurst

commit ecad529c395c7768ec67195aeb6ae69d271118dd Author: Runa A. Sandvik <runa.sandvik@gmail.com> Date: Sat Apr 13 16:19:11 2013 -0400 add BandwidthRate and BandwidthBurst --- ec2-prep.sh | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ec2-prep.sh b/ec2-prep.sh index e546630..90bf140 100644 --- a/ec2-prep.sh +++ b/ec2-prep.sh @@ -196,6 +196,8 @@ ServerTransportListenAddr obfs3 0.0.0.0:40872 # day and time of the next week. AccountingStart week 1 10:00 AccountingMax 10 GB +BandwidthRate 20KB +BandwidthBurst 1GB # Running a bridge relay just passes data to and from the Tor network -- # so it shouldn't expose the operator to abuse complaints. @@ -239,6 +241,8 @@ ServerTransportListenAddr obfs3 0.0.0.0:40872 # day and time of the next week. AccountingStart week 1 10:00 AccountingMax 10 GB +BandwidthRate 20KB +BandwidthBurst 1GB # Running a bridge relay just passes data to and from the Tor network -- # so it shouldn't expose the operator to abuse complaints.
participants (1)
-
runa@torproject.org