diff options
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/features/reverseproxy.html | 3 | ||||
-rw-r--r-- | doc-src/features/upstreamproxy.html | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/doc-src/features/reverseproxy.html b/doc-src/features/reverseproxy.html index e6de4f33..ea91fe1f 100644 --- a/doc-src/features/reverseproxy.html +++ b/doc-src/features/reverseproxy.html @@ -9,8 +9,5 @@ mitmproxy forwards HTTP proxy requests to an upstream proxy server. <tr> <th width="20%">command-line</th> <td>-R http[s]://hostname[:port]</td> </tr> - <tr> - <th>mitmproxy shortcut</th> <td><b>P</b></td> - </tr> </tbody> </table> diff --git a/doc-src/features/upstreamproxy.html b/doc-src/features/upstreamproxy.html index 6039f4df..bb354cd3 100644 --- a/doc-src/features/upstreamproxy.html +++ b/doc-src/features/upstreamproxy.html @@ -9,8 +9,5 @@ mitmproxy forwards ordinary HTTP requests to an upstream server. <tr> <th width="20%">command-line</th> <td>-U http://hostname[:port]</td> </tr> - <tr> - <th>mitmproxy shortcut</th> <td><b>U</b></td> - </tr> </tbody> </table> |