mirror of
https://github.com/searxng/searxng.git
synced 2026-05-17 00:15:48 +02:00
[enh] add settings option to set listening address - closes #397
This commit is contained in:
+2
-1
@@ -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