[tor-bugs] #2665 [Tor Directory Authority]: Create a dirauth DoS response procedure

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Fri Sep 7 06:30:16 UTC 2012


#2665: Create a dirauth DoS response procedure
-------------------------------------+--------------------------------------
 Reporter:  mikeperry                |          Owner:                    
     Type:  task                     |         Status:  new               
 Priority:  major                    |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor Directory Authority  |        Version:                    
 Keywords:                           |         Parent:  #2664             
   Points:                           |   Actualpoints:                    
-------------------------------------+--------------------------------------

Comment(by ioerror):

 Here's an example limit rule:

 {{{
 iptables -A INPUT -p tcp --dport $DIRPORT -m limit --limit 100/minute
 --limit-burst 666 -j ACCEPT
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2665#comment:9>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list