aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Remove yarn/npm from docsMeet Mangukiya2020-02-2578-1224/+5120
| | | | Closes https://github.com/mitmproxy/mitmproxy/issues/3716
* Update concepts-filters.md2NuFyeat4PZt2020-02-071-0/+5
| | | Provide a working example for the ~m filter
* Fix broken link with link to similar addon. This fixes issue #3775.Massimo Prencipe2020-01-191-3/+2
|
* docs: document no websocket replayMaximilian Hils2020-01-031-1/+3
| | | this refs #3564
* docs: update Windows cert import instructionsMaximilian Hils2020-01-031-1/+1
| | | as per https://github.com/mitmproxy/mitmproxy/issues/3622#issuecomment-561968523
* Minor typo of 'with'pasanr2019-12-251-2/+2
|
* update release instructionsMaximilian Hils2019-12-211-2/+1
|
* simplify install instructionsMaximilian Hils2019-11-201-61/+36
|
* Use Github Actions for CI (#3713)Maximilian Hils2019-11-191-1/+1
| | | switch to github actions for CI
* Merge pull request #3669 from jannst/add_howto_install_android_system_caThomas Kriechbaumer2019-11-111-0/+86
|\ | | | | Add howto insert mitmproxy CA cert into the android system certificate store
| * Adding tutorial on how to insert mitmproxy CA cert into the android system ↵jannst2019-10-131-0/+86
| | | | | | | | certificate store
* | grammer correction (#3670)Will2019-10-151-1/+1
| |
* | improve wordingMaximilian Hils2019-10-131-4/+2
|/
* hugo server -D fails if html file in docs/src/generated are not presentjannst2019-10-131-0/+3
|
* Update howto-transparent-vms.md for newer versions (#3597)Nirusu2019-09-301-4/+10
| | | Update howto-transparent-vms.md for newer versions
* Merge pull request #3329 from Kriechi/readme-sloganThomas Kriechbaumer2019-09-281-4/+5
|\ | | | | update readme slogan
| * update readme sloganThomas Kriechbaumer2018-09-211-4/+5
| |
* | Merge pull request #3603 from tomsaleeba/patch-1Thomas Kriechbaumer2019-09-281-0/+25
|\ \ | | | | | | Transparent proxy on Linux for local originating traffic
| * | docs: correct command to install mitmproxyTom Saleeba2019-08-011-1/+3
| | |
| * | 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 #3600 from king6cong/masterThomas Kriechbaumer2019-09-281-11/+5
|\ \ \ | | | | | | | | fix pf.conf on macOS
| * | | fix pf.conf on macOSking6cong2019-07-301-11/+5
| |/ /
* / / Update concepts-certificates.mdAdam Hopkins2019-09-241-0/+3
|/ / | | | | Update to direct people to using Safari instead of another browser on iOS.
* | 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
| | |