diff options
Diffstat (limited to 'searx/settings_robot.yml')
| -rw-r--r-- | searx/settings_robot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/searx/settings_robot.yml b/searx/settings_robot.yml index 070a0edb6..635809041 100644 --- a/searx/settings_robot.yml +++ b/searx/settings_robot.yml @@ -39,3 +39,11 @@ engines: locales: en : English hu : Magyar + +doi_resolvers : + oadoi.org : 'https://oadoi.org/' + doi.org : 'https://doi.org/' + doai.io : 'http://doai.io/' + sci-hub.tw : 'http://sci-hub.tw/' + +default_doi_resolver : 'oadoi.org' |