getanteon / anteon

Anteon (formerly Ddosify) - Effortless Kubernetes Monitoring and Performance Testing. Available on CLI, Self-Hosted, and Cloud
https://getanteon.com
GNU Affero General Public License v3.0
8.39k stars 379 forks source link

Docker extension Identify http client as ddosify #78

Closed jtorvald closed 2 years ago

jtorvald commented 2 years ago

The logs now show a generic "Go-http-client/1.1" maybe better to show ddosify for Docker with the version or something

fatihbaltaci commented 2 years ago

Hi @jtorvald, We'll add a default User-Agent for the following Ddosify Docker extension release.

I'll let you know when we update the extension.

You can add the User-Agent header until we update the extension.

image

Best

fatihbaltaci commented 2 years ago

Hi @jtorvald, we updated the Ddosify Docker Extension to 0.1.2. You can update the extension on Docker Desktop.

We added a default User-Agent header for Ddosify Docker Extension with the version.

image

Thanks

danielcompton commented 1 year ago

It seems like the Homebrew installed version still shows Go-http-client/1.1 as the user agent. Should this be set at the library level?

fatihbaltaci commented 1 year ago

Hi @danielcompton, this issue is for our Ddosify Docker Extension. If you want to change the User-Agent header on Ddosify open source, you can add this header with -h option:

ddosify -t https://ddosify.com -h 'User-Agent: NewUserAgent:0.0.1'