class Azu::Handler::IpSpoofing
- Azu::Handler::IpSpoofing
 - Reference
 - Object
 
Overview
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
  Included Modules
- HTTP::Handler
 
Defined in:
azu/handler/ip_spoofing.crConstant Summary
- 
        CLIENT_IP = 
"X-Client-IP" - 
        FORWARDED_FOR = 
"X-Forwarded-For" - 
        REAL_IP = 
"X-Real-IP"