semigodking / redsocks

transparent redirector of any TCP/UDP connection to proxy
Apache License 2.0
1.16k stars 246 forks source link

git apply patches/disable-ss.patch 也不能用了 #182

Closed cnlinjie closed 11 months ago

cnlinjie commented 1 year ago

[root@fedora redsocks]# git apply patches/disable-ss.patch error: patch failed: Makefile:1 error: Makefile: patch does not apply error: patch failed: redsocks.c:56 error: redsocks.c: patch does not apply error: patch failed: redudp.c:64 error: redudp.c: patch does not apply

cnlinjie commented 1 year ago

main 分支不行,使用tag 分支可以,比如: release-0.67

semigodking commented 1 year ago

这些patch 过时了,Makefile已经支持通过加DISABLE_SHADOWSOCKS=1

cnlinjie @.***> 于 2022年11月5日周六 16:58写道:

main 分支不行,使用tag 分支可以,比如: release-0.67

— Reply to this email directly, view it on GitHub https://github.com/semigodking/redsocks/issues/182#issuecomment-1304448200, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP2XD73XFMPDZ3M5O4YNGDWGYOTNANCNFSM6AAAAAARX2QDI4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

semigodking commented 11 months ago

removed obsolete patch