awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ilanyu avatar

ilanyu/ReverseProxy

0
View on GitHub↗
4,573 stele·1,139 fork-uri·Go·4 vizualizărihub.docker.com/r/ilanyu/golang-reverseproxy↗

ReverseProxy

Acesta este un instrument de rutare a rețelei scris în Go, care funcționează ca un router de trafic de nivel 4 (layer 4). Servește ca un forwarder de rețea TCP conceput pentru a ruta traficul de intrare de la un port local către o adresă de destinație la distanță.

Proiectul implementează capabilități de reverse proxy și port forwarding local pentru a redirecționa pachetele de rețea de la o interfață locală specifică către un server backend.

Gestionează rutarea traficului de rețea prin legarea listener-elor la adrese IP și porturi locale, transmițând octeți bruti între clienți și destinațiile la distanță.

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.

Istoric stele

Graficul istoricului de stele pentru ilanyu/reverseproxyGraficul istoricului de stele pentru ilanyu/reverseproxy

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face ilanyu/reverseproxy?

Acesta este un instrument de rutare a rețelei scris în Go, care funcționează ca un router de trafic de nivel 4 (layer 4). Servește ca un forwarder de rețea TCP conceput pentru a ruta traficul de intrare de la un port local către o adresă de destinație la distanță.

Care sunt principalele funcționalități ale ilanyu/reverseproxy?

Principalele funcționalități ale ilanyu/reverseproxy sunt: 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.

Care sunt câteva alternative open-source pentru ilanyu/reverseproxy?

Alternativele open-source pentru ilanyu/reverseproxy includ: 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…

Alternative open-source pentru ReverseProxy

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu ReverseProxy.
  • 3proxy/3proxyAvatar 3proxy

    3proxy/3proxy

    5,264Vezi pe 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
    Vezi pe GitHub↗5,264
  • windtf/wireproxyAvatar windtf

    windtf/wireproxy

    5,656Vezi pe 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
    Vezi pe GitHub↗5,656
  • coyove/goflywayAvatar coyove

    coyove/goflyway

    4,286Vezi pe 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
    Vezi pe GitHub↗4,286
  • evilgenius-dot/rustminersystemAvatar EvilGenius-dot

    EvilGenius-dot/RustMinerSystem

    3,873Vezi pe 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
    Vezi pe GitHub↗3,873
  • Vezi toate cele 30 alternative pentru ReverseProxy→