Maximilian Hils

Results 341 comments of Maximilian Hils

Thanks! Please ignore the Codacy check, I'm in the process of setting that up properly.

It likely does, we're getting rid of that very mechanism though. Leaving it open until it's finished. :)

See the stderr message in your output - you need to provide PROTOC. :)

Thanks for the quick turnaround. I'm afraid you're running into https://github.com/cloudflare/boringtun/issues/82 here. That's a bit of a tricky problem for us unfortunately. 1. We _could_ make mitmproxy run without mitmproxy_rs,...

Looking a bit closer: boringtun does actually have `device` as a separate module (https://github.com/cloudflare/boringtun/blob/e1d6360d6ab4529fc942a078e4c54df107abe2ba/boringtun/src/lib.rs#L8-L9), so this should actually work again with the next mitmproxy release. Would you mind testing whether...

What Rust version is OpenBSD on right now? :)

Thanks. I just shipped mitmproxy 10.1 with a MSRV of 1.70, looking forward to the next OpenBSD update! :)

Thanks! 🍰 If we can get a PR for boringtun that makes it work with OpenBSD, I'd be happy to point mitmproxy-rs to use that. That kind of patching is...

Can you clarify please what this issue is about? :)

Thanks for the PR! I see how this can be useful, but forwarding headers by default can also lead to unexpected leaks. For example, you may not want to forward...