-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing app host/IP binding #98
Comments
Flet server is listening on all NIC IP addresses by default. You can just change opened URL into 192.168.0.1 and it should work. |
But I agree adding |
I changed 127.0.0.1 to 192.168.1.109. |
How to change host address other than 127.0.0.1?
example
flet.app(target=main, host="192.168.1.1")
The text was updated successfully, but these errors were encountered: