command
module
Version:
v0.0.0-...-ccb1d63
Opens a new window with list of versions in this module.
Published: Sep 25, 2019
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
shadowsocks-legendsock
注意,此后端仅支持原版 SS 而且加密方式较少!
特性
- 使用 Go 编写,性能高
- 已经对接好 LegendSock (目前 YoYu 的 Air 在使用此后端)
支持的加密方式
AEAD_AES_128_GCM (AES-128-GCM)
AEAD_AES_192_GCM (AES-192-GCM)
AEAD_AES_256_GCM (AES-256-GCM)
AEAD_CHACHA20_POLY1305 (CHACHA20-POLY1305)
AEAD_XCHACHA20_POLY1305 (XCHACHA20-POLY1305)
RC4-MD5
AES-128-CFB
AES-192-CFB
AES-256-CFB
AES-128-CTR
AES-192-CTR
AES-256-CTR
CHACHA20
CHACHA20-IETF
XCHACHA20
Ubuntu 自动安装脚本
- 运行脚本
curl -fsSL https://raw.githubusercontent.com/shadowsocks-server/shadowsocks-legendsock/master/scripts/Ubuntu.sh | bash
- 编辑配置文件调整参数
vim /etc/systemd/system/shadowsocks-legendsock.service
- 重启 Systemd 并开启服务设置自启
systemctl daemon-reload
systemctl start shadowsocks-legendsock
systemctl enable shadowsocks-legendsock
systemctl status shadowsocks-legendsock
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Package core implements essential parts of Shadowsocks
|
Package core implements essential parts of Shadowsocks |
Package shadowaead implements a simple AEAD-protected secure protocol.
|
Package shadowaead implements a simple AEAD-protected secure protocol. |
Package shadowstream implements the original Shadowsocks protocol protected by stream cipher.
|
Package shadowstream implements the original Shadowsocks protocol protected by stream cipher. |
Package socks implements essential parts of SOCKS protocol.
|
Package socks implements essential parts of SOCKS protocol. |
Click to show internal directories.
Click to hide internal directories.