Hello,
I'm developing a network extension:
In the detail of the item there are also possibilities for a user/admin to Disconnect the VPN. When I also set NEOnDemandRuleConnect to the NETransparentProxyManager, there is also a checkbox to disable it.
My question: Is it possible to hide these buttons and checkboxes in details of the VPN or is it shown by design? There are also text fields like Server Address and Account Name.
The other type of Network Extension com.apple.networkextension.filter-data doesn't provide such actions for a user in its details.
I'm developing a network extension:
NEAppProxyProvider managing the extension logic (com.apple.networkextension.app-proxy)
NETransparentProxyManager for the configuration in System Preferences
In the detail of the item there are also possibilities for a user/admin to Disconnect the VPN. When I also set NEOnDemandRuleConnect to the NETransparentProxyManager, there is also a checkbox to disable it.
My question: Is it possible to hide these buttons and checkboxes in details of the VPN or is it shown by design? There are also text fields like Server Address and Account Name.
The other type of Network Extension com.apple.networkextension.filter-data doesn't provide such actions for a user in its details.