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
·
shadowsocks avatar

shadowsocks/shadowsocks-libev

0
View on GitHub↗
16,180 estrellas·6,254 forks·C·GPL-3.0·3 vistasgithub.com/shadowsocks/shadowsocks-rust↗

Shadowsocks Libev

shadowsocks-libev is an event-driven network daemon that provides an encrypted SOCKS5 proxy. It functions as a lightweight proxy server using a non-blocking event loop to route TCP and UDP traffic through encrypted tunnels to bypass network restrictions.

The project implements a transparent proxy gateway capable of intercepting outbound packets at the network layer, allowing system traffic to be redirected through the encrypted tunnel without per-application configuration. It also includes a daemon process manager to control multiple proxy server instances as child processes via local communication sockets.

The system covers a broad range of traffic management capabilities, including local port forwarding, encryption tunnel multiplexing, and the encapsulation of UDP datagrams within TCP streams. Access is managed through IP-based access control lists that permit or block client connections.

Features

  • SOCKS5 Proxies - Implements an encrypted proxy server that uses the SOCKS5 protocol to route TCP and UDP traffic.
  • Shadowsocks Tunnel Implementations - Implements the Shadowsocks protocol to encrypt and tunnel TCP and UDP traffic through a SOCKS5 proxy.
  • Event-Driven Networking - Functions as a high-performance network daemon using an event-driven model for concurrent connections.
  • UDP Tunneling - Provides encapsulation and redirection of UDP traffic through encrypted proxy connections.
  • Non-Blocking Socket I/O - Uses asynchronous non-blocking socket I/O to handle high concurrency without thread-per-connection overhead.
  • TCP Tunneling - Implements wrapping of TCP streams in custom encrypted protocols to bypass network restrictions.
  • Traffic Encryption - Encrypts internet traffic in transit using specific ciphers to bypass network censorship.
  • Configurable Cipher Encryptors - Provides configurable cipher methods to encrypt network traffic and bypass network restrictions.
  • Non-Blocking Event Loops - Employs a non-blocking event loop architecture via libev to manage concurrent network operations.
  • Local Port Mapping - Maps local ports to specific destination server addresses to tunnel traffic to remote targets.
  • UDP-over-TCP Encapsulations - Wraps UDP datagrams inside TCP streams to ensure reliable delivery when native UDP is blocked.
  • Transparent Network Proxies - Functions as a network-layer interceptor that redirects system traffic transparently through an encrypted tunnel.
  • Transparent Proxies - Intercepts network traffic at the system layer to route it through the proxy without client configuration.
  • Transparent Proxying - Intercepts and redirects outbound network traffic through the proxy without requiring client-side configuration.
  • Session Multiplexers - Multiplexes multiple TCP and UDP proxy sessions over a single encrypted tunnel using a shared cipher context.

Historial de estrellas

Gráfico del historial de estrellas de shadowsocks/shadowsocks-libevGráfico del historial de estrellas de shadowsocks/shadowsocks-libev

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 shadowsocks/shadowsocks-libev?

shadowsocks-libev is an event-driven network daemon that provides an encrypted SOCKS5 proxy. It functions as a lightweight proxy server using a non-blocking event loop to route TCP and UDP traffic through encrypted tunnels to bypass network restrictions.

¿Cuáles son las características principales de shadowsocks/shadowsocks-libev?

Las características principales de shadowsocks/shadowsocks-libev son: SOCKS5 Proxies, Shadowsocks Tunnel Implementations, Event-Driven Networking, UDP Tunneling, Non-Blocking Socket I/O, TCP Tunneling, Traffic Encryption, Configurable Cipher Encryptors.

¿Qué alternativas de código abierto existen para shadowsocks/shadowsocks-libev?

Las alternativas de código abierto para shadowsocks/shadowsocks-libev incluyen: shadowsocks/shadowsocks-rust — A Rust port of shadowsocks. go-gost/gost — Gost is a Go-based network tunnel and multi-protocol proxy server. It functions as a gateway for routing TCP and UDP… ginuerzh/gost — gost is a multi-protocol proxy tunnel and secure tunneling server designed to route network traffic through encrypted… coyove/goflyway — goflyway is an encrypted traffic relay and HTTP TCP tunneling proxy. It encapsulates TCP traffic within HTTP POST or… erebe/wstunnel — wstunnel is a tool that tunnels arbitrary TCP traffic through WebSocket connections, enabling communication across… cloudwego/netpoll — Netpoll is an event-driven network framework and non-blocking I/O library designed to manage concurrent TCP and Unix…

Alternativas open-source a Shadowsocks Libev

Proyectos open-source similares, clasificados según cuántas características comparten con Shadowsocks Libev.
  • shadowsocks/shadowsocks-rustAvatar de shadowsocks

    shadowsocks/shadowsocks-rust

    10,729Ver en GitHub↗

    A Rust port of shadowsocks

    Rusthttp-proxyrustsecurity
    Ver en GitHub↗10,729
  • go-gost/gostAvatar de go-gost

    go-gost/gost

    6,972Ver en GitHub↗

    Gost is a Go-based network tunnel and multi-protocol proxy server. It functions as a gateway for routing TCP and UDP traffic, creating secure network tunnels between remote endpoints, and acting as a DNS proxy server to resolve domain name queries. The project is distinguished by its ability to implement multi-hop proxy chaining, which links multiple network nodes in a sequence to route traffic through specific paths. It also provides transparent proxying by integrating with virtual network interfaces to intercept system-level traffic without requiring manual client configuration. The system

    Godnsdtlsgolang
    Ver en GitHub↗6,972
  • 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
  • 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
Ver las 30 alternativas a Shadowsocks Libev→