mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-14 05:37:23 +08:00
Android Support (#166)
1. Add vpnservice tauri plugin for android. 2. add workflow for android. 3. Easytier Core support android, allow set tun fd.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-start-vpn"
|
||||
description = "Enables the start_vpn command without any pre-configured scope."
|
||||
commands.allow = ["start_vpn"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-start-vpn"
|
||||
description = "Denies the start_vpn command without any pre-configured scope."
|
||||
commands.deny = ["start_vpn"]
|
||||
Reference in New Issue
Block a user