cf-iam
Version:
CF-IAM is a simple node application for automatically enabling Cloudflare's "Im under Attack mode" to mitigate the impact of an may accouring ddos attack, when the webserver exceeds a defined concurrent active connections limit.
26 lines (25 loc) • 772 B
JSON
{
"name": "cf-iam",
"version": "1.0.0",
"description": "CF-IAM is a simple node application for automatically enabling Cloudflare's \"Im under Attack mode\" to mitigate the impact of an may accouring ddos attack, when the webserver exceeds a defined concurrent active connections limit.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Cloudflare",
"DDoS",
"Janomine",
"JanSchuerlein"
],
"author": "JanSchuerlein",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JanSchuerlein/cf-iam.git"
},
"bugs": {
"url": "https://github.com/JanSchuerlein/cf-iam/issues"
},
"homepage": "https://github.com/JanSchuerlein/cf-iam#readme"
}