We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I have webrepl enabled for access point it will make it available even for other networks.
My config:
{ "schema": 2, "known_networks": [ { "ssid": "xxxxxx", "password": "xxxxxx", "enables_webrepl": false }, { "ssid": "xxxxxx", "password": "xxxxxx", "enables_webrepl": false } ], "access_point": { "config": { "essid": "xxxxxx", "channel": 11, "hidden": false, "password": "xxxxxx" }, "enables_webrepl": true, "start_policy": "always" } }
This is like security bug for me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I have webrepl enabled for access point it will make it available even for other networks.
My config:
This is like security bug for me.
The text was updated successfully, but these errors were encountered: