diff options
| author | Yamamori Akihiro <yamamori.akihiro@donuts.ne.jp> | 2017-03-07 14:15:29 +0900 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-07 14:15:29 +0900 | 
| commit | 7ca2913c1af4b92894435fc8c268d9c1ba795b59 (patch) | |
| tree | 4d460164b73df0402c6d540a4df6ce86d4741109 | |
| parent | 6a4ca68a1cc48c02325a8fc86dd81cc81e051d19 (diff) | |
| download | mitmproxy-7ca2913c1af4b92894435fc8c268d9c1ba795b59.tar.gz mitmproxy-7ca2913c1af4b92894435fc8c268d9c1ba795b59.tar.bz2 mitmproxy-7ca2913c1af4b92894435fc8c268d9c1ba795b59.zip | |
Update tcpproxy.rst
Correction in key short cut for TCP Proxy
| -rw-r--r-- | docs/features/tcpproxy.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/features/tcpproxy.rst b/docs/features/tcpproxy.rst index 77c62bbf..0825c024 100644 --- a/docs/features/tcpproxy.rst +++ b/docs/features/tcpproxy.rst @@ -19,7 +19,7 @@ How it works  ================== ======================  command-line       ``--tcp HOST`` -mitmproxy shortcut :kbd:`o` then :kbd:`T` +mitmproxy shortcut :kbd:`O` then :kbd:`T`  ================== ======================  For a detailed description how the hostname pattern works, please look at the :ref:`passthrough` | 
