Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0ee97582c |
@ -184,7 +184,7 @@ ui:
|
||||
#
|
||||
outgoing:
|
||||
# default timeout in seconds, can be override by engine
|
||||
request_timeout: 3.0
|
||||
request_timeout: 6.0
|
||||
# the maximum timeout in seconds
|
||||
# max_request_timeout: 10.0
|
||||
# suffix of searx_useragent, could contain information like an email address
|
||||
@ -207,12 +207,12 @@ outgoing:
|
||||
# are also supported: see
|
||||
# https://2.python-requests.org/en/latest/user/advanced/#socks
|
||||
#
|
||||
proxies:
|
||||
all://:
|
||||
- http://38.33.146.13:2000
|
||||
- http://38.33.148.3:2000
|
||||
- http://38.38.254.150:2000
|
||||
- http://38.33.146.96:2000
|
||||
# proxies:
|
||||
# all://:
|
||||
# - http://38.33.146.13:2000
|
||||
# - http://38.33.148.3:2000
|
||||
# - http://38.38.254.150:2000
|
||||
# - http://38.33.146.96:2000
|
||||
#https: http://192.168.1.78:8888
|
||||
#proxies:
|
||||
#all://:
|
||||
@ -771,6 +771,7 @@ engines:
|
||||
engine: wikidata
|
||||
shortcut: wd
|
||||
timeout: 3.0
|
||||
disabled: true
|
||||
weight: 2
|
||||
# add "list" to the array to get results in the results list
|
||||
display_type: ["infobox"]
|
||||
@ -968,7 +969,7 @@ engines:
|
||||
- name: google
|
||||
engine: google
|
||||
shortcut: go
|
||||
disabled: true
|
||||
disabled: false
|
||||
# additional_tests:
|
||||
# android: *test_android
|
||||
|
||||
@ -2003,6 +2004,7 @@ engines:
|
||||
- name: wiby
|
||||
engine: json_engine
|
||||
paging: true
|
||||
disabled: true
|
||||
search_url: https://wiby.me/json/?q={query}&p={pageno}
|
||||
url_query: URL
|
||||
title_query: Title
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user