diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-01-23 23:48:07 -0800 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-01-23 23:48:07 -0800 |
| commit | f1db60d28f3512186b73ede98f814688513a1e54 (patch) | |
| tree | 45ba9fb8634d7a079fb1199f406b08306106afcb /searx/settings.yml | |
| parent | 59eeeaab87951fd6fa3302ec240db98902a20b2c (diff) | |
| parent | b82ba74a7dfba4b3b3d54ecfc6f99e02d473f7d1 (diff) | |
Merge pull request #29 from pw3t/ixquick
Ixquick
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index c207f3f57..4978e9b6a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -68,6 +68,13 @@ engines: - name : startpage engine : startpage + base_url : 'https://startpage.com/' + search_url : 'https://startpage.com/do/search' + + - name : ixquick + engine : startpage + base_url : 'https://www.ixquick.com/' + search_url : 'https://www.ixquick.com/do/search' - name : twitter engine : twitter |