mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 22:00:34 +00:00
add note that spoof_source_address is unavailable, refs #4914
This commit is contained in:
parent
0904cc3f5f
commit
7be646f44a
@ -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
|
||||
|
@ -16,7 +16,6 @@ DEPRECATED = """
|
||||
--no-http2-priority
|
||||
--no-websocket
|
||||
--websocket
|
||||
--spoof-source-address
|
||||
--upstream-bind-address
|
||||
--ciphers-client
|
||||
--ciphers-server
|
||||
|
Loading…
Reference in New Issue
Block a user