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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesTunnel Client Authentication

Verifying the identity of local tunnel instances using secure tokens to establish persistent links.

Distinct from Secure Tunnels: Specifically covers the authentication of the tunnel client to the server, not the data encryption of the tunnel.

Explore 3 awesome GitHub repositories matching networking & communication · Tunnel Client Authentication. Refine with filters or upvote what's useful.

Awesome Tunnel Client Authentication GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • yarrick/iodineAvatar von yarrick

    yarrick/iodine

    7,913Auf GitHub ansehen↗

    Iodine is a DNS tunneling tool that encapsulates IPv4 traffic inside DNS queries and responses, enabling network connectivity through restrictive firewalls that only permit DNS traffic. It operates as a client-server system where the server listens for DNS queries on a delegated subdomain and creates virtual tunnel interfaces for clients, while the client establishes connections and routes traffic over the tunnel. The project distinguishes itself through several key capabilities: it supports up to 16 simultaneous users on a single server with automatic IP assignment, secures tunnel connection

    Secures tunnel connections with an MD5-based challenge-response authentication handshake.

    Cdnsdns-tunnelhacktoberfest
    Auf GitHub ansehen↗7,913
  • beyondcode/exposeAvatar von beyondcode

    beyondcode/expose

    4,569Auf GitHub ansehen↗

    Expose is a PHP-based tunneling service and local environment proxy that exposes local servers to the internet via public URLs. It provides a secure way to share development previews and test APIs without deploying to a remote server. The project is distinguished by its support for self-hosted tunneling infrastructure, allowing users to deploy a private server for full control over data and network configuration. It includes a dedicated HTTP webhook debugger for capturing, inspecting, and replaying incoming requests to verify system behavior in a local environment. The toolset covers network

    Validates the identity of local tunnel clients using secure tokens to establish authorized persistent links.

    PHP
    Auf GitHub ansehen↗4,569
  • exposedev/exposeAvatar von exposedev

    exposedev/expose

    4,521Auf GitHub ansehen↗

    Expose is a secure tunneling tool that creates public URLs for local development servers, making them accessible from the internet without complex network configuration. It forwards incoming HTTP requests and responses between a public relay server and a local machine, enabling external services to reach a development environment that would otherwise be isolated behind a firewall or VPN. The project distinguishes itself through a comprehensive set of webhook debugging and inspection capabilities. It captures all incoming webhook requests and displays them in a real-time dashboard or command-l

    Authenticates tunnel clients with personal tokens to establish secure persistent connections.

    PHPexposetunnel-servertunneling
    Auf GitHub ansehen↗4,521
  1. Home
  2. Networking & Communication
  3. Traffic Routing
  4. Secure Tunnels
  5. Tunnel Client Authentication

Unter-Tags erkunden

  • Challenge-Response AuthenticationsSecuring tunnel setup with a challenge-response login hashed by MD5 and filtering out packets from unauthorized IPs. **Distinct from Tunnel Client Authentication:** Distinct from Tunnel Client Authentication: specifies the challenge-response mechanism and IP filtering, not just identity verification.