Erèbe - Romain Gerard

Results 105 comments of Erèbe - Romain Gerard

Thank you for the swift answer @Arnavion. Indeed, we have a custom parser for the raw bytes returned by this call. We will try to use http::Request directly as you...

I don't know, I use this crate as a lib and don't use the implemented server/client. (I disable the exec of cmd). For UDP, I have a special case where...

Does this works if you try to contact your udp socks5 from another machine @ddscentral ? ``` IpAddr::V4(Ipv4Addr::new(0, 0, 0, 0)) ```

Hello, can you share your wireguard client configuration ? I suppose you have set your Allowed ip to 0.0.0.0/0 ? If yes be sure to to have set a static...

hi back, Would you mind trying this pre-release and let me know https://github.com/erebe/wstunnel/releases/tag/v9.5.0 ? CTRL+C should be handled, if you hit twice ctrl+c it should exit normally.

I released the v9.5.0 with the changes. Feel free to re-open if needed

last time someone checked, the linux arm was working on android. Regarding building a .so, that's at the moment not possible without refactoring a lot main.rs, as for now the...

Indeed, maybe it was with termux. I have added 2 builds for android specifically in latest release https://github.com/erebe/wstunnel/releases/tag/v9.6.0 Let me know if it helps / works for you binary names...

@ikhwanperwira I don't have a lot of experience with android, but how do you run the binary from within android (without termux) ? Do you package it in an app...

Thank you @ikhwanperwira , it makes more sense to me know ;-)