From 7def2964b7b88d1f59d34210a9a4a1193e70f55b Mon Sep 17 00:00:00 2001 From: neon_arch Date: Tue, 11 Jul 2023 19:37:31 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20add=20new=20config=20file?= =?UTF-8?q?=20option=20to=20choose=20upstream=20search=20engines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- websurfx/config.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/websurfx/config.lua b/websurfx/config.lua index 3daaa91..467b792 100644 --- a/websurfx/config.lua +++ b/websurfx/config.lua @@ -26,3 +26,6 @@ theme = "simple" -- the theme name which should be used for the website -- ### Caching ### redis_connection_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on. + +-- ### Search Engines ### +upstream_search_engines = { DuckDuckGo = true, Searx = false }