Erèbe - Romain Gerard

Results 105 comments of Erèbe - Romain Gerard

I understand, at some point I thought of adding a Prometheus `/metrics` endpoint to get some metrics. I would rather put this /healthz and /metrics on a separate port, because...

You should look into wireguard app to know how they do it. Must have some android API that make it possible without being root.

https://developer.android.com/reference/android/net/VpnService.Builder#addRoute(java.net.InetAddress,%20int)

Hello, Your function need to be generic over the RequestBody. Or in your case be specific to `http_body::combinators::box_body::BoxBody>` You can use free function to introduce the generic. ``` fn on_request(self,...

Hello, For port-mapping you can already do it by using the restriction config https://github.com/erebe/wstunnel/blob/main/restrictions.yaml#L54

You can set `restrict-http-upgrade-path-prefix` with https://github.com/erebe/wstunnel/blob/main/restrictions.yaml#L12

Hello, Thanks for reporting the issue. I am going to increase the timeout in order to play nice with the `min-idle` flag in the next release. Regarding this breaking existing...

Should be fixed in next release. You can give it a try in this pre-release https://github.com/erebe/wstunnel/releases/tag/v10.1.2-rc1

Made a proper release https://github.com/erebe/wstunnel/releases/tag/v10.1.2 Let me know if it is ok.