Skip to content

Commit

Permalink
v7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu-6 committed Oct 25, 2024
1 parent 1348d2c commit 3a30dd4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bash <(curl -Ls https://raw.githubusercontent.com/Enkidu-6/tor-ddos/main/downloa

The script will download all the files of the current release to $PWD/tor directory and will take you through the necessary steps and then applies the iptables rules for you. You don't have to do anything except answering a few questions and you're done. You need to know your IPV4 and IPV6 addresses and ORPorts.

If your OS is Ubuntu or Debian, the script will install conntrack utilities and ipset using apt as they don't come with them by default.
If your OS is Ubuntu or Debian, the script will install conntrack utilities and ipset using apt as they don't come with them by default. New versions of Debian don't come with iptables or nft. For those OS versions iptables-nft will be installed using apt.

You need iptables, ipset and curl on your system. If the script fails, Type iptables -V ipset -V and curl -V to find out if you have them. Getting them is as simple as installing them from your System's native package manager.

Expand Down
Binary file modified src/tor.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ os() {
echo "The OS release is: $release"

if [[ "${release}" == "debian" ]] || [[ "${release}" == "ubuntu" ]]; then
apt install -y conntrack ipset
apt install -y conntrack ipset iptables
./multi.sh
else
./multi.sh
Expand Down

0 comments on commit 3a30dd4

Please sign in to comment.