openvpn addr
This commit is contained in:
parent
01492ddce8
commit
1328afae3e
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -7,5 +7,5 @@ def hello_world():
|
|||
return "<h1>Hello, World!</h1>"
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host="0.0.0.0", port=5000)
|
||||
app.run(host="10.8.0.1", port=5000)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue