Open Lake-Jee opened 3 years ago
Currently, you have modify app.run() and pass in host IPs for it to be externally visible to other IPs.
app.run()
Adding an arg to the cmd line options (i.e. --hosts HOST IPs) would be greatly beneficial.
Currently, you have modify
app.run()
and pass in host IPs for it to be externally visible to other IPs.Adding an arg to the cmd line options (i.e. --hosts HOST IPs) would be greatly beneficial.