diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-02-22 23:24:49 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-02-22 23:24:49 +0100 |
commit | 03579c225ff34406879bbf3ec4d362815960b59b (patch) | |
tree | 5c29216d05dd291642bd41fd9ef25b5c274e7c42 /searx/settings.yml | |
parent | 7f7f10bb6f7746c0891c2795b36261286b52a76a (diff) | |
download | searxng-03579c225ff34406879bbf3ec4d362815960b59b.tar.gz searxng-03579c225ff34406879bbf3ec4d362815960b59b.zip |
[enh] support of multiple outgoing IPs
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |