lightsocks
lightsocks copied to clipboard
⚡️一个轻巧的网络混淆代理🌏
如何设置成全局代理?
这里写了个Android客户端(在自用中),还有对开发过程中涉及到的技术的个人理解说明,欢迎大家来交流~ https://github.com/handhand/lightsocks-androidx
有手机客户端吗?
有手机客户端吗?
no ipv6 support now
像此类的信息不间断地出现,有时一段时间内都不出现,然后过了一段时间后突然出现 ``` 2021-04-12 23:11:20.4451648 +0800 CST m=+213.574020001local.go:71: read tcp 127.0.0.1:58471->127.0.0.1:65508: wsarecv: An existing connection was forcibly closed by the remote host. 2021-04-12 23:11:20.4451648 +0800 CST m=+213.574020001securetcp.go:81: read tcp 127.0.0.1:1025->127.0.0.1:58470: use...
``` // 进行转发 // 从 proxyServer 读取数据发送到 localUser go func() { err := proxyServer.DecodeCopy(userConn) if err != nil { // 在 copy 的过程中可能会存在网络超时等 error 被 return,只要有一个发生了错误就退出本次工作 userConn.Close() proxyServer.Close() } }()...
rt 如果我有两张网卡 我想让local走备用网卡 似乎没这个配置?
有 Mac 客户端吗?
C++版本,使用c++11。参考了lightsocks-c,基于libevent,构建系统使用cmake。项目地址: [lightsocks-cxx](https://github.com/maxlv7/LightSocks-cxx) 欢迎大家一起交流!