frpc-desktop/README.md

152 lines
6.0 KiB
Markdown
Raw Normal View History

2023-11-28 17:07:39 +08:00
<a name="readme-top"></a>
<!-- PROJECT SHIELDS -->
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="https://github.com/luckjiawei/frpc-desktop">
2024-08-06 19:42:27 +08:00
<img src="public/logo/pack/1024x1024.png" alt="Logo" width="140">
2023-11-28 17:07:39 +08:00
</a>
<h3 align="center">Frpc-Desktop</h3>
<p align="center">
2024-08-11 16:54:01 +08:00
🎉 FRP跨平台桌面客户端可视化配置轻松实现内网穿透
2023-11-28 17:07:39 +08:00
<br />
2024-08-11 16:54:01 +08:00
支持所有frp版本 / 开机自启 / 可视化配置 / 免费开源
2023-11-28 17:07:39 +08:00
</p>
2024-08-18 12:03:48 +08:00
<p><a href="https://jwinks.com/p/frp/#frp%E6%98%AF%E4%BB%80%E4%B9%88">使用教程</a></p>
2024-12-02 09:19:36 +08:00
<a href="https://hellogithub.com/repository/b0dc116e9f2e4b8188da5a6d3e1bd8a4" target="_blank"><img src="https://abroad.hellogithub.com/v1/widgets/recommend.svg?rid=b0dc116e9f2e4b8188da5a6d3e1bd8a4&claim_uid=8ZMOhz30mGJAHpa" alt="FeaturedHelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>
2023-11-28 17:07:39 +08:00
</div>
2024-08-05 15:32:10 +08:00
## TODO
2024-10-16 14:07:06 +08:00
2024-08-05 15:32:10 +08:00
- [x] 开机自启动
2024-08-06 00:22:18 +08:00
- [x] 适配多用户 user & meta_token
2024-08-09 00:14:18 +08:00
- [x] 便携版
2024-08-11 19:12:05 +08:00
- [x] 增加udp代理类型
- [x] 支持快速分享frps
- [x] 增加快速选择本地端口
2024-08-17 17:22:46 +08:00
- [x] 支持stcp代理类型
2024-08-26 10:51:12 +08:00
- [x] 通过镜像站下载frp
- [x] 支持所有配置的导入导出
- [x] 一键清空所有配置
- [x] 支持导入识别frpc.toml
2024-09-07 17:27:03 +08:00
- [x] tcp、udp协议支持批量端口
2024-08-05 15:32:10 +08:00
2024-08-09 09:52:00 +08:00
## 常见问题
### Mac提示已损坏
2024-10-16 14:07:06 +08:00
2024-08-09 09:52:00 +08:00
执行命令:`sudo xattr -cr Frpc-Desktop.app`
2023-12-01 15:22:40 +08:00
## 里程碑
2024-10-16 14:07:06 +08:00
2024-11-08 16:45:42 +08:00
- 2024-11-08: 发布v1.1.4版本 修复已知BUG
- 2024-10-14: 发布v1.1.3版本 支持xtcp协议、优化体验
- 2024-09-25: 发布v1.1.2版本 支持 http basic、子域名
2024-09-07 18:08:37 +08:00
- 2024-09-07: 发布v1.1.0版本 支持批量端口、支持单条代理开关控制
2024-08-26 10:51:12 +08:00
- 2024-08-24: 发布v1.0.9版本 支持镜像下载、导出导入配置
2024-08-17 17:22:46 +08:00
- 2024-08-17: 发布v1.0.8版本 支持stcp代理
2024-08-11 19:12:05 +08:00
- 2024-08-11: 发布v1.0.7版本
2024-08-09 00:14:18 +08:00
- 2024-08-09: 发布v1.0.6版本
2024-08-06 16:09:20 +08:00
- 2024-08-06: 发布v1.0.5版本
2024-08-06 00:22:18 +08:00
- 2024-08-06: 发布v1.0.4版本 适配支持多用户插件
2024-07-17 14:21:31 +08:00
- 2024-07-17: 发布v1.0.3版本 修复已知bug 增加开机自启 增加删除frp版本
2024-01-29 21:02:46 +08:00
- 2024-01-29: 发布v1.0.2版本 增加Linux客户端和代理模式
2023-12-01 15:22:40 +08:00
- 2023-12-01: 发布v1.0.1版本
- 2023-11-28: 发布v1.0版本
2024-08-05 18:13:54 +08:00
## 社区
2024-10-16 14:07:06 +08:00
2024-08-21 10:01:15 +08:00
~~微信扫描加入开源项目交流群 广告勿进!!!~~
2024-08-21 10:02:37 +08:00
2024-08-21 10:01:15 +08:00
<img src="screenshots/wechat-qr.png" alt="二维码" width="200">
2024-08-26 10:51:12 +08:00
**微信群超过200人无法扫码进群 关注公众号进群 **
2024-08-05 18:13:54 +08:00
2024-08-21 10:01:15 +08:00
<img src="screenshots/mp_qr.jpg" alt="公众号二维码" width="200">
2024-08-05 18:13:54 +08:00
2023-11-28 17:22:37 +08:00
## 演示
2024-08-09 09:52:00 +08:00
![connect server](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/conn.png?raw=true)
2023-11-28 17:26:07 +08:00
2024-08-09 09:52:00 +08:00
![proxys manager](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/proxys.png?raw=true)
2023-11-28 17:26:07 +08:00
2024-08-09 09:52:00 +08:00
![frp download](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/versions.png?raw=true)
2023-11-28 17:26:07 +08:00
2024-08-11 19:12:05 +08:00
![config](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/config.png?raw=true)
2024-08-09 09:52:00 +08:00
![log](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/log.png?raw=true)
2023-11-28 17:22:37 +08:00
2024-08-11 19:12:05 +08:00
![about](https://github.com/luckjiawei/frpc-desktop/blob/main/screenshots/about.png?raw=true)
2024-10-14 15:15:21 +08:00
## 捐赠
2024-08-27 11:59:41 +08:00
2024-10-14 15:15:21 +08:00
**捐赠方式**
一块两块不嫌少,十块二十那更好。
👉👉👉[点击去捐赠](https://jwinks.com/donate/)👈👈👈
**捐赠名单**
2024-12-04 17:06:05 +08:00
| 🕰 时间 | 📡 平台 | 🤲 捐赠者 | 💰 金额 | ✉️ 捐赠留言 |
|------------|-------|-----------|-------|--------------------------|
| 2024-08-06 | 微信 | 三木 | 1 元 | 无 |
| 2024-08-25 | 微信 | 晚风 | 1 元 | 无 |
| 2024-08-27 | 微信 | x | 1 元 | 无 |
| 2024-10-09 | 微信 | 解脱 | 20 元 | 无 |
| 2024-10-09 | 微信 | KMDN | 20 元 | 无 |
| 2024-10-14 | 微信 | 121 | 5 元 | 无 |
| 2024-10-14 | 微信 | Different | 10 元 | 感谢您的开源 |
| 2024-10-16 | 微信 | 。 。 。 | 50 元 | 感谢开源的frp软件 |
| 2024-11-2 | 微信 | gesoft | 10 元 | 加油 |
| 2024-11-7 | 微信 | *进 | 10 元 | 谢谢,可见可得,省心省力 |
| 2024-11-8 | 微信 | **创 | 10 元 | 无 |
| 2024-11-20 | 微信 | 一東 | 20 元 | 请你喝咖啡 |
| 2024-11-20 | 微信 | KEVINSKH | 10 元 | 感谢开发方便快捷的图形化操作界面👍 |
| 2024-11-26 | 微信 | | 3 元 | 无 |
| 2024-11-26 | 微信 | Kaori | 1 元 | 谢谢大佬的项目要是能添加web控制页面就更好了 |
| 2024-12-03 | 微信 | 17¥ | 20 元 | 谢谢,很方便的软件 |
| 2024-12-03 | 微信 | Cr@k3r | 5 元 | 感谢你的工作 |
2024-08-27 11:59:41 +08:00
2024-08-11 19:17:27 +08:00
## 贡献者
2024-10-16 14:07:06 +08:00
2024-08-11 19:17:27 +08:00
<a href="https://github.com/luckjiawei/frpc-desktop/graphs/contributors">
<img src="https://contrib.rocks/image?repo=luckjiawei/frpc-desktop" />
</a>
2023-11-28 17:07:39 +08:00
## License
[MIT](LICENSE)
2023-11-28 17:12:02 +08:00
2024-08-16 17:08:37 +08:00
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=luckjiawei/frpc-desktop&type=Date)](https://star-history.com/#luckjiawei/frpc-desktop&Date)
2023-11-28 17:12:02 +08:00
<!-- MARKDOWN LINKS & IMAGES -->
2024-10-16 14:07:06 +08:00
2023-11-28 17:22:37 +08:00
[forks-shield]: https://img.shields.io/github/forks/luckjiawei/frpc-desktop.svg?style=for-the-badge
2024-10-16 14:07:06 +08:00
2023-11-28 17:12:02 +08:00
[forks-url]: https://github.com/luckjiawei/frpc-desktop/network/members
2024-10-16 14:07:06 +08:00
2023-11-28 17:22:37 +08:00
[stars-shield]: https://img.shields.io/github/stars/luckjiawei/frpc-desktop.svg?style=for-the-badge
2024-10-16 14:07:06 +08:00
2023-11-28 17:12:02 +08:00
[stars-url]: https://github.com/luckjiawei/frpc-desktop/stargazers
2024-10-16 14:07:06 +08:00
2023-11-28 17:22:37 +08:00
[issues-shield]: https://img.shields.io/github/issues/luckjiawei/frpc-desktop.svg?style=for-the-badge
2024-10-16 14:07:06 +08:00
2023-11-28 17:12:02 +08:00
[issues-url]: https://github.com/luckjiawei/frpc-desktop/issues
2024-10-16 14:07:06 +08:00
2023-11-28 17:22:37 +08:00
[license-shield]: https://img.shields.io/github/license/luckjiawei/frpc-desktop.svg?style=for-the-badge
2024-10-16 14:07:06 +08:00
[license-url]: https://github.com/luckjiawei/frpc-desktop/blob/master/LICENSE