diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-05-14 10:44:25 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-05-14 10:44:25 +1200 |
commit | f89581be1b2a884fe95b764a25eead280303f595 (patch) | |
tree | 7239b2491cb7d6833af39620b736aafb3681168b /libmproxy/dump.py | |
parent | c6075e1d93c61eab35bb3e0ae56337e579fea403 (diff) | |
download | mitmproxy-f89581be1b2a884fe95b764a25eead280303f595.tar.gz mitmproxy-f89581be1b2a884fe95b764a25eead280303f595.tar.bz2 mitmproxy-f89581be1b2a884fe95b764a25eead280303f595.zip |
Add a -n option which tells the tools not to bind a proxy.
This is useful when you just want to inspect or process dumps.
Diffstat (limited to 'libmproxy/dump.py')
-rw-r--r-- | libmproxy/dump.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/dump.py b/libmproxy/dump.py index 6f18c8fe..3e645167 100644 --- a/libmproxy/dump.py +++ b/libmproxy/dump.py @@ -10,6 +10,7 @@ class Options(object): "client_replay", "keepserving", "kill", + "no_server", "refresh_server_playback", "request_script", "response_script", |