awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesIP-Based Request Matchers

Matchers that filter traffic based on client IP or network ranges.

Explore 3 awesome GitHub repositories matching networking & communication · IP-Based Request Matchers. Refine with filters or upvote what's useful.

Awesome IP-Based Request Matchers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • caddyserver/caddyAvatar caddyserver

    caddyserver/caddy

    73,492Vezi pe GitHub↗

    Caddy is an extensible, modular web server platform designed for high-performance traffic management and automated security. At its core, it functions as a dynamic HTTP gateway that handles request routing, static asset delivery, and reverse proxying through a chain of configurable handler modules. The system is built on a modular architecture that allows developers to extend server functionality by registering custom components, all managed through a unified lifecycle and provisioning framework. What distinguishes Caddy is its focus on automated infrastructure and zero-downtime operations. I

    Traffic filtering based on client IP addresses or CIDR ranges provides granular control over request access, including support for trusted proxy headers.

    Goacmeautomatic-httpscaddy
    Vezi pe GitHub↗73,492
  • huggingface/text-generation-inferenceAvatar huggingface

    huggingface/text-generation-inference

    10,775Vezi pe GitHub↗

    Text Generation Inference is a production-ready engine designed for the deployment and serving of large language models. It functions as a containerized runtime environment that manages model execution, scales across distributed hardware, and provides high-performance inference capabilities for demanding production environments. The project distinguishes itself through advanced optimization techniques, including continuous batching to maximize hardware utilization and tensor parallelism to shard large models across multiple accelerator cards. It supports efficient inference through custom com

    Filters incoming traffic based on client IP addresses to prevent service abuse.

    Pythonbloomdeep-learningfalcon
    Vezi pe GitHub↗10,775
  • fideloper/trustedproxyAvatar fideloper

    fideloper/TrustedProxy

    7,311Vezi pe GitHub↗

    TrustedProxy is an HTTP proxy trust manager and Laravel middleware designed to validate request headers and manage session consistency for applications operating behind load balancers or reverse proxies. It serves as a request environment handler that ensures secure client IP detection and accurate URL generation. The system prevents header spoofing by allowing the definition of trusted IP addresses and ranges. It validates that incoming requests originate from authorized intermediaries before modifying the request object to reflect the original client IP and protocol. The project covers tra

    Implements IP-based request matching to validate that incoming traffic originates from trusted network ranges.

    PHP
    Vezi pe GitHub↗7,311
  1. Home
  2. Networking & Communication
  3. Communication Protocols and Architectures
  4. Request Processing Architectures
  5. Request Matching
  6. IP-Based Request Matchers