diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ad38d543d..3d4c0e18a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -43,6 +43,7 @@ server: port: 8888 bind_address: "127.0.0.1" base_url: false # Possible values: false or "https://example.org/location". + limiter: false # rate limit the number of request on the instance, block some bots # If your instance owns a /etc/searxng/settings.yml file, then set the following # values there. @@ -483,6 +484,11 @@ engines: timeout: 3.0 disabled: true + - name: tineye + engine: tineye + shortcut: tin + timeout: 9.0 + - name: etymonline engine: xpath paging: true @@ -1251,8 +1257,13 @@ engines: - name: solidtorrents engine: solidtorrents shortcut: solid - timeout: 3.0 + timeout: 4.0 disabled: false + base_url: + - https://solidtorrents.net + - https://solidtorrents.eu + - https://solidtorrents.to + - https://bitsearch.to # For this demo of the sqlite engine download: # https://liste.mediathekview.de/filmliste-v2.db.bz2 |