mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Merge 6e9f7c276e into cb945276b6
This commit is contained in:
commit
c331cf64cf
10 changed files with 401 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue