diff options
author | Jim Shaver <dcypherd@gmail.com> | 2015-06-23 21:48:05 -0500 |
---|---|---|
committer | Jim Shaver <dcypherd@gmail.com> | 2015-06-23 21:48:05 -0500 |
commit | 080e4534253338c94e6d8c86cb3679ff15410f85 (patch) | |
tree | 6322fb822332b4135f0ff14de8c2d7137016f734 /doc-src/modes.html | |
parent | db5c0b210b0133d7cd58124c727dbc24480e2568 (diff) | |
parent | 074d8d7c7463cdb1f0a90e165a4b3ada3554b4c2 (diff) | |
download | mitmproxy-080e4534253338c94e6d8c86cb3679ff15410f85.tar.gz mitmproxy-080e4534253338c94e6d8c86cb3679ff15410f85.tar.bz2 mitmproxy-080e4534253338c94e6d8c86cb3679ff15410f85.zip |
Merge branch 'master' into hardfailvenv
Conflicts:
dev
Diffstat (limited to 'doc-src/modes.html')
-rw-r--r-- | doc-src/modes.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc-src/modes.html b/doc-src/modes.html index 8870009d..b5a38696 100644 --- a/doc-src/modes.html +++ b/doc-src/modes.html @@ -9,7 +9,7 @@ variety of scenarios: Now, which one should you pick? Use this flow chart: -<img src="@!urlTo('schematics/proxy-modes-flowchart.png')!@"/> +<img class="img-responsive" src="@!urlTo('schematics/proxy-modes-flowchart.png')!@"/> <div class="page-header"> <h1>Regular Proxy</h1> @@ -31,7 +31,7 @@ these cases, you need to use mitmproxy's transparent mode. If you are proxying an external device, your network will probably look like this: -<img src="@!urlTo('schematics/proxy-modes-regular.png')!@"> +<img class="img-responsive" src="@!urlTo('schematics/proxy-modes-regular.png')!@"> The square brackets signify the source and destination IP addresses. Your client explicitly connects to mitmproxy and mitmproxy explicitly connects @@ -48,7 +48,7 @@ below, a machine running mitmproxy has been inserted between the router and the internet: <a href="@!urlTo('schematics/proxy-modes-transparent-1.png')!@"> - <img src="@!urlTo('schematics/proxy-modes-transparent-1.png')!@"> + <img class="img-responsive" src="@!urlTo('schematics/proxy-modes-transparent-1.png')!@"> </a> The square brackets signify the source and destination IP addresses. Round @@ -60,7 +60,7 @@ remove the target information, leaving mitmproxy unable to determine the real destination. <a href="@!urlTo('schematics/proxy-modes-transparent-wrong.png')!@"> - <img src="@!urlTo('schematics/proxy-modes-transparent-wrong.png')!@"></a> + <img class="img-responsive" src="@!urlTo('schematics/proxy-modes-transparent-wrong.png')!@"></a> <h2>Common Configurations</h2> @@ -79,7 +79,7 @@ intact, is to simply configure the client with the mitmproxy box as the default gateway. <a href="@!urlTo('schematics/proxy-modes-transparent-2.png')!@"> - <img src="@!urlTo('schematics/proxy-modes-transparent-2.png')!@"></a> + <img class="img-responsive" src="@!urlTo('schematics/proxy-modes-transparent-2.png')!@"></a> In this scenario, we would: @@ -98,7 +98,7 @@ for your device. Setting the custom gateway on clients can be automated by serving the settings out to clients over DHCP. This lets set up an interception network where all -clients are proxied automatically, which can save time and effort. +clients are proxied automatically, which can save time and effort. <div class="well"> @@ -141,7 +141,7 @@ packet filter you're using. In most cases, the configuration will look like this: <a href="@!urlTo('schematics/proxy-modes-transparent-3.png')!@"> - <img src="@!urlTo('schematics/proxy-modes-transparent-3.png')!@"> + <img class="img-responsive" src="@!urlTo('schematics/proxy-modes-transparent-3.png')!@"> </a> @@ -154,7 +154,7 @@ Internet. Using reverse proxy mode, you can use mitmproxy to act like a normal HTTP server: <a href="@!urlTo('schematics/proxy-modes-reverse.png')!@"> - <img src="@!urlTo('schematics/proxy-modes-reverse.png')!@"> + <img class="img-responsive" src="@!urlTo('schematics/proxy-modes-reverse.png')!@"> </a> There are various use-cases: @@ -215,8 +215,8 @@ appliance, you can use mitmproxy's upstream mode. In upstream mode, all requests are unconditionally transferred to an upstream proxy of your choice. <a href="@!urlTo('schematics/proxy-modes-upstream.png')!@"> - <img src="@!urlTo('schematics/proxy-modes-upstream.png')!@"></a> + <img class="img-responsive" src="@!urlTo('schematics/proxy-modes-upstream.png')!@"></a> mitmproxy supports both explicit HTTP and explicit HTTPS in upstream proxy mode. You could in theory chain multiple mitmproxy instances in a row, but -that doesn't make any sense in practice (i.e. outside of our tests). +that doesn't make any sense in practice (i.e. outside of our tests). |