diff options
author | Maximilian Hils <git@maximilianhils.com> | 2014-01-14 17:47:33 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2014-01-14 17:47:33 +0100 |
commit | 92966e7c48c754189b0578fc5202dd1d57d1dd7a (patch) | |
tree | b00fdcc335f6f9aa4b66d26ac5f7ef8fd857c717 /doc-src/tutorials/index.py | |
parent | 069aca1df4223416bc76883c37078e9f2deef28f (diff) | |
download | mitmproxy-92966e7c48c754189b0578fc5202dd1d57d1dd7a.tar.gz mitmproxy-92966e7c48c754189b0578fc5202dd1d57d1dd7a.tar.bz2 mitmproxy-92966e7c48c754189b0578fc5202dd1d57d1dd7a.zip |
add tutorial for transparent proxying, other minor docs improvements
Diffstat (limited to 'doc-src/tutorials/index.py')
-rw-r--r-- | doc-src/tutorials/index.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc-src/tutorials/index.py b/doc-src/tutorials/index.py index 22cc2b7f..1cb04679 100644 --- a/doc-src/tutorials/index.py +++ b/doc-src/tutorials/index.py @@ -3,4 +3,5 @@ from countershape import Page pages = [ Page("30second.html", "Client playback: a 30 second example"), Page("gamecenter.html", "Setting highscores on Apple's GameCenter"), -] + Page("transparent-dhcp.html", "Transparently proxify virtual machines") +]
\ No newline at end of file |