add note that spoof_source_address is unavailable, refs #4914

This commit is contained in:
Maximilian Hils 2021-11-18 15:39:14 +01:00
parent 0904cc3f5f
commit 7be646f44a
2 changed files with 5 additions and 1 deletions

View File

@ -278,6 +278,11 @@ sudo -u nobody mitmproxy --mode transparent --showhost
## "Full" transparent mode on Linux
{{% note %}}
This feature is currently unavailable in mitmproxy 7 and above
(<a href="https://github.com/mitmproxy/mitmproxy/discussions/4914">#4914</a>).
{{% /note %}}
By default mitmproxy will use its own local IP address for its server-side
connections. In case this isn't desired, the --spoof-source-address argument can
be used to use the client's IP address for server-side connections. The

View File

@ -16,7 +16,6 @@ DEPRECATED = """
--no-http2-priority
--no-websocket
--websocket
--spoof-source-address
--upstream-bind-address
--ciphers-client
--ciphers-server