diff --git a/main.py b/main.py index fa9e986..94816ad 100644 --- a/main.py +++ b/main.py @@ -836,5 +836,8 @@ if __name__ == '__main__': context = ('./ssl2/key.pem', './ssl2/cert.pem') - app.run(host='127.0.0.1', port=5000, debug=True, threaded=True) + app.run(host='localhost', port=5000, debug=True, threaded=True) #app.run(host='192.168.1.21', port=5000, debug=True) + #app.run(host='localhost', port=5000, debug=True) + # app.run(host='::', port=5000, debug=True) +