diff options
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | doc-src/faq.html | 2 | ||||
-rw-r--r-- | libmproxy/controller.py | 1 |
3 files changed, 9 insertions, 4 deletions
@@ -23,10 +23,18 @@ connecting server. We then open an SSL request to the destination server, and replay the request. +Documentation +------------- + +A rendered version of the docs for the latest release can be found here: + +http://corte.si/projects + + Download -------- -Releases can be found here: http://corte.si/software +Releases can be found here: http://corte.si/projects Source is hosted here: http://github.com/cortesi/mitmproxy diff --git a/doc-src/faq.html b/doc-src/faq.html index 253d32a3..56397147 100644 --- a/doc-src/faq.html +++ b/doc-src/faq.html @@ -66,6 +66,4 @@ cp mycert ~/.mitmproxy/cert.pem</pre> </ul> - - </div> diff --git a/libmproxy/controller.py b/libmproxy/controller.py index cd86151a..98d02c51 100644 --- a/libmproxy/controller.py +++ b/libmproxy/controller.py @@ -1,4 +1,3 @@ - # Copyright (C) 2010 Aldo Cortesi # # This program is free software: you can redistribute it and/or modify |