[tor-relays] Another attempt against Tor DDoS

Hi,

I want to show you my anti DDoS solution for my relays (aswell ;-). It works without ipset, but with a mix of the recent and hashlimit iptables modules.

What is does:
* If one IP address tries to make 7 SYN connection attempts per second, they are locked out for 300 seconds. If they try another connection in that timeframe, the timer is reset and they are locked out for another 300 seconds.
* Threre are no more SYNs allowed if 4 connections are already in use to the ORPort.

It works *very* well for me. Other solutons are far more aggressive but I feel my solution works perfectly against the attacks, even if they are not that aggresive.

On top of that, I feel its more easy to implement into ones existing firewall solution.

You can find the repo here: GitHub - steinex/tor-ddos: Attempt to help against the ongoing Tor DDoS attacks

Feel free to give it a shot and feedback would be much appreciated!

Greetings,
steinex

···

_______________________________________________
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays

1 Like