Fatih Baltaci

Results 40 comments of Fatih Baltaci

Hi @Mikaelemmmm, the current version of Ddosify Self Hosted does not have API Support. However, we are working on releasing the Self Hosted Enterprise edition soon, which will include API...

Hi @chyde80, thanks for reporting. We'll change it in the subsequent releases.

Hi @douglasg14b, what's your `timeout` (`-T` flag) for this test?

Hi @douglasg14b, how can I reproduce this issue? What's your local balancer? Are there any throttling/security rules in front of the load balancer? By the way, if you get `socket:...

Hi @douglasg14b, are you using the Docker version of Ddosify?

Hi @douglasg14b, I could not reproduce this issue. I started a nginx server on my machine: ```bash docker run -it --rm -p 8080:80 nginx ``` I can access it from...

Hi @zvdbit, you can add `--network host` when using Ddosify in Docker. Here is an example: ```bash docker run -it --rm --network host ddosify/ddosify ddosify -t http://localhost:8080 ``` Ddosify can...

Hi @cdong8812, we released a new version of Ddosify [v0.15.0](https://github.com/ddosify/ddosify/releases/tag/v0.15.0). In this release: - We removed the `keep-alive` option from the config file. You can set the `Connection` header for...

Hi @yajnasteju, this feature is on our roadmap, we'll update this issue when we implement it, thanks.

Hi @kapishmalik, thank you. The design of this feature is not ready yet. We will start another open-source repository to convert the Postman collection to Ddosify [config format](https://github.com/ddosify/ddosify#config-file), I'll let...