semigodking
semigodking
i think this is resolved in latest code, please have a try
未详细调试,我也不知道啊 On Tue, Nov 21, 2023, 12:28 An ***@***.***> wrote: > 平台:ubuntu2204 > > ubuntu编译过程 > > git clone https://github.com/AlexZhuo/openwrt-redsocks2.git package/redsocks2 > docker run -it --rm --name test -v ./redsocks:/data...
和#194应该是同一个问题。
那么有没有redsocks2是差不多啊。50%的差别。 On Thu, Dec 14, 2023, 14:58 zy910622 ***@***.***> wrote: > > 比如透过这个redsocks进行网络请求,但是请求获取了,建立了fd,但是这个请求得不到回复,那这个fd就一直把持着,岂不很容易因为网络不通导致的fd爆满? > > — > Reply to this email directly, view it on GitHub > , or unsubscribe...
这应该是因为编译时没有把相应功能编译进去。 chingxuds 于 2021年1月18日周一 10:00写道: > 硬件信息: > 主机名 OpenWrt_AC2100 > 主机型号 Xiaomi Mi Router AC2100 > 架构 MediaTek MT7621 ver:1 eco:3 x 4 > 固件版本 OpenWrt R20.9.15 / LuCI...
我没使用过这种方式安装,所以也不知道它默认是否包含https的支持。 比较简单的检查方式是 strings path/to/redsocks2 |grep ssl 如果支持就能看到ssl相关的一些输出。 chingxuds 于 2021年1月19日周二 18:19写道: > > > > > > > font{ > line-height: 1.6; > } > ul,ol{ > padding-left: 20px; >...
应该是编译时没有加这个参数ENABLE_HTTPS_PROXY make ENABLE_HTTPS_PROXY=true
我重现不了 On Mon, Nov 20, 2023, 18:24 An ***@***.***> wrote: > 同样的错误, > > 从源里面安装和我自己按照Zhuo > 的文档编译的包,也会有这个问题 > > [image: image] > > > 这个文件总共才15行 > > base { >...
直觉告诉我,你的socks proxy并不支持udp association.
When 'https-proxy' is set, redsocks2 make SSL connection to proxy server first. http proxy protocol is sent via SSL connection once the connection is up. Same way as HTTPS connection.