aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: add instructions for transparent proxy on Linux for traffic ↵Tom Saleeba2019-08-011-0/+23
| | | | originating from the mitmproxy host itself
* Merge pull request #3542 from ZHRhodes/patch-1Maximilian Hils2019-07-171-1/+1
|\ | | | | Typo in howto-wireshark-tls.md
| * Update howto-wireshark-tls.mdZHRhodes2019-05-161-1/+1
| | | | | | Fixed a typo in describing the master keys
* | Minor fix re. macOS stepsLucio Paiva2019-06-261-2/+2
|/
* Fix markdown typo on addons-scripting.mdRob Wills2019-03-291-1/+1
|
* Merge pull request #3441 from petersmythe/patch-1Maximilian Hils2019-01-232-2/+2
|\ | | | | Fix spelling issues
| * Fix spacePeter Smythe2019-01-031-1/+1
| |
| * Fix spellingPeter Smythe2019-01-031-1/+1
| |
* | openbsd: divert-to requires exact listen addressJihyun Yu2019-01-181-1/+1
|/ | | | | divert-to does not work with '0.0.0.0' or similar listen address, so we need to specify listen address that we provided to `pf`.
* docs: don't make links extra boldMaximilian Hils2018-11-091-1/+1
|
* docs: Add mitm.it link in the certificates docs.Abhigyan Khaund2018-11-051-1/+1
|
* Fixed doc about domain whitelistingTey2018-10-051-5/+11
|
* Merge pull request #3186 from andersonvom/masterAldo Cortesi2018-07-111-1/+16
|\ | | | | Add scripting example to intercept & change requests
| * Add example to intercept/change specific requestsAnderson Mesquita2018-06-161-0/+15
| | | | | | | | | | | | | | | | | | This example captures requests to a specific URL and returns an arbitrary response instead. It's common enough that is useful to have in the docs. It also adds links to the Request and Response classes to help developers writing scripts.
| * Rename scripting fileAnderson Mesquita2018-06-081-1/+1
| | | | | | | | | | In order to add the more scripting examples, it makes sense to rename this file and avoid confusion.
* | Update howto-transparent.mdbunnyhero2018-07-051-3/+3
|/ | | | | i got a syntax error on macOS high sierra with the existing example pf.conf line. based on sample pf rules i found online, i believe it was missing the `pass` keyword, which i added. also, the surrounding text refers to "two lines," when there is only one, so i've updated that too.
* docs: fix minimum page heightMaximilian Hils2018-05-251-0/+8
|
* docs: minor improvements to Windows installationMaximilian Hils2018-05-161-7/+6
|
* docs: complete, informative documentation on our SOCKS5 modeAldo Cortesi2018-05-161-3/+1
|
* docs: installation, WSLAldo Cortesi2018-05-162-6/+14
|
* docs: clarify binary packaage admonitionAldo Cortesi2018-05-151-13/+12
|
* docs: console key binding docs and exampleAldo Cortesi2018-05-151-0/+18
|
* docs: split out tool documentationAldo Cortesi2018-05-155-39/+51
|
* cadir -> confdirAldo Cortesi2018-05-101-4/+4
| | | | | We store a lot more than just the CAs in our configuration directory. Clarify the option name.
* Merge pull request #2986 from miheerdew/patch-1Thomas Kriechbaumer2018-05-061-2/+36
|\ | | | | Workaround for MacOS transparent proxy
| * Merge masterMiheer Dewaskar2018-03-2422-181/+255
| |\
| * | SpellingMiheer Dewaskar2018-03-111-2/+2
| | |
| * | Extrac comment and typoMiheer Dewaskar2018-03-111-1/+2
| | |
| * | Workaround for MacOS transparent proxyMiheer Dewaskar2018-03-111-2/+37
| | | | | | | | | This workaround (adopted from #1261) allows MacOS users to redirect their machine's outgoing traffic to mitmproxy transparently.
* | | Fix typo in addons-overview.mdSimon Elvery2018-05-051-1/+1
| | |
* | | Changed syntax from v2 to v3p1uymi2018-04-261-3/+3
| | | | | | | | | | | | --client-certs = v2 syntax --> --set client_certs=value = v3 syntax --cadir = v2 syntax --> --set cadir=value = v3 syntax
* | | fix GA idMaximilian Hils2018-04-111-1/+1
| | |
* | | Merge pull request #3025 from Kriechi/py36Aldo Cortesi2018-04-011-4/+4
|\ \ \ | | | | | | | | Python 3.5 is dead -- long live Python 3.6!
| * | | Python 3.5 is dead -- long live Python 3.6!Thomas Kriechbaumer2018-03-311-4/+4
| | | | | | | | | | | | | | | | fixes #2266
* | | | Update addons-overview.mdghillu2018-04-011-2/+2
|/ / / | | | | | | Fixed a typo
* | | Merge pull request #3012 from Kriechi/docs-optionsAldo Cortesi2018-03-3011-60/+112
|\ \ \ | | | | | | | | docs: add auto-generated options reference
| * | | docs: add auto-generated options referenceThomas Kriechbaumer2018-03-2511-63/+101
| | | |
| * | | docs: add skeleton for options scriptMaximilian Hils2018-03-241-0/+14
| | |/ | |/|
* / | Fixed Typo in Transparent Proxy Setup for MacMichael Shi2018-03-261-1/+1
|/ / | | | | Fixed typo referencing `en2` when it should mention `en0`
* | fix cloudfront invalidation pathsMaximilian Hils2018-03-213-3/+3
| |
* | various docs improvementsMaximilian Hils2018-03-2115-96/+141
| | | | | | | | | | | | | | - add clickable anchors for headers - add "outdated" warning for archived docs - add "edit on github" button - beautify template
* | improve transparent mode docsMaximilian Hils2018-03-201-80/+75
| |
* | minor docs fixesMaximilian Hils2018-03-203-36/+43
| |
* | add google analyticsMaximilian Hils2018-03-202-0/+2
| |
* | abort doc scripts on errorMaximilian Hils2018-03-205-1/+6
| |
* | add README for docs installMaximilian Hils2018-03-201-0/+22
|/
* docs: cloudfront invalidationAldo Cortesi2018-03-073-8/+8
|
* release: revamped release upload processAldo Cortesi2018-03-071-1/+1
|
* docs: enable upload to docs.mitmproxy.org/masterAldo Cortesi2018-03-072-8/+13
|
* docs: add robots.txt and error.htmlAldo Cortesi2018-03-054-1/+19
| | | | | | - robots.txt prevents crawling of everything but /stable - error.html has a simple meta refresh to the latest stable docs. This will also help crawlers find the right path.