openvpn addr

This commit is contained in:
Owl 2025-01-31 01:27:09 +07:00
parent 01492ddce8
commit 1328afae3e

2
app.py
View File

@ -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)