aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkimbo <kimballleavitt@gmail.com>2020-03-04 21:16:30 -0700
committerkimbo <kimballleavitt@gmail.com>2020-03-04 21:16:30 -0700
commit81113a0dcc9d8cf2e2757c2dddc11df1f8dd3e14 (patch)
treec5010683e15da3eb354303971bce1b32293f0963
parent95d725cda96b86ca9ad81924cbcac47c857a2bd2 (diff)
downloadmitmproxy-81113a0dcc9d8cf2e2757c2dddc11df1f8dd3e14.tar.gz
mitmproxy-81113a0dcc9d8cf2e2757c2dddc11df1f8dd3e14.tar.bz2
mitmproxy-81113a0dcc9d8cf2e2757c2dddc11df1f8dd3e14.zip
add block doh example to examples/complex/README
-rw-r--r--examples/complex/README.md1
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. |