This commit is contained in:
czaky 2024-06-13 10:46:50 +02:00 committed by GitHub
commit c331cf64cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 401 additions and 50 deletions

View file

@ -178,9 +178,9 @@ outgoing:
# and https://www.python-httpx.org/compatibility/#ssl-configuration
# verify: ~/.mitmproxy/mitmproxy-ca-cert.cer
#
# uncomment below section if you want to use a proxyq see: SOCKS proxies
# Uncomment below section if you want to use a proxy. See:
# https://2.python-requests.org/en/latest/user/advanced/#proxies
# are also supported: see
# SOCKS proxies are also supported. See:
# https://2.python-requests.org/en/latest/user/advanced/#socks
#
# proxies:
@ -190,6 +190,11 @@ outgoing:
#
# using_tor_proxy: true
#
# Uncomment below if you want to make multiple request in parallel
# through all the proxies at once:
#
# proxy_request_redundancy: 4
#
# Extra seconds to add in order to account for the time taken by the proxy
#
# extra_proxy_timeout: 10