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

Send the original address to the server and add random length of forwarding data to avoid the length of the first packet sent by the client to the server is...

I use shadowsocks-go server version 1.1.5. My server cannot connect these days. The error log as following: ############## 20:22:48 server listening port 8390 ... 08:02:46 creating cipher for port: 8390...

Outline_Client & Shadow Socks Client Windows based is installed on user machine all traffic is forwarding to Server except the SIP traffic. Scenario is Asterisk Server is in XYZ and...

cmd\shadowsocks-server\server.go:441:"if !os.IsNotExist(err)" should be "if os.IsNotExist(err)" cmd\shadowsocks-local\local.go:382:"if (!exists || err != nil) && binDir != "" && binDir != "."" should be "if !exists || err != nil"

很不要脸的到这里来打广告了👀 一款新的爬墙的工具,不妨一试? https://github.com/asche910/flynet

i want to see more logs, because i feel it often lost connections. how can i start it with debug mode , thank you

Only socks proxy is a bit inconvenient, so ...

## 问题描述 local 侧监听 127.0.0.1:8123 ``` 2019/06/18 09:43:27 available remote server x.xx.xx.xx:8388 2019/06/18 09:43:27 starting local socks5 server at 127.0.0.1:8123 ... ``` 通过 proxy 进行 go get 代码下载,报 “net/http: TLS...

www.kkcap.net 是我做的一个ss客户端。 但是现在有个问题很困扰我,我使用 python/shadowsocks-libev/node.js 版本的 Server端 我开发的ss客户端都可以正常使用aes-128-cfb 加密算法。 但是唯独我使用go-shadowsocks server 选择aes-128-cfb 算法 我的客户端就无法工作? go版的aes-128-cfb 和其他语言版本的 aes-128-cfb 有什么区别呢?

Since `ss.UpdateConfig` will merge non-zero value in `new`, but `cmdConfig` from `flag.Parse` will always has a default value (300) from `flag.IntVar(&cmdConfig.Timeout, ....)`, so the `timeout` value from config file will...