shadowsocks-legendsock

command module
v0.0.0-...-ccb1d63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2019 License: MIT Imports: 13 Imported by: 0

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 自动安装脚本

  1. 运行脚本
curl -fsSL https://raw.githubusercontent.com/shadowsocks-server/shadowsocks-legendsock/master/scripts/Ubuntu.sh | bash
  1. 编辑配置文件调整参数
vim /etc/systemd/system/shadowsocks-legendsock.service
  1. 重启 Systemd 并开启服务设置自启
systemctl daemon-reload
systemctl start shadowsocks-legendsock
systemctl enable shadowsocks-legendsock
systemctl status shadowsocks-legendsock

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL