hamjin

Results 4 issues of hamjin

Project: https://github.com/shadowsocksrr/shadowsocksr/tree/akkariiin/Experimental This fork has the latest code of ShadowsocksR with auth_chain series protocol. Is there any plan to port it to golang? EDIT:And is there any plan to add...

Currently ip.IsPrivate and netip.Addr.IsPrivate only matches a part of private IPs. This pr uses the CIDR list from geoip:private to fix it.

In v0.9.3 and v0.9.4, we replaced `vfs_statx` and `do_execveat_common` with syscall hooks. But we missed `fstatat64` and `compat_execve` and break compatibility with old and 32bit programs. In one of the...