Hi,
As you can see in the go.mod file, wireproxy currently uses armon/go-socks5, which is outdated (no updates in 6 years), and does not support BIND and ASSOCIATE commands.
I found two libraries that can be used as replacement: wzshiming/socks5 and haochen233/socks5.
Let me know what you think
Hi,
As you can see in the go.mod file, wireproxy currently uses armon/go-socks5, which is outdated (no updates in 6 years), and does not support BIND and ASSOCIATE commands.
I found two libraries that can be used as replacement: wzshiming/socks5 and haochen233/socks5.
Let me know what you think