flask: Added host to allow more access
This commit is contained in:
parent
21a5762276
commit
aed9fea0f1
@ -185,4 +185,4 @@ def site_worker(domain):
|
||||
|
||||
# Start the server
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=False, port=5000)
|
||||
app.run(debug=False, port=5000, host='0.0.0.0')
|
@ -69,4 +69,4 @@ def site_exists(domain):
|
||||
|
||||
# Start the server
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=False, port=5000)
|
||||
app.run(debug=False, port=5000,host='0.0.0.0')
|
Loading…
Reference in New Issue
Block a user