mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
6685c27697
Crappy default styling for now.
51 lines
1.9 KiB
HTML
51 lines
1.9 KiB
HTML
<ul class="nav nav-sidebar">
|
|
$!nav(idxpath, this, state)!$
|
|
$!nav("install.html", this, state)!$
|
|
$!nav("certinstall.html", this, state)!$
|
|
$!nav("howmitmproxy.html", this, state)!$
|
|
$!nav("modes.html", this, state)!$
|
|
|
|
<li class="nav-header">Tools</li>
|
|
$!nav("mitmproxy.html", this, state)!$
|
|
$!nav("mitmdump.html", this, state)!$
|
|
$!nav("config.html", this, state)!$
|
|
|
|
<li class="nav-header">Features</li>
|
|
$!nav("anticache.html", this, state)!$
|
|
|
|
$!nav("filters.html", this, state)!$
|
|
$!nav("replacements.html", this, state)!$
|
|
$!nav("clientreplay.html", this, state)!$
|
|
$!nav("serverreplay.html", this, state)!$
|
|
$!nav("setheaders.html", this, state)!$
|
|
$!nav("passthrough.html", this, state)!$
|
|
$!nav("proxyauth.html", this, state)!$
|
|
$!nav("reverseproxy.html", this, state)!$
|
|
$!nav("responsestreaming.html", this, state)!$
|
|
$!nav("socksproxy.html", this, state)!$
|
|
$!nav("sticky.html", this, state)!$
|
|
$!nav("tcpproxy.html", this, state)!$
|
|
$!nav("upstreamproxy.html", this, state)!$
|
|
$!nav("upstreamcerts.html", this, state)!$
|
|
|
|
|
|
<li class="nav-header">Transparent Proxying</li>
|
|
$!nav("transparent.html", this, state)!$
|
|
$!nav("transparent/linux.html", this, state)!$
|
|
$!nav("transparent/osx.html", this, state)!$
|
|
|
|
<li class="nav-header">Scripting</li>
|
|
$!nav("scripting/inlinescripts.html", this, state)!$
|
|
$!nav("scripting/libmproxy.html", this, state)!$
|
|
|
|
<li class="nav-header">Tutorials</li>
|
|
$!nav("tutorials/30second.html", this, state)!$
|
|
$!nav("tutorials/gamecenter.html", this, state)!$
|
|
$!nav("tutorials/transparent-dhcp.html", this, state)!$
|
|
|
|
<li class="nav-header">Hacking</li>
|
|
$!nav("dev/architecture.html", this, state)!$
|
|
$!nav("dev/testing.html", this, state)!$
|
|
$!nav("dev/sslkeylogfile.html", this, state)!$
|
|
</ul>
|