shadowsocks-go icon indicating copy to clipboard operation
shadowsocks-go copied to clipboard

go port of shadowsocks (Deprecated)

Results 47 shadowsocks-go issues
Sort by recently updated
recently updated
newest added

請問目前是否仍會有加入 aes-gcm 的支持打算呢

不知道到底怎么装到centos里面啊

Split codes into different files to get clearer interfaces and structures, with only minor modifications.

question
TBD

``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x52bb1f] goroutine 1 [running]: main.(*PasswdManager).updatePortPasswd(0x65f3d0, 0xc42008e8e0, 0x5, 0xc4200a2680, 0x20, 0x0) /go/src/github.com/shadowsocks/shadowsocks-go/cmd/shadowsocks-server/server.go:264 +0x1bf main.updatePasswd()...

bug
WIP

Hi, there is a bug that the Timeout for the client and server are being set to the default Flag parameter. This occurs here: https://github.com/shadowsocks/shadowsocks-go/blob/master/shadowsocks/config.go#L102-L137 What is supposed to happen...

bug

[https://shadowsocks.org/en/spec/AEAD-Ciphers.html](https://shadowsocks.org/en/spec/AEAD-Ciphers.html) seems more powerful?😄

Distribute the Debian package with with systemd service definition file instead of init.d script. For example: ``` ini [Unit] Description=Shadowsocks Server After=network.target [Service] ExecStart=/usr/bin/shadowsocks-server -c /etc/shadowsocks/config.json User=nobody Group=nogroup [Install] WantedBy=multi-user.target...

TBD