mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
[enh] add settings option to set listening address - closes #397
This commit is contained in:
@@ -777,7 +777,8 @@ def run():
|
||||
app.run(
|
||||
debug=settings['server']['debug'],
|
||||
use_debugger=settings['server']['debug'],
|
||||
port=settings['server']['port']
|
||||
port=settings['server']['port'],
|
||||
host=settings['server']['bind_address']
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user