* Initial update * update docs and test files
@@ -23,7 +23,7 @@ Volume:
EOF
}
-export DEFAULT_BIND_ADDRESS="0.0.0.0:8080"
+export DEFAULT_BIND_ADDRESS="[::]:8080"
export BIND_ADDRESS="${BIND_ADDRESS:-${DEFAULT_BIND_ADDRESS}}"
# Parse command line
@@ -59,7 +59,7 @@ and can relied on the default configuration :origin:`searx/settings.yml` using:
use_default_settings: true
server:
secret_key: "ultrasecretkey" # change this!
- bind_address: "0.0.0.0"
+ bind_address: "[::]"
``engines:``
With ``use_default_settings: true``, each settings can be override in a
@@ -12,7 +12,7 @@ search:
port: 9000
secret_key: "user_settings_secret"
base_url: false
image_proxy: false
@@ -5,7 +5,7 @@ use_default_settings:
- wikinews
secret_key: "user_secret_key"
default_http_headers:
Custom-Header: Custom-Value
engines:
@@ -5,6 +5,6 @@ use_default_settings:
@@ -1,7 +1,7 @@
result_proxy: