diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-10-23 15:05:01 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-10-23 15:05:01 +1300 |
commit | 5aace7eed8899756799679f7667739dfb58b4dbc (patch) | |
tree | 03cd839c0a0e7929d4e66b7a7950d5fde1dffd30 /doc-src/features/socksproxy.html | |
parent | 6fcd1d0ed9b714ccd93ebb3abb0ffe0d5c3d8ff0 (diff) | |
download | mitmproxy-5aace7eed8899756799679f7667739dfb58b4dbc.tar.gz mitmproxy-5aace7eed8899756799679f7667739dfb58b4dbc.tar.bz2 mitmproxy-5aace7eed8899756799679f7667739dfb58b4dbc.zip |
Keep sidebar ordering alphabetical, add SOCKS documentation
Diffstat (limited to 'doc-src/features/socksproxy.html')
-rw-r--r-- | doc-src/features/socksproxy.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc-src/features/socksproxy.html b/doc-src/features/socksproxy.html new file mode 100644 index 00000000..f436cbf5 --- /dev/null +++ b/doc-src/features/socksproxy.html @@ -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> |