Files
Archive/shadowsocks-rust/crates/shadowsocks-service/README.md
2024-06-21 20:32:08 +02:00

30 lines
953 B
Markdown

# shadowsocks-service
[![License](https://img.shields.io/github/license/zonyitoo/shadowsocks-rust.svg)](https://github.com/zonyitoo/shadowsocks-rust)
[![crates.io](https://img.shields.io/crates/v/shadowsocks-service.svg)](https://crates.io/crates/shadowsocks-service)
[![docs.rs](https://img.shields.io/docsrs/shadowsocks-service)](https://docs.rs/shadowsocks-service)
This is a port of [shadowsocks](https://github.com/shadowsocks/shadowsocks).
shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
## Features
* Local Server
* SOCKS 5
* SOCKS 4/4a (`local-socks4`)
* HTTP (`local-http`)
* Tunnel (`local-tunnel`)
* Redir, aka Transparent Proxy (`local-redir`)
* DNS (`local-dns`)
* Tun (`local-tun`)
* FakeDNS (`local-fake-dns`)
* SIP008 Online Config (`local-online-config`)
* Server
* Manager
* API References: [Manage Multiple Users](https://github.com/shadowsocks/shadowsocks/wiki/Manage-Multiple-Users)