awesome-repositories.com
Blog
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
·
ilanyu avatar

ilanyu/ReverseProxy

0
View on GitHub↗
4,573 estrellas·1,139 forks·Go·4 vistashub.docker.com/r/ilanyu/golang-reverseproxy↗

ReverseProxy

Esta es una herramienta de enrutamiento de red escrita en Go que funciona como un router de tráfico de capa 4. Sirve como un reenviador de red TCP diseñado para enrutar el tráfico entrante desde un puerto local a una dirección de destino remota.

El proyecto implementa capacidades de proxy inverso y reenvío de puertos locales para redirigir paquetes de red desde una interfaz local específica a un servidor backend.

Gestiona el enrutamiento de tráfico de red vinculando listeners a direcciones IP y puertos locales, canalizando bytes crudos entre clientes y destinos remotos.

Features

  • Go-Based Network Proxies - Provides a network routing tool written in Go that forwards traffic from local ports to remote addresses.
  • Layer 4 Reverse Proxies - Implements a gateway that intercepts and forwards raw network traffic to backend servers.
  • Network Port Forwarding - Maps local network ports to remote listeners to enable cross-environment communication.
  • TCP Connection Forwarding - Redirects raw TCP streams from a local listening socket to a remote destination port via bidirectional copying.
  • Local Port Mapping - Binds to local IP addresses and ports to map incoming traffic to remote destination addresses.
  • Layer 4 TCP Routing - Operates at the transport layer to route raw TCP traffic between clients and backend servers.
  • Network Traffic Routing - Directs incoming network requests from local interfaces to designated remote destination addresses.
  • Goroutine-Per-Connection Models - Implements a model that assigns a dedicated goroutine to every incoming TCP connection for parallel processing.

Historial de estrellas

Gráfico del historial de estrellas de ilanyu/reverseproxyGráfico del historial de estrellas de ilanyu/reverseproxy

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

Alternativas open-source a ReverseProxy

Proyectos open-source similares, clasificados según cuántas características comparten con ReverseProxy.
  • 3proxy/3proxyAvatar de 3proxy

    3proxy/3proxy

    5,264Ver en GitHub↗

    3proxy is a multi-protocol proxy server and network access control gateway. It functions as a network traffic forwarder capable of routing TCP and UDP traffic across HTTP, SOCKS, and various email and file protocols. The project provides specialized capabilities for secure traffic inspection, including the decryption and analysis of HTTPS and TLS streams through certificate spoofing and mutual authentication. It further supports client identity anonymization by routing outbound traffic through recursive upstream proxy chains. The software covers a broad range of network management functions,

    Caccountingchttps-proxy
    Ver en GitHub↗5,264
  • windtf/wireproxyAvatar de windtf

    windtf/wireproxy

    5,656Ver en GitHub↗

    wireproxy is a user-space WireGuard client and network gateway that establishes secure tunnels without requiring root privileges or system-wide interface changes. It functions as a VPN proxy that can expose WireGuard connections as SOCKS5 or HTTP proxies. The project provides specialized routing capabilities, including a TLS SNI proxy that directs encrypted traffic based on Server Name Indication and a gateway for mapping local TCP and UDP ports to remote destinations. It supports multi-peer management to route traffic between several endpoints using defined IP ranges. Additional capabilitie

    Gogolangnetworkproxy
    Ver en GitHub↗5,656
  • coyove/goflywayAvatar de coyove

    coyove/goflyway

    4,286Ver en GitHub↗

    goflyway is an encrypted traffic relay and HTTP TCP tunneling proxy. It encapsulates TCP traffic within HTTP POST or WebSocket requests to bypass restrictive firewalls and network proxies. The system provides a SOCKS5 proxy server that routes traffic via a WebSocket relay and includes a UDP over TCP tunnel to enable transport across networks that block UDP traffic. It also functions as a TCP traffic interceptor for capturing and inspecting data passing through relayed connections. Capabilities cover network tunneling and traffic proxying through various transport protocols, including HTTP PO

    Gogolangmitmproxysocks
    Ver en GitHub↗4,286
  • evilgenius-dot/rustminersystemAvatar de EvilGenius-dot

    EvilGenius-dot/RustMinerSystem

    3,873Ver en GitHub↗

    RustMinerSystem is a cryptocurrency mining proxy server and Stratum protocol proxy. It acts as a network intermediary that forwards traffic from mining hardware to remote pools while centralizing connection management and pool node operations. The system enables the injection of custom operator fees into mining shares to monetize traffic. It supports dynamic algorithm switching, allowing the system to update supported cryptocurrency hashing algorithms in real time without requiring a process restart. The project includes a web-based management dashboard for monitoring system health, port act

    Rustbtcminerbtcproxyktminer
    Ver en GitHub↗3,873
Ver las 30 alternativas a ReverseProxy→

Preguntas frecuentes

¿Qué hace ilanyu/reverseproxy?

Esta es una herramienta de enrutamiento de red escrita en Go que funciona como un router de tráfico de capa 4. Sirve como un reenviador de red TCP diseñado para enrutar el tráfico entrante desde un puerto local a una dirección de destino remota.

¿Cuáles son las características principales de ilanyu/reverseproxy?

Las características principales de ilanyu/reverseproxy son: Go-Based Network Proxies, Layer 4 Reverse Proxies, Network Port Forwarding, TCP Connection Forwarding, Local Port Mapping, Layer 4 TCP Routing, Network Traffic Routing, Goroutine-Per-Connection Models.

¿Qué alternativas de código abierto existen para ilanyu/reverseproxy?

Las alternativas de código abierto para ilanyu/reverseproxy incluyen: 3proxy/3proxy — 3proxy is a multi-protocol proxy server and network access control gateway. It functions as a network traffic… coyove/goflyway — goflyway is an encrypted traffic relay and HTTP TCP tunneling proxy. It encapsulates TCP traffic within HTTP POST or… windtf/wireproxy — wireproxy is a user-space WireGuard client and network gateway that establishes secure tunnels without requiring root… kubernetes-sigs/gateway-api — The Gateway API is a standardized set of resources for routing HTTP, gRPC, and TCP traffic into and within Kubernetes… gdy666/lucky — Lucky is a connectivity and routing utility suite focused on SSL automation, dynamic DNS client services, NAT… evilgenius-dot/rustminersystem — RustMinerSystem is a cryptocurrency mining proxy server and Stratum protocol proxy. It acts as a network intermediary…