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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

64 dépôts

Awesome GitHub RepositoriesProxy Configurations

Settings and configurations that direct outbound network traffic through specific gateways or authenticated proxy endpoints.

Explore 64 awesome GitHub repositories matching networking & communication · Proxy Configurations. Refine with filters or upvote what's useful.

Awesome Proxy Configurations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • syncthing/syncthingAvatar de syncthing

    syncthing/syncthing

    85,400Voir sur GitHub↗

    Syncthing est un moteur de synchronisation de fichiers décentralisé qui maintient des états de données cohérents sur plusieurs appareils via un réseau maillé peer-to-peer. Il fonctionne comme un démon en arrière-plan qui réplique automatiquement les créations, modifications et suppressions de fichiers entre des nœuds de confiance sans nécessiter de serveurs centraux. En utilisant l'indexation de blocs adressables par contenu et la synchronisation delta au niveau des blocs, le système identifie et transfère uniquement les segments modifiés des fichiers, assurant une propagation efficace des données dans des environnements hétérogènes. Le projet se distingue par une architecture axée sur la sécurité qui repose sur l'authentification mutuelle TLS pour vérifier l'identité des appareils, garantissant que toutes les connexions sont liées cryptographiquement aux empreintes de certificats de confiance. Il prend en charge des modes de synchronisation flexibles, notamment la réplication bidirectionnelle, la mise en miroir unidirectionnelle pour les sauvegardes et l'application basée sur des références. Pour plus de confidentialité, le système fournit un chiffrement au niveau des dossiers pour les appareils non approuvés et permet un contrôle granulaire du trafic réseau, y compris la possibilité de restreindre les opérations aux réseaux locaux ou d'utiliser une infrastructure de relais pour le franchissement NAT. Au-delà de ses capacités de réplication de base, la plateforme offre des outils de gestion complets, notamment un tableau de bord web pour surveiller l'état de la connexion et le débit, ainsi qu'une interface de ligne de commande pour une configuration avancée. Il inclut des stratégies de versionnage robustes pour protéger contre la perte de données et prend en charge des scénarios de déploiement complexes grâce à une intégration native des services et des métriques d'observabilité. Le logiciel est conçu pour une compatibilité multiplateforme et peut être installé via des gestionnaires de paquets standard ou des environnements conteneurisés.

    Directs outbound network traffic through SOCKS5, HTTP, or HTTPS proxies by utilizing process environment variables.

    Gogop2ppeer-to-peer
    Voir sur GitHub↗85,400
  • cdr/code-serverAvatar de cdr

    cdr/code-server

    78,072Voir sur GitHub↗

    code-server is a browser-based integrated development environment that allows a VS Code compatible editor to run on a remote server. It functions as a self-hosted code editor, enabling users to access a persistent development workspace from any web browser without requiring local software installation. The project focuses on remote development environment hosting, moving heavy compilation and processing tasks to remote hardware to offload resources. This architecture enables cloud development environments that standardize workspaces and preserve local battery life by shifting computation to a

    Implements proxy-based routing to manage authentication and WebSocket traffic for the editor.

    TypeScript
    Voir sur GitHub↗78,072
  • psf/requestsAvatar de psf

    psf/requests

    54,044Voir sur GitHub↗

    Requests is a high-level HTTP client library designed to simplify web communication and API integration. It provides an intuitive, human-readable interface for performing standard network operations, including request execution, connection pooling, and stateful session management. By encapsulating raw network data into structured objects, the library automates the complexities of headers, cookies, and payload transmission. The library distinguishes itself through a modular transport adapter layer that allows for custom protocol handling and extensible authentication hooks. It supports a wide

    Directs outbound traffic through designated gateways or authenticated endpoints to manage network connectivity.

    Pythonclientcookiesforhumans
    Voir sur GitHub↗54,044
  • cmliu/edgetunnelAvatar de cmliu

    cmliu/edgetunnel

    26,710Voir sur GitHub↗

    Edgetunnel is a serverless network proxy service designed to route traffic through global edge computing platforms. By leveraging distributed infrastructure, it facilitates secure and flexible connectivity for outgoing network requests, allowing users to bypass traditional server management while maintaining control over their traffic routing. The project distinguishes itself by providing a comprehensive suite of tools for managing proxy deployments, including a visual dashboard for monitoring connection logs and traffic statistics. It supports the generation of automated subscription feeds,

    Generates and distributes automated subscription feeds for proxy client configuration.

    JavaScriptv2rayv2ray-workervless
    Voir sur GitHub↗26,710
  • mihomo-party-org/clash-partyAvatar de mihomo-party-org

    mihomo-party-org/clash-party

    24,881Voir sur GitHub↗

    Clash Party is a cross-platform desktop application that serves as a graphical interface for the Mihomo proxy engine. It functions as a network proxy configuration tool, allowing users to route and filter system-wide data packets through a central engine while monitoring traffic flow via a visual dashboard. The application distinguishes itself by consolidating multiple proxy service subscriptions into a single interface, enabling users to fetch, merge, and track active connection status across various providers. It supports a local-first approach to state persistence, ensuring that proxy conf

    Provides a visual interface for adjusting network proxy parameters and connection settings.

    TypeScriptclashclash-metaelectron
    Voir sur GitHub↗24,881
  • gopeedlab/gopeedAvatar de GopeedLab

    GopeedLab/gopeed

    24,975Voir sur GitHub↗

    Gopeed is a cross-platform download manager that provides a unified interface for retrieving files across diverse protocols, including HTTP, BitTorrent, Magnet, and ED2K. It utilizes a multi-segment concurrent downloading engine to maximize network bandwidth utilization and accelerate transfer speeds. The application is designed for both desktop and mobile environments, offering a terminal-based command-line interface alongside a graphical user experience. The project distinguishes itself through a scriptable extension framework that allows users to execute custom JavaScript to automate compl

    Supports configurable proxy routing through HTTP or SOCKS5 tunnels to manage network paths.

    Goandroidbittorrentcross-platform
    Voir sur GitHub↗24,975
  • apify/crawleeAvatar de apify

    apify/crawlee

    24,002Voir sur GitHub↗

    Crawlee is a web scraping framework designed for building scalable, reliable, and distributed data extraction pipelines. It provides a unified interface for managing headless browser automation and lightweight HTTP requests, allowing developers to handle complex web navigation, dynamic content rendering, and large-scale data collection within a single, modular architecture. The project distinguishes itself through its resource-aware concurrency controller, which dynamically scales task execution based on real-time CPU and memory usage to prevent host machine exhaustion. It also features a rob

    Routes all browser connections through a pool of proxies to bypass restrictions and distribute traffic across different IP addresses.

    TypeScriptapifyautomationcrawler
    Voir sur GitHub↗24,002
  • scoopinstaller/scoopAvatar de ScoopInstaller

    ScoopInstaller/Scoop

    23,635Voir sur GitHub↗

    Scoop is a command-line package manager for Windows designed to automate the installation, configuration, and lifecycle management of software. It utilizes a manifest-driven architecture where applications are defined in structured text files, allowing for consistent and repeatable deployments. By leveraging shim-based path management and symlink-based version switching, it enables users to install and toggle between multiple software versions without cluttering the global system environment. The project distinguishes itself through its focus on portability and clean system integration. It su

    Directs outbound network traffic through specific gateways or authenticated proxy endpoints.

    PowerShellinstallerpowershellscoop
    Voir sur GitHub↗23,635
  • automaapp/automaAvatar de AutomaApp

    AutomaApp/automa

    21,425Voir sur GitHub↗

    Automa is a browser-based automation platform that enables users to build, schedule, and execute repetitive web tasks through a visual, no-code interface. By operating as a browser extension, it provides a canvas-based environment where users construct workflows by connecting functional blocks to interact with web elements, manage browser state, and process data. The platform distinguishes itself through its deep integration with the browser environment, allowing for complex orchestration such as event-driven triggers, cross-origin request handling, and the ability to package workflows as sta

    Configures proxy server routing with domain-specific bypass rules for automated web traffic management.

    Vueautomationbrowser-automationbrowser-extension
    Voir sur GitHub↗21,425
  • matsuridayo/nekoboxforandroidAvatar de MatsuriDayo

    MatsuriDayo/NekoBoxForAndroid

    21,403Voir sur GitHub↗

    NekoBoxForAndroid is a network utility for Android that functions as a system-wide VPN tunneling client. It leverages the Sing-Box engine to capture and redirect device traffic through a virtual network interface, providing a centralized platform for managing proxy connections and network routing. The application distinguishes itself through its advanced configuration management, allowing users to define granular traffic rules based on domains, IP addresses, or specific applications. It supports complex network requirements by enabling multi-hop proxy chaining, custom DNS resolution strategie

    Defines custom inbound and outbound network tunnel configurations using JSON to support specialized connection requirements.

    Kotlinandroidgfwproxy
    Voir sur GitHub↗21,403
  • docmirror/dev-sidecarAvatar de docmirror

    docmirror/dev-sidecar

    21,033Voir sur GitHub↗

    Dev-sidecar is a local HTTP proxy tool designed to optimize development environments by intercepting and modifying network traffic. It functions as a man-in-the-middle service that routes outgoing requests through custom endpoints, enabling developers to accelerate access to remote services, manage package registry connections, and bypass regional connectivity restrictions. The tool distinguishes itself through its ability to perform dynamic DNS resolution overrides and certificate-based traffic inspection, allowing for granular control over network paths and secure data analysis. It employs

    Allows users to define proxy exclusions for specific domains, ensuring direct connectivity for local resources or high-performance traffic.

    JavaScriptdev-sidecardns-ipelectron
    Voir sur GitHub↗21,033
  • qax-os/excelizeAvatar de qax-os

    qax-os/excelize

    20,682Voir sur GitHub↗

    Excelize is a library for reading and writing spreadsheet files in the Office Open XML format. It provides a comprehensive suite of tools for programmatically creating, modifying, and analyzing workbooks, worksheets, and cell data, ensuring compatibility across various office software suites through structured XML serialization. The library distinguishes itself with a built-in formula calculation engine that evaluates complex mathematical and logical expressions directly against workbook data. It also features a memory-mapped streaming architecture, which allows for the efficient processing o

    Enables routing of network traffic through proxy servers by configuring environment variables for containerized services.

    Goagentaianalytics
    Voir sur GitHub↗20,682
  • bookstackapp/bookstackAvatar de BookStackApp

    BookStackApp/BookStack

    18,305Voir sur GitHub↗

    BookStack is a self-hosted knowledge base platform designed for organizing, storing, and managing structured documentation. It utilizes a hierarchical content model that arranges information into nested trees of books, chapters, and pages, supported by a dedicated search index for rapid retrieval across the entire knowledge base. The platform distinguishes itself through deep integration with enterprise identity providers, allowing organizations to centralize authentication and access control via LDAP, SAML, or OIDC. It provides extensive administrative control over the content lifecycle, inc

    Identifies proxy servers as trusted sources to ensure applications correctly identify original user IP addresses.

    PHPbookstackdocumentationlaravel
    Voir sur GitHub↗18,305
  • kubernetes/kopsAvatar de kubernetes

    kubernetes/kops

    16,631Voir sur GitHub↗

    kops is a Kubernetes cluster provisioner and lifecycle manager designed to automate the creation, maintenance, and destruction of production-grade clusters on cloud infrastructure. It functions as a declarative infrastructure manager, synchronizing the live state of a cluster with versioned manifests stored in remote object storage to ensure idempotent operations. The project distinguishes itself by offering comprehensive automation for the entire cluster lifecycle, including high-availability control plane deployment, incremental rolling updates, and automated version upgrades. It also serve

    Routes cluster and infrastructure traffic through a forward proxy for restricted network connectivity.

    Gocncfcontainersgo
    Voir sur GitHub↗16,631
  • yhirose/cpp-httplibAvatar de yhirose

    yhirose/cpp-httplib

    16,597Voir sur GitHub↗

    This is a header-only C++ library that provides implementations for HTTP clients, HTTP servers, and a WebSocket framework. It allows for the creation of network services and the consumption of remote APIs without requiring a separate compilation step or external binary linking. The project features backend-agnostic TLS integration for secure HTTPS and WSS communication and employs a thread-pool model to process concurrent requests. It distinguishes itself with a full-duplex WebSocket state-machine and a middleware-based request pipeline that supports regular-expression path routing. The libr

    Allows skipping proxies for specific hostnames or IP addresses to enable direct access to internal endpoints.

    C++
    Voir sur GitHub↗16,597
  • tindy2013/subconverterAvatar de tindy2013

    tindy2013/subconverter

    15,923Voir sur GitHub↗

    Subconverter is a network utility designed to translate, merge, and filter proxy subscription configurations. It functions as a service that converts proxy links between various client-specific formats, ensuring compatibility across different applications and platforms. By providing a unified interface for managing diverse connection sources, the tool enables consistent network policy application and streamlined configuration management. The project distinguishes itself through an HTTP-based transformation interface that processes subscription data dynamically. It utilizes an in-memory pipeli

    Runs a persistent service that dynamically converts and serves updated proxy subscription data.

    C++clashclashremoji
    Voir sur GitHub↗15,923
  • free-nodes/clashfreeAvatar de free-nodes

    free-nodes/clashfree

    15,834Voir sur GitHub↗

    Clashfree is a network traffic routing platform designed to facilitate access to restricted online resources and digital services. It functions as a proxy configuration management tool that enables users to route internet traffic through encrypted tunnels, effectively bypassing regional access restrictions. The system provides a centralized way to manage network proxy connections and organize multiple routing profiles across various environments. The project distinguishes itself by providing automated subscription services that distribute daily updated proxy node lists and configuration files

    Provides automated subscription services that distribute daily updated proxy node lists and configuration files for network tunneling clients.

    clashfreefqfreenode
    Voir sur GitHub↗15,834
  • oauth2-proxy/oauth2-proxyAvatar de oauth2-proxy

    oauth2-proxy/oauth2-proxy

    14,576Voir sur GitHub↗

    This project is a reverse proxy server that secures internal web services by enforcing authentication against external identity providers. It acts as a gatekeeper for incoming HTTP traffic, validating user identity before forwarding requests to protected backend applications. By integrating with OAuth2 and OIDC providers, the proxy ensures that only authorized users can access internal resources. The proxy distinguishes itself through its flexible session management and granular access control. It maintains authenticated user state across requests using either encrypted client-side cookies or

    Manages operational behavior through configuration files, environment variables, and command-line arguments.

    Gocloud-infrastructurehacktoberfestoauth2-proxy
    Voir sur GitHub↗14,576
  • free-nodes/v2rayfreeAvatar de free-nodes

    free-nodes/v2rayfree

    12,909Voir sur GitHub↗

    This project serves as a centralized aggregator and distribution service for network proxy configuration data. It provides daily updated lists of server endpoints and connection strings designed to facilitate the setup and maintenance of network traffic routing across various proxy clients. The service distinguishes itself by offering automated subscription management, allowing compatible software to fetch and synchronize active connection nodes without manual entry. It supports the parsing of standardized URI-scheme strings and bulk configuration imports, enabling users to manage proxy setti

    Distributes regularly updated configuration feeds that allow users to automatically synchronize active proxy server connection lists.

    fanqianggfwlantern
    Voir sur GitHub↗12,909
  • bia-pain-bache/bpb-worker-panelAvatar de bia-pain-bache

    bia-pain-bache/BPB-Worker-Panel

    11,997Voir sur GitHub↗

    BPB-Worker-Panel is a control panel designed for deploying and managing VLESS and Trojan proxies hosted on Cloudflare Workers. It functions as a proxy subscription generator and a manager for secure DNS over HTTPS servers and WireGuard configuration provisioning. The project distinguishes itself through network traffic obfuscation capabilities, utilizing packet fragmentation and SNI spoofing to evade detection. It provides specialized administration for Cloudflare Warp and Warp Pro connections, including the ability to optimize endpoints and export WireGuard configurations. The system covers

    Generates WireGuard-compatible configurations to direct outbound traffic through Cloudflare proxy endpoints.

    TypeScriptamneziaandroidchain
    Voir sur GitHub↗11,997
Préc.123…4Suivant
  1. Home
  2. Networking & Communication
  3. Proxy Servers
  4. Proxy Configurations

Explorer les sous-tags

  • Automated Configuration LinksMechanisms that generate shareable URLs to automatically apply proxy settings in client applications. **Distinct from Proxy Configurations:** Focuses on the delivery and automatic activation of settings via links rather than static configuration files.
  • Bypass ConfigurationsRules for excluding specific hosts or IP addresses from proxy routing. **Distinct from Proxy Configurations:** Specifically handles the logic for skipping proxies for internal endpoints, distinct from general proxy setup.
  • Exclusion RulesConfiguration settings that define specific domains or traffic patterns to bypass proxy interception. **Distinct from Proxy Configurations:** Distinct from Proxy Configurations: focuses specifically on defining bypass lists for direct connectivity rather than general gateway settings.
  • IDESetting up IDEs to route module downloads through a proxy server instead of direct version control access. **Distinct from Proxy Configurations:** Distinct from Proxy Configurations: focuses on IDE-specific proxy configuration for module downloads rather than general network proxy settings.
  • Local Proxy Bridge ConfigurationsConfigurations for local proxy servers that act as middleware by automatically updating internal IP lists. **Distinct from Proxy Configurations:** Focuses on the bridge configuration between a client and a distributed pool, not general outbound gateway settings.
  • NaiveProxy configurations that route traffic through standard web infrastructure to obfuscate activity and avoid detection. **Distinct from Proxy Configurations:** Distinct from general Proxy Configurations: specifically targets the Naive Proxy protocol for traffic obfuscation.
  • Proxy Configuration EditorsGraphical interfaces for modifying proxy settings without editing raw configuration files. **Distinct from Proxy Configurations:** Distinct from Proxy Configurations: focuses on the GUI editing capability rather than the settings themselves.
  • Route Debugging ToolsTools for inspecting proxy configurations and administration interfaces to troubleshoot traffic flow. **Distinct from Proxy Configurations:** Focuses on troubleshooting the internal routing logic of the proxy rather than general configuration settings.
  • Rule InjectionMechanisms for dynamically adding custom routing rules or nodes into existing proxy configurations. **Distinct from Proxy Configurations:** Focuses on the injection of specific routing logic into a config rather than just the general settings file.
  • Session and Traffic Routing2 sous-tagsRoutes all REST and WebSocket traffic through a proxy and customizes the underlying HTTP session. **Distinct from Proxy Configurations:** Distinct from Proxy Configurations: focuses on routing both REST and WebSocket traffic through a proxy with session customization, not just general proxy settings.
  • Static IP Gateway ProxiesRoutes API calls through a reverse proxy with a static IP address for consistent whitelisting. **Distinct from Proxy Configurations:** Distinct from Proxy Configurations: focuses on routing through a fixed-IP gateway for API calls, not general proxy settings.
  • Subscription Hosting ServicesPersistent services that dynamically serve updated configuration data to network clients. **Distinct from Proxy Configurations:** Distinct from general proxy configurations: focuses on the hosting and serving of subscription data rather than the configuration itself.