Guorui Yu
Guorui Yu
> Hi @yuguorui ; thanks for this. I have been following the various forms of secure compute for a while, so this is an interest. > > I think you...
I have removed the patch "Add image push support for Alibaba Cloud" section. It introduced too many changes due to the new dependencies, which leads to an update of the...
Hi~ I re-adjusted the code logic to respect the user's configuration in json. When the user does not configure it, the environment variables are read by default and the actual...
> Thanks for posting this, have you found a workaround? /cc. @yuguorui @erebe @XOR-op Yeah, it is hard to set a `reply_ip` without the knowledge of underlay socket. There is...
And here is the comments about the API. ``` /// Set the bind IP address in Socks5Reply. /// /// Only the inner socket owner knows the correct reply bind addr,...
Agreed, but unfortunately RFC 1928 does not have a detailed description for this part.
> > yes sure, you can have a look at the examples/, they use it as a library. eg. https://github.com/dizda/fast-socks5/blob/master/examples/simple_tcp_server.rs#L99 > > How to make a socks proxy? Just like...
That is because `chrome.identity` API is not working on Brave, refer to https://github.com/brave/brave-browser/issues/7693. I will try to resolve this in few days...
> Thanks for submitting these changes! > > Can we pull out just the math changes to merge those? As I mentioned in a comment below, I don't think storing...
Hi @rekram1-node, I’d appreciate your thoughts or guidance on this PR. I’ve already implemented a plugin that uses features in this PR, available at https://github.com/yuguorui/opencode-ptc. Technically, the plugin **exposes the...