diff options
author | smill <smill@cuckoo.sh> | 2016-09-15 18:54:55 +0000 |
---|---|---|
committer | smill <smill@cuckoo.sh> | 2016-09-15 18:54:55 +0000 |
commit | 2d4e4eafe1545e9ac79c04fcfc48f198e85900aa (patch) | |
tree | ce753926ceff879cf1148fadcc294bad9cd7f788 /docs | |
parent | 7cd845644520cc52c53c2957429afae60ffaba25 (diff) | |
download | mitmproxy-2d4e4eafe1545e9ac79c04fcfc48f198e85900aa.tar.gz mitmproxy-2d4e4eafe1545e9ac79c04fcfc48f198e85900aa.tar.bz2 mitmproxy-2d4e4eafe1545e9ac79c04fcfc48f198e85900aa.zip |
Fixed restructuredText error.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/transparent.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/transparent.rst b/docs/transparent.rst index 7860238e..71b48595 100644 --- a/docs/transparent.rst +++ b/docs/transparent.rst @@ -22,7 +22,8 @@ At the moment, mitmproxy supports transparent proxying on OSX Lion and above, and all current flavors of Linux. Fully transparent mode -======= +====================== + 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 following config is |