shadowsocks-service 1.24.0

shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
Documentation
1
2
3
4
5
6
7
8
9
//! Shadowsocks SOCKS (4/4a, 5) Local Server

pub use self::server::{Socks, SocksBuilder};

pub mod client;
pub mod config;
pub mod server;
#[cfg(feature = "local-socks4")]
pub mod socks4;