underattack

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2022 License: BSD-2-Clause Imports: 14 Imported by: 0

README

underattack

switch cloudflare FW to under_attack mode when server load is high

Go

This runs on a web host which sits behind cloudflare.

It is run using a cron like

*/5 * * * * ${HOME}/bin/underattack -config ${HOME}/etc/underatttack.conf -default_level high >> ${HOME}/logs/underattack.log 2>&1

It checks the server's load, free memory and tries to connect to the db. If the load is too high, the free memory is too low, or if it can't connect to the db, then it sets CF into under-attack mode, which massively reduces bot traffic which usually allows server resources to recover. Once the server has recovered, then it turns off under-attack mode.

The config file looks like this:

{
	"domain": "mydomain.com",
	"apiKey": "cfApiKeyWithZoneZoneReadAmdZoneSecuritySet",
	"DbName": "nameOfDb",
	"DbUser": "NameOfDbUser",
	"DbPassword": "dbUserPassword"
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL