diff options
author | Maximilian Hils <git@maximilianhils.com> | 2018-10-26 16:52:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-26 16:52:31 +0200 |
commit | c2e2fd1751bfead2e9373358ad81a62728199309 (patch) | |
tree | 2c5d1361acb65c084f593fe19be513e018c025e9 /examples/complex/dns_spoofing.py | |
parent | 997a20e6524de215f201fbac648435208f0ec235 (diff) | |
parent | 93cb73e2cd9a187ee96324fd02704d8b1725c20d (diff) | |
download | mitmproxy-c2e2fd1751bfead2e9373358ad81a62728199309.tar.gz mitmproxy-c2e2fd1751bfead2e9373358ad81a62728199309.tar.bz2 mitmproxy-c2e2fd1751bfead2e9373358ad81a62728199309.zip |
Merge pull request #3366 from alexlauerman/patch-3
Corrected keep_host_header usage option
Diffstat (limited to 'examples/complex/dns_spoofing.py')
-rw-r--r-- | examples/complex/dns_spoofing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complex/dns_spoofing.py b/examples/complex/dns_spoofing.py index a3c1a017..63222eae 100644 --- a/examples/complex/dns_spoofing.py +++ b/examples/complex/dns_spoofing.py @@ -15,7 +15,7 @@ Usage: # Used as the target location if neither SNI nor host header are present. --mode reverse:http://example.com/ # To avoid auto rewriting of host header by the reverse proxy target. - --set keep-host-header + --set keep_host_header mitmdump -p 80 --mode reverse:http://localhost:443/ |