mitmproxy/examples
Maximilian Hils 7093e50826
Add example addon for DNS flows (#7973)
* add example addon for DNS flows

* [autofix.ci] apply automated fixes

* fix mypy

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-11-11 16:02:35 +00:00
..
addons Add example addon for DNS flows (#7973) 2025-11-11 16:02:35 +00:00
contrib Update Dependencies (#7916) 2025-10-15 18:55:11 +02:00
keys.yaml
README.md

Mitmproxy Examples

Mitmproxy has a powerful scripting API that allows you to control almost any aspect of traffic being proxied. In fact, much of mitmproxys own core functionality is implemented using the exact same API (see mitmproxy/addons).

⚠️ If you are browsing this on GitHub, make sure to select the git tag matching your mitmproxy version.