From 03579c225ff34406879bbf3ec4d362815960b59b Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Sun, 22 Feb 2015 23:24:49 +0100 Subject: [enh] support of multiple outgoing IPs --- searx/settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 8e2833ef0..23f4d353c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -11,6 +11,12 @@ server: image_proxy : False # Proxying image results through searx default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section +# uncomment below section only if you have more than one network interface +# which can be the source of outgoing search requests +#source_ips: +# - 1.1.1.1 +# - 1.1.1.2 + engines: - name : wikipedia engine : mediawiki -- cgit v1.2.3