This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?

graftcp,又一个 Linux 下的 TCP SOCKS5 代理化工具:https://github.com/hmgle/graftcp
与 proxychains 只能对动态链接的程序起效相比,用的是 ptrace 的方法去截获 `connect()` 系统调用,所以可以用于静态链接的程序(比如大多 golang 可执行文件)。