Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ertugrulturan authored Jan 25, 2024
1 parent 9dd3716 commit ec4d80c
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,18 @@

Checks connections as tcp and automatically runs robot verification when there is a specific connection.

# Install
# Install (one command)

Need to install php(7.0/7.4) and wget first

```
$ yum install php
```
```
$ yum install wget
```

And run installer script,
```
$ wget https://raw.githubusercontent.com/ertugrulturan/vddos-sensor-plugin/main/install.sh && bash install.sh
$ apt-get install curl -y && curl https://raw.githubusercontent.com/ertugrulturan/vddos-sensor-plugin/main/install.sh | bash -
```

To operate sensor mode,

```
$ screen -S "t13r" bash /root/bot.sh
```

Note: Just run it in the root directory



# Donate Bitcoin: 1AVSyDzEmSivbjyGhQDSyoHsc2obkepxEp
# Donate Bitcoin:
```
bc1qkp2p39v88254hy402cegvxkcnrd8908ec0tp9q
```

0 comments on commit ec4d80c

Please sign in to comment.