mitmproxy/doc-src/transparent/index.py
2012-09-17 11:04:57 +12:00

8 lines
142 B
Python

from countershape import Page
pages = [
Page("linux.html", "Linux"),
Page("osx.html", "OSX"),
Page("openbsd.html", "OpenBSD"),
]