From 0e993bec6f7fa77e73a08053f4558ff1fc36d022 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 17 Mar 2013 17:31:35 +1300 Subject: Add the --host option, which uses the value in the Host header for dispaly URLs. - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode --- libmproxy/console/help.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libmproxy/console/help.py') diff --git a/libmproxy/console/help.py b/libmproxy/console/help.py index 178b36f7..40f81955 100644 --- a/libmproxy/console/help.py +++ b/libmproxy/console/help.py @@ -97,6 +97,10 @@ class HelpView(urwid.ListBox): common.highlight_key("anticomp", "c") + [("text", ": prevent compressed responses")] ), + (None, + common.highlight_key("showhost", "h") + + [("text", ": use Host header for URL display")] + ), (None, common.highlight_key("killextra", "k") + [("text", ": kill requests not part of server replay")] -- cgit v1.2.3