class

Azu::Handler::IpSpoofing

Inherits HTTP::Handler < Reference < Object

IP spoofing is the creation of Internet Protocol (IP) packets which have a modified source address in order to either hide the identity of the sender, to impersonate another computer system, or both. It is a technique often used by bad actors to invoke DDoS attacks against a target device or the surrounding infrastructure.

Usage

Azu::Throttle.new

Constants

CLIENT_IP = "X-Client-IP"
FORWARDED_FOR = "X-Forwarded-For"
REAL_IP = "X-Real-IP"

Instance methods