Skip to content

Commit

Permalink
Merge pull request #287 from getanteon/anteon
Browse files Browse the repository at this point in the history
Rename Ddosify -> Anteon
  • Loading branch information
fatihbaltaci authored Apr 30, 2024
2 parents 24e42c1 + a26400c commit 178b9a6
Show file tree
Hide file tree
Showing 173 changed files with 327 additions and 10,467 deletions.
153 changes: 75 additions & 78 deletions README.md

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions assets/anteon-logo-db.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions assets/anteon-logo-wb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/anteon_comparison.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added assets/anteon_metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/anteon_performance_testing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/anteon_service_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/anteon_service_map_filtered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/anteon_stack.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,119 changes: 0 additions & 5,119 deletions assets/ddosify-logo-db.svg

This file was deleted.

5,120 changes: 0 additions & 5,120 deletions assets/ddosify-logo-wb.svg

This file was deleted.

2 changes: 1 addition & 1 deletion assets/ddosify.profile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ cat<<ddosify

ddosify

printf "Simple usage:${NC} ddosify -t https://testserver.ddosify.com\n\n"
printf "Simple usage:${NC} ddosify -t https://getanteon.com\n\n"
Binary file removed assets/ddosify_comparison.png
Binary file not shown.
Binary file removed assets/ddosify_metrics.png
Binary file not shown.
Binary file removed assets/ddosify_performance_testing.png
Binary file not shown.
Binary file removed assets/ddosify_service_map.png
Binary file not shown.
Binary file removed assets/ddosify_service_map_filtered.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions ddosify_engine/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
FROM golang:1.18.1

WORKDIR /workspace

COPY go.mod ./
COPY go.sum ./

ENV GOPATH /go
ENV GOBIN /go/bin

ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
ENV SHELL /bin/zsh

RUN apt update && apt install -y git zsh vim fzf locales gcc musl-dev curl iputils-ping telnet graphviz bc jq && rm -rf /var/lib/apt/lists/*
RUN sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
RUN git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
RUN git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.2
COPY .devcontainer/.zshrc /root/.zshrc

RUN go install -v golang.org/x/tools/gopls@v0.8.3
RUN go install -v github.com/rogpeppe/godef@v1.1.2
RUN go install -v github.com/rakyll/gotest@v0.0.6
RUN go install -v github.com/ramya-rao-a/go-outline@1.0.0
RUN go install -v github.com/go-delve/delve/cmd/dlv@v1.8.1
RUN go install -v golang.org/x/perf/cmd/benchstat@v0.0.0-20221222172245-91a04616dc65
RUN go mod download

CMD [ "zsh" ]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 178b9a6

Please sign in to comment.