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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ekzhang avatar

ekzhang/bore

0
View on GitHub↗
11,242 estrellas·502 forks·Rust·MIT·3 vistasbore.pub↗

Bore

Bore is a TCP tunneling tool and localhost exposure utility used to route local TCP ports to public IP addresses. It functions as a TCP port forwarder that makes services running on a local machine accessible over the internet via a remote listener.

The project includes a secure tunnel server implementation that manages incoming connections and routes traffic to connected local clients. It utilizes shared secret handshakes to authorize tunnel creation and restrict access to authorized users.

The system provides capabilities for firewall bypass networking and remote tunnel hosting. It manages bidirectional socket proxying and TCP-based stream forwarding to enable public accessibility of private services.

Features

  • Port Forwarding Tools - Exposes local development servers to the public internet by tunneling traffic through a remote server.
  • Firewall Bypass Networking - Connects local services to the internet when the local network prevents direct incoming traffic.
  • Local Resource Exposure - Makes services running on a local machine accessible over the internet via a remote listener.
  • Tunnel Server Hosting - Provides a remote listener that manages incoming tunnel connections and routes traffic to connected local clients.
  • TCP and UDP Forwarders - Relays raw TCP bytes between a public listening socket and a private local connection via a persistent tunnel.
  • Handshake Protocols - Establishes secure sessions through a shared secret exchange during the initial connection phase.
  • Secure Tunneling - Ensures only authorized users can establish tunnels using shared secret handshakes.
  • Secure Tunnel Servers - Implements a remote server that uses shared secrets to authorize and manage incoming tunnel connections.
  • Concurrent Tunnel Session Handling - Uses a multi-threaded or asynchronous runtime to manage multiple simultaneous tunnels and user sessions.
  • Bidirectional Stream Proxying - Implements low-latency bidirectional socket proxying to ensure full-duplex communication between remote hosts and local clients.
  • Tunnel Routing Tables - Tracks active tunnel sessions on the server to direct incoming public traffic to the correct local client.
  • Tunnel Access Restrictions - Requires a shared secret during the initial handshake to prevent unauthorized users from creating tunnels.
  • DevOps & Infrastructure - TCP tunnel for exposing local ports to remote servers.
  • Networking and Tunnels - TCP tunnel for exposing local ports to remote servers.
  • Tunneling and Proxying - Minimalist and lightweight tunneling utility.

Historial de estrellas

Gráfico del historial de estrellas de ekzhang/boreGráfico del historial de estrellas de ekzhang/bore

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace ekzhang/bore?

Bore is a TCP tunneling tool and localhost exposure utility used to route local TCP ports to public IP addresses. It functions as a TCP port forwarder that makes services running on a local machine accessible over the internet via a remote listener.

¿Cuáles son las características principales de ekzhang/bore?

Las características principales de ekzhang/bore son: Port Forwarding Tools, Firewall Bypass Networking, Local Resource Exposure, Tunnel Server Hosting, TCP and UDP Forwarders, Handshake Protocols, Secure Tunneling, Secure Tunnel Servers.

¿Qué alternativas de código abierto existen para ekzhang/bore?

Las alternativas de código abierto para ekzhang/bore incluyen: ginuerzh/gost — gost is a multi-protocol proxy tunnel and secure tunneling server designed to route network traffic through encrypted… erebe/wstunnel — wstunnel is a tool that tunnels arbitrary TCP traffic through WebSocket connections, enabling communication across… agrinman/tunnelto — tunnelto is a network tunneling tool that creates a public URL to forward traffic to a locally running web server,… jpillora/chisel — Chisel is a network tunneling tool that facilitates secure communication by encapsulating TCP and UDP traffic within… rathole-org/rathole — Rathole is a reverse proxy tunneling tool designed to expose local services behind firewalls and network address… fosrl/pangolin — Pangolin is a zero-trust remote access platform designed to provide secure, identity-aware connectivity to private…

Alternativas open-source a Bore

Proyectos open-source similares, clasificados según cuántas características comparten con Bore.
  • ginuerzh/gostAvatar de ginuerzh

    ginuerzh/gost

    18,019Ver en GitHub↗

    gost is a multi-protocol proxy tunnel and secure tunneling server designed to route network traffic through encrypted connections. It functions as a traffic obfuscation gateway and a transparent proxy server capable of intercepting TCP and UDP traffic at the IP level. The project also includes a virtual network interface manager for creating TUN and TAP devices to intercept operating system packets. The system distinguishes itself through a chain-based request routing model, allowing traffic to pass through an ordered sequence of proxy nodes. It provides extensive transport-layer encapsulatio

    Godnsgogolang
    Ver en GitHub↗18,019
  • erebe/wstunnelAvatar de erebe

    erebe/wstunnel

    6,424Ver en GitHub↗

    wstunnel is a tool that tunnels arbitrary TCP traffic through WebSocket connections, enabling communication across restrictive firewalls and proxies. It operates as both a client and server, encapsulating TCP data within WebSocket binary frames and multiplexing multiple connections over a single WebSocket link. The tool supports mutual TLS authentication, requiring clients to present signed certificates for verification before establishing a tunnel, and provides shared secret access control and tunnel forwarding restrictions for additional security. The project distinguishes itself by offerin

    Rusthttp2reverse-tunnelsocks
    Ver en GitHub↗6,424
  • agrinman/tunneltoAvatar de agrinman

    agrinman/tunnelto

    5,828Ver en GitHub↗

    tunnelto is a network tunneling tool that creates a public URL to forward traffic to a locally running web server, making it accessible from anywhere. It provides a way to expose local development servers to the internet through temporary or persistent public endpoints. The project supports authenticating tunnel connections with an API key to prevent unauthorized access, and allows reserving custom subdomains so the public URL remains stable across sessions. It also enables debugging webhook integrations by forwarding incoming requests to a local server for inspection during development, and

    Rustasync-ioexposelocalhost
    Ver en GitHub↗5,828
  • jpillora/chiselAvatar de jpillora

    jpillora/chisel

    15,615Ver en GitHub↗

    Chisel is a network tunneling tool that facilitates secure communication by encapsulating TCP and UDP traffic within HTTP requests. It functions as a connection multiplexer, consolidating multiple logical network streams into a single persistent connection to improve throughput and reduce overhead. By leveraging standard web protocols, the system enables firewall traversal and provides a mechanism for remote port forwarding and proxying. The project distinguishes itself through its focus on resilient connectivity and granular access control. It maintains persistent network sessions across uns

    Gogolanghttptcp
    Ver en GitHub↗15,615
  • Ver las 30 alternativas a Bore→