class Azu::Handler::IpSpoofing

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

Defined in:

azu/handler/ip_spoofing.cr

Constant Summary

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

Instance Method Summary

Instance Method Detail

def call(context : HTTP::Server::Context) #

[View source]