semigodking
semigodking
那我得回头找个相应版本的系统试试才行。 tproxy 肯定是支持的。 nutinshell 于 2019年6月17日周一 23:53写道: > 支持tproxy的。这应该是之前kernel的一个bug,你换个kernel吧。 > > 谢谢。试了换成 4.15 的内核,还是一样的错误。 > > — > You are receiving this because you commented. > Reply to this email...
TIME_WAIT has nothing to do with SYNC/ACK, it is part of normal TCP connection shutdown procedure. If it is really a problem for you, you may need to make code...
hi @john-d13 , the sequence show above shows everything works as expected. I would strongly suggest you read this article [TIME_WAIT and its design implications for protocols and scalable client...
yes.the email address is at foot of readme john-d13 于 2019年8月1日周四 04:51写道: > Is there an email I can reach you at? I'd like to go over some suggestions >...
如果你需要ss的话,要用旧版的openssl 来编译。大约应该是0.98这样的版本。 newwlfz2015 ***@***.***> 于 2023年4月6日周四 22:23写道: > 抱歉,本人对Linux不熟,摸索了好多天,都没有成功编译,卡在如下位置了: > > Compile with OpenSSL by default. To compile with PolarSSL, run 'make > USE_CRYPTO_POLARSSL=true' instead. > cc -fPIC -O3 -D_BSD_SOURCE...
其实你仔细看一下. github文件夹里面的内容就能发现build 的步骤. Linux下build就三条命令。 ``` build: runs-on: ubuntu-latest steps: - uses: ***@***.*** - name: install depends run: | sudo apt update sudo apt install -y libssl1.0-dev libevent-dev - name: Build...
One possible reason is that your server is not a valid https proxy. Thanraj 于 2021年1月29日周五 21:03写道: > Libevent version: 2.1.12 > Openssl version: 1.1.1h > > *Getting following errors,...
hi @Thanraj , when I was doing testing for this feature, I use 'stunnel' + 'tinyproxy'. You may try it out. I do not have enough time to verify it...
i have not verify this function for a long time. I do not think i have free time to work on this in recent. Thanraj ***@***.***> 于 2022年7月27日周三 19:59写道: >...
这个教程略微旧了一点。后期增加的一些文件对应的.o文件没有加入那个命令行中。 自己把命令行改一下把autoproxy.o direct.o http-relay.o http-connect.o ipcache.o tcpdns.o socks4.o 加上去应该就可以了 shpask 于 2021年2月2日周二 21:02写道: > root@CulturedYearly-VM:/redsocks-master# aarch64-linux-android-gcc > -I/root/android-arm64/include -fPIC -O3 -DDISABLE_SHADOWSOCKS -D_BSD_SOURCE > -D_DEFAULT_SOURCE -Wall -std=c99 -D_XOPEN_SOURCE=600 -DUSE_CRYPTO_OPENSSL > -o...