diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2020-04-05 09:09:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 09:09:37 +0200 |
commit | 481970d9b880bbbeea906c07fc5ce925a8aa5b17 (patch) | |
tree | c998d0cd0cb6c28d7bea88125c601f97599833da /examples/complex/README.md | |
parent | 775e6beec58e7bda2dafd90b837d9b140283b051 (diff) | |
parent | 83987f9b69d1a19d085c61c7d3c906f0fc9492d4 (diff) | |
download | mitmproxy-481970d9b880bbbeea906c07fc5ce925a8aa5b17.tar.gz mitmproxy-481970d9b880bbbeea906c07fc5ce925a8aa5b17.tar.bz2 mitmproxy-481970d9b880bbbeea906c07fc5ce925a8aa5b17.zip |
Merge pull request #3846 from kimbo/kl/block-doh
Example for detecting/blocking DNS over HTTTPS queries
Diffstat (limited to 'examples/complex/README.md')
-rw-r--r-- | examples/complex/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/complex/README.md b/examples/complex/README.md index c53503e4..923aadf1 100644 --- a/examples/complex/README.md +++ b/examples/complex/README.md @@ -2,6 +2,7 @@ | Filename | Description | |:-------------------------|:----------------------------------------------------------------------------------------------| +| block_dns_over_https.py | Use mitmproxy to block DNS over HTTPS (DoH) queries | | change_upstream_proxy.py | Dynamically change the upstream proxy. | | dns_spoofing.py | Use mitmproxy in a DNS spoofing scenario. | | dup_and_replay.py | Duplicates each request, changes it, and then replays the modified request. | |