mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Keep sidebar ordering alphabetical, add SOCKS documentation
This commit is contained in:
parent
6fcd1d0ed9
commit
5aace7eed8
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
23 October 2014: mitmproxy 0.11:
|
23 October 2014: mitmproxy 0.11:
|
||||||
|
|
||||||
* SOCKS proxy mode
|
* SOCKS5 proxy mode allows mitmproxy to act as a SOCKS5 proxy server
|
||||||
|
|
||||||
* Data streaming for response bodies exceeding a threshold
|
* Data streaming for response bodies exceeding a threshold
|
||||||
(bradpeabody@gmail.com)
|
(bradpeabody@gmail.com)
|
||||||
|
@ -17,13 +17,14 @@
|
|||||||
$!nav("serverreplay.html", this, state)!$
|
$!nav("serverreplay.html", this, state)!$
|
||||||
$!nav("setheaders.html", this, state)!$
|
$!nav("setheaders.html", this, state)!$
|
||||||
$!nav("passthrough.html", this, state)!$
|
$!nav("passthrough.html", this, state)!$
|
||||||
$!nav("tcpproxy.html", this, state)!$
|
$!nav("proxyauth.html", this, state)!$
|
||||||
$!nav("sticky.html", this, state)!$
|
|
||||||
$!nav("reverseproxy.html", this, state)!$
|
$!nav("reverseproxy.html", this, state)!$
|
||||||
|
$!nav("responsestreaming.html", this, state)!$
|
||||||
|
$!nav("socksproxy.html", this, state)!$
|
||||||
|
$!nav("sticky.html", this, state)!$
|
||||||
|
$!nav("tcpproxy.html", this, state)!$
|
||||||
$!nav("upstreamproxy.html", this, state)!$
|
$!nav("upstreamproxy.html", this, state)!$
|
||||||
$!nav("upstreamcerts.html", this, state)!$
|
$!nav("upstreamcerts.html", this, state)!$
|
||||||
$!nav("proxyauth.html", this, state)!$
|
|
||||||
$!nav("responsestreaming.html", this, state)!$
|
|
||||||
|
|
||||||
|
|
||||||
<li class="nav-header">Installing Certificates</li>
|
<li class="nav-header">Installing Certificates</li>
|
||||||
|
@ -9,6 +9,7 @@ pages = [
|
|||||||
Page("replacements.html", "Replacements"),
|
Page("replacements.html", "Replacements"),
|
||||||
Page("responsestreaming.html", "Response Streaming"),
|
Page("responsestreaming.html", "Response Streaming"),
|
||||||
Page("reverseproxy.html", "Reverse proxy mode"),
|
Page("reverseproxy.html", "Reverse proxy mode"),
|
||||||
|
Page("socksproxy.html", "SOCKS Mode"),
|
||||||
Page("setheaders.html", "Set Headers"),
|
Page("setheaders.html", "Set Headers"),
|
||||||
Page("serverreplay.html", "Server-side replay"),
|
Page("serverreplay.html", "Server-side replay"),
|
||||||
Page("sticky.html", "Sticky cookies and auth"),
|
Page("sticky.html", "Sticky cookies and auth"),
|
||||||
|
10
doc-src/features/socksproxy.html
Normal file
10
doc-src/features/socksproxy.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
In this mode, mitmproxy acts as a SOCKS5 proxy server.
|
||||||
|
|
||||||
|
<table class="table">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th width="20%">command-line</th> <td>--socks</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
Loading…
Reference in New Issue
Block a user