Correct docs - we no longer support change of basic proxy mode in the console app

This commit is contained in:
Aldo Cortesi 2014-10-23 15:50:43 +13:00
parent 32127f80e2
commit 6aa05df944
2 changed files with 0 additions and 6 deletions

View File

@ -9,8 +9,5 @@ mitmproxy forwards HTTP proxy requests to an upstream proxy server.
<tr> <tr>
<th width="20%">command-line</th> <td>-R http[s]://hostname[:port]</td> <th width="20%">command-line</th> <td>-R http[s]://hostname[:port]</td>
</tr> </tr>
<tr>
<th>mitmproxy shortcut</th> <td><b>P</b></td>
</tr>
</tbody> </tbody>
</table> </table>

View File

@ -9,8 +9,5 @@ mitmproxy forwards ordinary HTTP requests to an upstream server.
<tr> <tr>
<th width="20%">command-line</th> <td>-U http://hostname[:port]</td> <th width="20%">command-line</th> <td>-U http://hostname[:port]</td>
</tr> </tr>
<tr>
<th>mitmproxy shortcut</th> <td><b>U</b></td>
</tr>
</tbody> </tbody>
</table> </table>