|
|
|
|
|
by mhils
3049 days ago
|
|
1. You can `--ignore` specific domains in mitmproxy, and since the ignore pattern is a regex you should be able to construct something that says "ignore everything but those domains" (the ones you then want to block). 2. I think this should answer it: http://docs.mitmproxy.org/en/stable/features/passthrough.htm... 3. No, you only see the hostname. |
|