aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2019-09-28 16:45:00 +0200
committerGitHub <noreply@github.com>2019-09-28 16:45:00 +0200
commitf6405abda27e0154ca3eff1f0522e72976a37bf8 (patch)
treed1eef1aa9cd7d61b8febdc458b1edba89b618181 /docs
parent24dd3469094815163a1b2dfbf406ac019355a77e (diff)
parentf95784ba9d473f77d18f5391ca45da4d4f1d6e50 (diff)
downloadmitmproxy-f6405abda27e0154ca3eff1f0522e72976a37bf8.tar.gz
mitmproxy-f6405abda27e0154ca3eff1f0522e72976a37bf8.tar.bz2
mitmproxy-f6405abda27e0154ca3eff1f0522e72976a37bf8.zip
Merge pull request #3329 from Kriechi/readme-slogan
update readme slogan
Diffstat (limited to 'docs')
-rw-r--r--docs/src/content/_index.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/src/content/_index.md b/docs/src/content/_index.md
index cd368df0..6283343d 100644
--- a/docs/src/content/_index.md
+++ b/docs/src/content/_index.md
@@ -11,8 +11,7 @@ menu:
The mitmproxy project's tools are a set of front-ends that expose common
underlying functionality.
-**mitmproxy** is an interactive man-in-the-middle proxy for HTTP and HTTPS
-with a console interface.
+**mitmproxy** is an interactive, SSL/TLS-capable intercepting proxy with a console interface for HTTP/1, HTTP/2, and WebSockets.
**mitmdump** is the command-line version of mitmproxy. Think tcpdump for HTTP.
@@ -21,6 +20,9 @@ with a console interface.
Documentation, tutorials and distribution packages can be found on the
[mitmproxy website](https://mitmproxy.org).
+Development information and our source code can be found in our
+[GitHub repository](https://github.com/mitmproxy/mitmproxy).
+
## Features
@@ -29,8 +31,7 @@ Documentation, tutorials and distribution packages can be found on the
- Replay the client-side of an HTTP conversations
- Replay HTTP responses of a previously recorded server
- Reverse proxy mode to forward traffic to a specified server
-- Transparent proxy mode on OSX and Linux
+- Transparent proxy mode on macOS and Linux
- Make scripted changes to HTTP traffic using Python
- SSL/TLS certificates for interception are generated on the fly
- And much, much more...
-