Files
GameServerManager/server/data/plugins/tunnel-helper/plugin.json
sakuradairong d641a84de2 feat(easytier): add managed networking plugin
Add EasyTier installation, profile storage, secure runtime control, authenticated plugin UI, and operator documentation. Harden embedded plugin auth/assets and FRP helper installation alongside the new networking workflow.
2026-08-01 11:46:34 +08:00

13 lines
344 B
JSON

{
"name": "tunnel-helper",
"displayName": "内网穿透助手 (frp)",
"description": "为现有游戏实例生成、保存并管理 frp 客户端穿透配置。",
"version": "0.3.0",
"author": "GSM3 Community",
"enabled": false,
"hasWebInterface": true,
"entryPoint": "index.html",
"icon": "network",
"category": "工具"
}