Erèbe - Romain Gerard

Results 105 comments of Erèbe - Romain Gerard

Hello, Thank you for the PR. The fix look good, just some merge request conflict to fix ;)

Hello, I am not sure to understand the benefit of acting like an HTTP proxy. Usually, you are not allowed to run a random HTTP proxy on a network you...

Ha, I understand better thank you, it makes sense indeed to disguise as a random webpage. I put it in my backlog for when I will have time to work...

Technically, it should be possible, as openwrt is a supported platform target for rust https://doc.rust-lang.org/nightly/rustc/platform-support/mips64-openwrt-linux-musl.html You should be able to clone the project and build it for this platform. At...

For now, it is not planned, but maybe one day who knows

feel free to submit a PR @grimsteel , no issue at all

Hello, You can start with the flag `--no-color` to disable color output

You can try with --log-lvl=TRACE to get more info, and/or with http2 instead of websocket. But it seems something is cutting the connection in the middle. Do you try to...

You may need to configure your reverse proxy for websocket. Some need spécial handling to not consider the response of the upgrade request as the final message.