awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
shadowsocks avatar

shadowsocks/shadowsocks-libev

0
View on GitHub↗
16,180 نجوم·6,254 تفرعات·C·GPL-3.0·3 مشاهداتgithub.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.

سجل النجوم

مخطط تاريخ النجوم لـ shadowsocks/shadowsocks-libevمخطط تاريخ النجوم لـ shadowsocks/shadowsocks-libev

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة 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.

ما هي الميزات الرئيسية لـ shadowsocks/shadowsocks-libev؟

الميزات الرئيسية لـ shadowsocks/shadowsocks-libev هي: SOCKS5 Proxies, Shadowsocks Tunnel Implementations, Event-Driven Networking, UDP Tunneling, Non-Blocking Socket I/O, TCP Tunneling, Traffic Encryption, Configurable Cipher Encryptors.

ما هي البدائل مفتوحة المصدر لـ shadowsocks/shadowsocks-libev؟

تشمل البدائل مفتوحة المصدر لـ shadowsocks/shadowsocks-libev: 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…

بدائل مفتوحة المصدر لـ Shadowsocks Libev

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Shadowsocks Libev.
  • shadowsocks/shadowsocks-rustالصورة الرمزية لـ shadowsocks

    shadowsocks/shadowsocks-rust

    10,729عرض على GitHub↗

    A Rust port of shadowsocks

    Rusthttp-proxyrustsecurity
    عرض على GitHub↗10,729
  • go-gost/gostالصورة الرمزية لـ go-gost

    go-gost/gost

    6,972عرض على 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
    عرض على GitHub↗6,972
  • ginuerzh/gostالصورة الرمزية لـ ginuerzh

    ginuerzh/gost

    18,019عرض على 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
    عرض على GitHub↗18,019
  • coyove/goflywayالصورة الرمزية لـ coyove

    coyove/goflyway

    4,286عرض على 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
    عرض على GitHub↗4,286
عرض جميع البدائل الـ 30 لـ Shadowsocks Libev→