mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] support of multiple outgoing IPs
This commit is contained in:
parent
7f7f10bb6f
commit
03579c225f
2 changed files with 54 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue