diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-19 13:28:18 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-19 13:28:18 +1300 |
commit | 5782f9393ec5a8f16168c1324d3cc96136718760 (patch) | |
tree | d2f81591febd1515b3f31d046a36e69a7a3eb9b9 /doc-src/tutorials/index.py | |
parent | bf1399fa2bc2f34a480a27f2a8ec98f2e479ddc2 (diff) | |
parent | 5acbef236c503bf973a5782dd0139efa977824ea (diff) | |
download | mitmproxy-5782f9393ec5a8f16168c1324d3cc96136718760.tar.gz mitmproxy-5782f9393ec5a8f16168c1324d3cc96136718760.tar.bz2 mitmproxy-5782f9393ec5a8f16168c1324d3cc96136718760.zip |
Merge branch 'master' of ssh.github.com:cortesi/mitmproxy
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 |