fc3a66dc83
Go 控制面(SQLite + REST API)嵌入 Mihomo 数据面,Vue 3 多语言 Web 管理台。 含订阅/节点/规则/出站/监控/日志、OpenAPI、API Key、Gitea Actions CI(runs-on: ubuntu-latest) 与开源文档;镜像发布至 git.rc707blog.top Container Registry。 Co-authored-by: Cursor <cursoragent@cursor.com>
35 lines
1.6 KiB
Plaintext
35 lines
1.6 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2026 Prism Contributors
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
|
|
---
|
|
|
|
## Embedded components
|
|
|
|
This project statically links [Mihomo](https://github.com/MetaCubeX/mihomo)
|
|
(github.com/metacubex/mihomo) as the proxy data plane. Mihomo is dual-licensed
|
|
under **GPL-3.0 OR MIT** (recipient's choice). See the Mihomo repository and
|
|
[THIRD-PARTY-NOTICES.md](THIRD-PARTY-NOTICES.md) for details.
|
|
|
|
Prism control-plane code (`cmd/`, `internal/`, `web/`) is MIT-licensed as above.
|
|
When you distribute Prism binaries or container images, you must comply with
|
|
the license terms of Mihomo and all bundled dependencies.
|