diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-11-23 22:45:21 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-11-23 22:45:21 +0100 |
commit | 5d209e504004f8eb7f28c1b835266415528bbd27 (patch) | |
tree | fb7e64ac3290f286e0f4677a71b62ebb612b75e6 /docs/features/tcpproxy.rst | |
parent | 48d54e2d4a1a61a635f74c33f0544be8172a10fc (diff) | |
parent | 9bc5adfb03ca6fc08a115757e3de18299a06b091 (diff) | |
download | mitmproxy-5d209e504004f8eb7f28c1b835266415528bbd27.tar.gz mitmproxy-5d209e504004f8eb7f28c1b835266415528bbd27.tar.bz2 mitmproxy-5d209e504004f8eb7f28c1b835266415528bbd27.zip |
Merge commit '9bc5adf'
Diffstat (limited to 'docs/features/tcpproxy.rst')
-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 1d6fbd12..77c62bbf 100644 --- a/docs/features/tcpproxy.rst +++ b/docs/features/tcpproxy.rst @@ -3,7 +3,7 @@ TCP Proxy ========= -WebSockets or other non-HTTP protocols are not supported by mitmproxy yet. However, you can exempt +In case mitmproxy does not handle a specific protocol, you can exempt hostnames from processing, so that mitmproxy acts as a generic TCP forwarder. This feature is closely related to the :ref:`passthrough` functionality, but differs in two important aspects: |