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

ilanyu/ReverseProxy

0
View on GitHub↗
4,573 Stars·1,139 Forks·Go·4 Aufrufehub.docker.com/r/ilanyu/golang-reverseproxy↗

ReverseProxy

Dies ist ein Netzwerk-Routing-Tool, das in Go geschrieben ist und als Layer-4-Traffic-Router fungiert. Es dient als TCP-Netzwerk-Forwarder, der eingehenden Traffic von einem lokalen Port an eine entfernte Zieladresse weiterleitet.

Das Projekt implementiert Reverse-Proxy- und lokale Port-Forwarding-Funktionen, um Netzwerkpakete von einer spezifischen lokalen Schnittstelle an einen Backend-Server umzuleiten.

Es verwaltet das Netzwerk-Traffic-Routing durch das Binden von Listenern an lokale IP-Adressen und Ports und leitet Rohdaten zwischen Clients und entfernten Zielen weiter.

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.

Star-Verlauf

Star-Verlauf für ilanyu/reverseproxyStar-Verlauf für ilanyu/reverseproxy

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu ReverseProxy

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit ReverseProxy.
  • 3proxy/3proxyAvatar von 3proxy

    3proxy/3proxy

    5,264Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,264
  • windtf/wireproxyAvatar von windtf

    windtf/wireproxy

    5,656Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,656
  • coyove/goflywayAvatar von coyove

    coyove/goflyway

    4,286Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,286
  • evilgenius-dot/rustminersystemAvatar von EvilGenius-dot

    EvilGenius-dot/RustMinerSystem

    3,873Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,873
Alle 30 Alternativen zu ReverseProxy anzeigen→

Häufig gestellte Fragen

Was macht ilanyu/reverseproxy?

Dies ist ein Netzwerk-Routing-Tool, das in Go geschrieben ist und als Layer-4-Traffic-Router fungiert. Es dient als TCP-Netzwerk-Forwarder, der eingehenden Traffic von einem lokalen Port an eine entfernte Zieladresse weiterleitet.

Was sind die Hauptfunktionen von ilanyu/reverseproxy?

Die Hauptfunktionen von ilanyu/reverseproxy sind: 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.

Welche Open-Source-Alternativen gibt es zu ilanyu/reverseproxy?

Open-Source-Alternativen zu ilanyu/reverseproxy sind unter anderem: 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…