Ability to provide custom mitmproxy options

A new preference has been added to provide additional mitmproxy options

Closes #283
This commit is contained in:
emanuele-f
2022-11-24 20:02:37 +01:00
parent 77560bdebd
commit 60460880af
11 changed files with 59 additions and 17 deletions
+1
View File
@@ -90,6 +90,7 @@ As shown above, the capture settings can be specified by using intent extras. Th
| block_quic | bool | 51 | vpn | true to block QUIC traffic |
| auto_block_private_dns | bool | 51 | vpn | true to detect and possibly block private DNS to inspect traffic |
| ip_mode | string | 56 | vpn | which IP addresses to use for the VPN: ipv4 \| ipv6 \| both |
| mitmproxy_opts | string | 62 | | additional options to provide to mitmproxy in decryption mode |
The `Ver` column indicates the minimum PCAPdroid version required to use the given parameter. The PCAPdroid version can be queried via the `get_status` action as explained below.
The `Mode` column indicates if the option applies to any mode or only to the VPN or root mode.