mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-14 05:37:23 +08:00
1. Add vpnservice tauri plugin for android. 2. add workflow for android. 3. Easytier Core support android, allow set tun fd.
14 lines
365 B
TOML
14 lines
365 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-ping"
|
|
description = "Enables the ping command without any pre-configured scope."
|
|
commands.allow = ["ping"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-ping"
|
|
description = "Denies the ping command without any pre-configured scope."
|
|
commands.deny = ["ping"]
|