mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-05-08 21:12:26 +00:00
Ability to provide custom mitmproxy options
A new preference has been added to provide additional mitmproxy options Closes #283
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user