Tor DDoS Mitigation iptables scripts update. Version 7.0.0

My apologies. I’d changed a setting and forgot to change it back and a few CRLF were inserted in the code. They are present in start.sh, multi.sh, update.sh

I’ve since fixed it and added a new line of code suggested by PacaAlpaca as well. Please download the new version:

bash <(curl -Ls https://raw.githubusercontent.com/Enkidu-6/tor-ddos/main/download.sh)

Alternatively, as a quick fix, you can type:

sed -i -e 's/\r$//' scriptname.sh

Thanks for reporting it.