https://github.com/wzshiming/shadowsocks
ShadowSocks server and client. Full TCP/UDP and IPv4/IPv6 support
https://github.com/wzshiming/shadowsocks
shadowsocks shadowsocks-client shadowsocks-server
Last synced: 3 months ago
JSON representation
ShadowSocks server and client. Full TCP/UDP and IPv4/IPv6 support
- Host: GitHub
- URL: https://github.com/wzshiming/shadowsocks
- Owner: wzshiming
- License: mit
- Created: 2021-01-06T15:28:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T02:31:12.000Z (about 1 year ago)
- Last Synced: 2025-05-06T03:28:58.403Z (about 1 year ago)
- Topics: shadowsocks, shadowsocks-client, shadowsocks-server
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 25
- Watchers: 3
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShadowSocks
ShadowSocks server and client
[](https://github.com/wzshiming/shadowsocks/actions/workflows/go-cross-build.yml)
[](https://goreportcard.com/report/github.com/wzshiming/shadowsocks)
[](https://pkg.go.dev/github.com/wzshiming/shadowsocks)
[](https://github.com/wzshiming/shadowsocks/blob/master/LICENSE)
This project is to add protocol support for the [Bridge](https://github.com/wzshiming/bridge), or it can be used alone
The following is the implementation of other proxy protocols
- [Socks4](https://github.com/wzshiming/socks4)
- [Socks5](https://github.com/wzshiming/socks5)
- [HTTP Proxy](https://github.com/wzshiming/httpproxy)
- [SSH Proxy](https://github.com/wzshiming/sshproxy)
- [Any Proxy](https://github.com/wzshiming/anyproxy)
- [Emux](https://github.com/wzshiming/emux)
## Usage
[API Documentation](https://godoc.org/github.com/wzshiming/shadowsocks)
[Example](https://github.com/wzshiming/shadowsocks/blob/master/cmd/shadowsocks/main.go)
## Features
- [x] Support TCP proxy
- [x] Support UDP proxy
## Supported ciphers
- AEAD
- [x] aes-128-gcm
- [x] aes-192-gcm
- [x] aes-256-gcm
- [x] chacha20-ietf-poly1305
- [x] xchacha20-poly1305
- Stream
- [x] aes-128-cfb
- [x] aes-192-cfb
- [x] aes-256-cfb
- [x] aes-128-ctr
- [x] aes-192-ctr
- [x] aes-256-ctr
- [x] des-cfb
- [x] bf-cfb
- [x] cast5-cfb
- [x] rc4-md5
- [x] chacha20
- [x] chacha20-ietf
- [x] xchacha20
- [x] salsa20
- [x] dummy (no encryption)
## License
Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/shadowsocks/blob/master/LICENSE) for the full license text.