IceCodeNew
IceCodeNew
自己写个 python 脚本分分钟的事…… 我这里有现成的转换好的文件: https://www.github.com/IceCodeNew/4Share/tree/master/Proxifier%2Fip_list_1.txt (一共分成6-7个文件,其他的自己去同目录下翻)
> > 自己写个 python 脚本分分钟的事…… 我这里有现成的转换好的文件: [github.com/IceCodeNew/4Share/tree/master/Proxifier%2Fip_list_1.txt](https://www.github.com/IceCodeNew/4Share/tree/master/Proxifier%2Fip_list_1.txt) > > (一共分成6-7个文件,其他的自己去同目录下翻) > > 能不能有个汇总文件 https://raw.githubusercontent.com/IceCodeNew/4Share/master/geoip_china/china_ip_list.txt 我要提醒你这个列表已经不是纯粹从这个项目转换得到的了。主要是由这个项目和 https://github.com/felixonmars/chnroutes-alike 合并而成,排除了一些 geolocation 不属于中国但是直连无障碍且速度不错的 IP 地址。 列表可能不适合所有人,不喜欢就自己折腾。
> It didn't crash on my machine, so please help me figure out what is wrong with that. It looks like mold crashes. We want know the exact command line...
Building mold: `CC=clang CXX=clang++ CFLAGS='-O2 -pipe -ggdb -grecord-gcc-switches' CXXFLAGS='-O2 -pipe -ggdb -grecord-gcc-switches' LDFLAGS='-fuse-ld=lld' make -j2` `cp ./mold /usr/local/bin` `checksec /usr/loca/bin` --- ### $ checksec --file=/usr/local/bin/mold ``` RELRO STACK CANARY NX...
Strange, the problem seems just vanished.
I then prune the repo dir, re-clone the repo, and try the whole procedure without gdb: ``` rm -rf * && \ LDFLAGS='-fuse-ld=lld' \ CFLAGS="-O2 -pipe -D_FORTIFY_SOURCE=2 -fexceptions -fstack-clash-protection -fstack-protector-strong...
> We just fixed an ICF related issue (#782) and I think a lot of things have also been fixed since 1.0.0. > > If you don't mind, could you...
Have we made any progress on this issue these years?
`# caddy version` ``` v2.3.0 h1:fnrqJLa3G5vfxcxmOH/+kJOcunPLhSBnjgIvjXV/QTA= ``` `# caddy build-info` ``` path: caddy main: caddy (devel) dependencies: github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9 h1:HD8gA2tkByhMAwYaFAX9w2l7vxvBQ5NMoxDrkhqhtn4= github.com/Masterminds/goutils v1.1.0 h1:zukEsf/1JZwCMgHiK3GZftabmxiCw4apj3a28RPBiVg= github.com/Masterminds/semver/v3 v3.1.0 h1:Y2lUDsFKVRSYGojLJ1yLxSXdMmMYTYls0rCvoqmMUQk= github.com/Masterminds/sprig/v3 v3.1.0 h1:j7GpgZ7PdFqNsmncycTHsLmVPf5/3wJtlgW9TNDYD9Y= github.com/abiosoft/caddy-exec...
For the convenience of reproducing this bug, you may download the static-linked binary of the latest built of `caddy` & `haproxy`: https://github.com/IceCodeNew/go-collection/releases/download/2021-02-11-07-36-22/caddy https://github.com/IceCodeNew/haproxy_static/releases/download/v2.2.9/haproxy There are related Dockerfile that could refer...