add block doh example to examples/complex/README

This commit is contained in:
kimbo 2020-03-04 21:16:30 -07:00
parent 95d725cda9
commit 81113a0dcc

View File

@ -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. |