aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* add kubernetes howtoMatt Hamilton2020-05-231-0/+13
|
* simplify hugo configMaximilian Hils2020-05-161-5/+3
|
* Fix #3975 by enabling inline HTML in Markdown docsThung Han2020-05-161-0/+5
|
* update hugoMaximilian Hils2020-05-162-4/+4
|
* enable flag pygmentsCodefences = true (#3977)Deepanshu Lulla2020-05-081-0/+1
| | | | | * enable flag Co-authored-by: Maximilian Hils <github@maximilianhils.com>
* docs: fix typoMaximilian Hils2020-04-301-2/+2
|
* fix typo in certificates documentationMaximilian Hils2020-04-281-1/+1
|
* fix typoMaximilian Hils2020-04-261-1/+1
|
* Update howto-wireshark-tls.mdPhilipp Johann Fritz2020-04-231-1/+1
| | | Wireshark renamed the protocol from SSL to TLS in settings
* improve getting-started docsThomas Kriechbaumer2020-04-133-18/+66
|
* docs: rename docs scripts and improve templateThomas Kriechbaumer2020-04-119-33/+58
|
* examples: reformat to prevent too long linesThomas Kriechbaumer2020-04-111-2/+2
|
* docs: render all examples into one markdown pageThomas Kriechbaumer2020-04-105-5/+56
|
* Merge pull request #3905 from sarthak212/docsdeprecatedThomas Kriechbaumer2020-04-051-3/+3
|\ | | | | docs update
| * docs updateroot2020-04-061-3/+3
| |
* | improve scripting docsThomas Kriechbaumer2020-04-044-19/+42
| |
* | Merge pull request #3870 from naivekun/update_documentMaximilian Hils2020-03-301-2/+2
|\ \ | |/ |/| fix document error
| * fix document errornaivekun2020-03-251-2/+2
| |
* | c is deprecatedroot2020-03-311-1/+1
|/
* 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`.