From 1a9dd5aa535350d67bf6e3a27c3c010bc31c4741 Mon Sep 17 00:00:00 2001 From: Solirs Date: Thu, 2 Mar 2023 15:03:25 +0100 Subject: [PATCH] Fix an oopsie i left in settings.yml while testing --- searx/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/settings.yml b/searx/settings.yml index d792db557..a23b62330 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -69,7 +69,7 @@ server: # instance's environment (make buildenv). Is overwritten by ${SEARXNG_PORT} # and ${SEARXNG_BIND_ADDRESS} port: 8888 - bind_address: "0.0.0.0" + bind_address: "127.0.0.1" # public URL of the instance, to ensure correct inbound links. Is overwritten # by ${SEARXNG_URL}. base_url: false # "http://example.com/location"