|
- Getting Started - Shadowsocks
shadowsocks: The original Python implementation shadowsocks-libev : Lightweight C implementation for embedded devices and low end boxes Very small footprint (several megabytes) for thousands of connections
- What is Shadowsocks?
Shadowsocks is a secure split proxy loosely based on SOCKS5 client <---> ss-local <--[encrypted]--> ss-remote <---> target The Shadowsocks local component (ss-local) acts like a traditional SOCKS5 server and provides proxy service to clients
- Shadowsocks
shadowsocks-android question 0: 347: May 30, 2022 Add core and plugin module of shadowsocks-android to my app shadowsocks-android develop, question 3: 2803: May 28, 2022 Fix shadowsocks package on Guix 1: 746: May 21, 2022
- Deploying - Shadowsocks
shadowsocks-python is the initial version written by @clowwindy It aims to provide a simple-to-use and easy-to-deploy implementation with basic features of shadowsocks PyPI First, make sure you have Python 2 6 or 2 7
- Advanced configurations - Shadowsocks
The principles of tuning parameters for shadowsocks are Reuse ports and connections as soon as possible Enlarge the queues and buffers as large as possible Choose the TCP congestion algorithm for large latency and high throughput Here is an example etc sysctl conf of our production servers:
- SIP022 AEAD-2022 Ciphers - Shadowsocks
This document describes the Shadowsocks 2022 Edition and is structured as follows: Section 2 describes requirements on the encryption key and how to derive session subkeys Section 3 defines the encoding details of the required AES-GCM methods and the process for handling requests and responses
- Config Format - Shadowsocks
Shadowsocks accepts JSON format configs like this: json { " server " : " my_server_ip " , " server_port " : 8388 , " local_port " : 1080 , " password " : " barfoo! " , " method " : " chacha20-ietf-poly1305 " }
- SIP003: A simplified plugin design for shadowsocks
The plugin of shadowsocks is very similar to the Pluggable Transport plugins from Tor project Unlike the SOCKS5 proxy design in PT, every SIP003 plugin works as a tunnel (or called local port forwarding)
|
|
|