forked from arriven/db1000n
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rm doc arriven#146 * Trigger notification * Add FAQ * fix misspell * small fix * Run installer test only if changed * Add link to FAQ to readme * fix PR
- Loading branch information
Showing
6 changed files
with
56 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ on: | |
branches: | ||
- "main" | ||
pull_request: | ||
paths: | ||
- 'install.sh' | ||
|
||
name: Test install.sh | ||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Frequently asked questions | ||
|
||
## Where can I find advanced documentation? | ||
|
||
See [docs/](docs/) | ||
|
||
## I installed `db1000n` but it's not working properly. What to do? | ||
|
||
Create [Issue](https://github.com/Arriven/db1000n/issues) and community will help you with solving a problem | ||
|
||
## I'm not a developer, how can I help to project? | ||
|
||
- Share information about `db1000n` in social media, with your friends and colleagues | ||
- Run `db1000n` on every possible platform (local machine, public clouds, Docker, Kubernetes, etc) | ||
- Create [Issues](https://github.com/Arriven/db1000n/issues) or [Pull Requests](https://github.com/Arriven/db1000n/pulls) if you found any bugs, missed documentation, misspells, etc | ||
|
||
## I'm a developer, how can I help to project? | ||
|
||
- Check [Issues](https://github.com/Arriven/db1000n/issues) to help with important tasks | ||
- Check our codebase and make [PRs](https://github.com/Arriven/db1000n/pulls) | ||
- Test an app on different platforms and report bugs or feature requests | ||
|
||
## When I run `db1000n` I see that it generates low amount of traffic. Isn't that bad? | ||
|
||
TL;DR: it's okay | ||
|
||
The app is configurable to generate set amount of traffic (controlled by the number of targets, their type, and attack interval for each of them). | ||
The main reason it works that way is because there are two main types of ddos: | ||
|
||
- Straightforward load generation (easy to implement, easy to defend from) - as effective as the amount of raw traffic you can generate | ||
|
||
- Actual denial of service that aims to remain as undetected as possible by simulating plausible traffic and hitting concrete vulnerabilities in the target (or targets). This type of ddos doesn't require a lot of traffic and thus is mostly limited by the amount of clients generating this type of load (or rather unique IPs) | ||
|
||
## Should I care about costs if I run an app in public cloud? | ||
|
||
TL;DR: [yes](https://github.com/Arriven/db1000n/issues/153) | ||
|
||
Cloud providers could charge a huge amount of money not only for compute resources but for traffic as well. | ||
If you run an app in the cloud please control your billing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters