You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure I follow what the ask is. You'll have to be more specific about what functionality you're looking for. Are you wanting a QUIC-based SOCKS server? Or are you wanting s2n-quic to implement the SOCKS5 client wire protocol?
At this point we don't really have anything to support that use case. That being said, I wouldn't be opposed to adding some general functionality for constructing custom packet encapsulation headers to the library. This would need to be a new provider that is called at the beginning of every packet to write the header. This would provide flexibility for a wide variety of encapsulation methods, rather than just SOCKS5.
Is it possible to add Socks5 proxy support?
The text was updated successfully, but these errors were encountered: