You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure whether this a bug or a feature. When you start the server, you can easily access your console from any computer in the network. You simply have to change the host value in Yez.js on the client.
You could probably avoid this by using a white/blacklist on the server to limit the access or you could employ a password based authentication.
Cheers!
The text was updated successfully, but these errors were encountered:
That would work and keep the option to connect to your machine remotely. You would have to add the possibility to change the target ip on the client more conveniently, of course.
There is one problem in this scenario, though: the password will be transmitted unsecured in your current setup. So maybe it would make sense to combine the two approaches, or to consider using a SSL connection.
I am not sure whether this a bug or a feature. When you start the server, you can easily access your console from any computer in the network. You simply have to change the host value in Yez.js on the client.
You could probably avoid this by using a white/blacklist on the server to limit the access or you could employ a password based authentication.
Cheers!
The text was updated successfully, but these errors were encountered: