telegram free connection
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-get-installed-apps"
|
||||
description = "Enables the get_installed_apps command without any pre-configured scope."
|
||||
commands.allow = ["get_installed_apps"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-get-installed-apps"
|
||||
description = "Denies the get_installed_apps command without any pre-configured scope."
|
||||
commands.deny = ["get_installed_apps"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-launch-app"
|
||||
description = "Enables the launch_app command without any pre-configured scope."
|
||||
commands.allow = ["launch_app"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-launch-app"
|
||||
description = "Denies the launch_app command without any pre-configured scope."
|
||||
commands.deny = ["launch_app"]
|
||||
@@ -36,6 +36,32 @@ Denies the check_actual_vpn_status command without any pre-configured scope.
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`vpn:allow-get-installed-apps`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the get_installed_apps command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`vpn:deny-get-installed-apps`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the get_installed_apps command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`vpn:allow-get-traffic-stats`
|
||||
|
||||
</td>
|
||||
@@ -62,6 +88,32 @@ Denies the get_traffic_stats command without any pre-configured scope.
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`vpn:allow-launch-app`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the launch_app command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`vpn:deny-launch-app`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the launch_app command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`vpn:allow-registerListener`
|
||||
|
||||
</td>
|
||||
|
||||
@@ -3,7 +3,7 @@ identifier = "allow-vpn-control"
|
||||
description = "Allows Vpn Control"
|
||||
|
||||
[permission.commands]
|
||||
allow = ["start_vpn", "stop_vpn", "get_traffic_stats", "check_actual_vpn_status", "registerListener", "unregisterListener", "get_installed_apps"]
|
||||
allow = ["start_vpn", "stop_vpn", "get_traffic_stats", "check_actual_vpn_status", "registerListener", "unregisterListener", "get_installed_apps", "launch_app"]
|
||||
|
||||
[permission.events]
|
||||
allow = ["status-change"]
|
||||
@@ -306,6 +306,18 @@
|
||||
"const": "deny-check-actual-vpn-status",
|
||||
"markdownDescription": "Denies the check_actual_vpn_status command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_installed_apps command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-get-installed-apps",
|
||||
"markdownDescription": "Enables the get_installed_apps command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the get_installed_apps command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-get-installed-apps",
|
||||
"markdownDescription": "Denies the get_installed_apps command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the get_traffic_stats command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -318,6 +330,18 @@
|
||||
"const": "deny-get-traffic-stats",
|
||||
"markdownDescription": "Denies the get_traffic_stats command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the launch_app command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-launch-app",
|
||||
"markdownDescription": "Enables the launch_app command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Denies the launch_app command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-launch-app",
|
||||
"markdownDescription": "Denies the launch_app command without any pre-configured scope."
|
||||
},
|
||||
{
|
||||
"description": "Enables the registerListener command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user