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 added the options to the UI, but for saving the changes, I need to send the new setting to the PUT /visors/{pk}/apps/{app} API endpoint, which is how the manager currently saves the changes for all app settings. The problem is that the endpoint currently does not accept the killswitch and secure options. After making the endpoint able to receive those settings, I think it will be possible to make the final changes.
Feature description
Two new flags will be added to the VPN with the next release.
Both accept boolean values. They need to be changeable via the app management interface in the UI.
Reference PRs
The text was updated successfully, but these errors were encountered: