aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/dev/index.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-02-28 03:35:28 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-02-28 03:35:28 +0100
commiteec4c539f2f6b8124ab92d6087afb228874a479e (patch)
tree404b84a0e485e220520e45ac2a06c0922e0531a5 /doc-src/dev/index.py
parente1b6cf940146ca91c6f583a3333b4b50b72875bb (diff)
downloadmitmproxy-eec4c539f2f6b8124ab92d6087afb228874a479e.tar.gz
mitmproxy-eec4c539f2f6b8124ab92d6087afb228874a479e.tar.bz2
mitmproxy-eec4c539f2f6b8124ab92d6087afb228874a479e.zip
SSLKEYLOGFILE docs
Diffstat (limited to 'doc-src/dev/index.py')
-rw-r--r--doc-src/dev/index.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc-src/dev/index.py b/doc-src/dev/index.py
index bb7872c7..0f2a6494 100644
--- a/doc-src/dev/index.py
+++ b/doc-src/dev/index.py
@@ -3,5 +3,6 @@ from countershape import Page
pages = [
Page("testing.html", "Testing"),
Page("architecture.html", "Architecture"),
+ Page("sslkeylogfile.html", "TLS Master Secrets"),
# Page("addingviews.html", "Writing Content Views"),
]