-
|
Hi, is there a way to bind SearxNG to multiple IP addresses? Dual bind_address in the settings does not work. |
Beta Was this translation helpful? Give feedback.
Answered by
virtadpt
Mar 24, 2025
Replies: 1 comment
-
|
The only way I've gotten that to work was with UWSGI. Inside of the venv for SearxNG, searxng.ini is the UWSGI config file I use with it: Starting it up: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
return42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only way I've gotten that to work was with UWSGI.
Inside of the venv for SearxNG,
pip install pyuwsgisearxng.ini is the UWSGI config file I use with it:
Starting it up:
pyuwsgi --ini searxng.ini