Nicolai Moore

Results 9 comments of Nicolai Moore

Hi, not sure if this is the correct place to ask, but noticed one slight issue with this new flag. We don't notify to systemd that we are ready to...

I tested this with a patch on 3.3.11 because that is the old version I am using but the code in question does not to look to have changed. Specifically,...

I think that MR is good to go but needs someone to allow CI to run

The above code exposes __class__ and sets __name__ correctly for classes It fails on this however: ```E AssertionError: "\nMyClass\n===end of test===\n" != "\nMyClass\n===end of test===\n" E - E ? ^^^^...

> > (could be a nice feature flag to customize the WinDivert filter with an argument) > Not opposed to that either if you want to send a PR. :)...

That is a very valid question. I think my personal use case is I want to be able to leave mitmproxy running for a long time to catch and investigate...

I have become aware of that in re-reading doc yes. Thing is I don't necessarily know which processes I want to inspect. Filtering by process name could help a little...

Hi, I've been looking at this merge request and I believe the following should work to address the latest comment re IPv6: ``` !loopback && ((ip && remoteAddr < 224.0.0.0)...

I suspect I am seeing a very similar problem with SSH in local mode and I think the problem is in addons.next_layer ``` # 5b) Check for raw tcp mode....