YanFrp/README.md

43 lines
1.1 KiB
Markdown
Raw Normal View History

# YanFrp
2022-04-06 17:42:38 +08:00
基于javafx开发的 frp 客户端
2022-04-11 17:51:11 +08:00
### 说明:
2022-04-11 17:51:11 +08:00
- 后台管理面板使用的是开源的 frp 管理面板 [SakuraPanel](https://github.com/ZeroDream-CN/SakuraPanel)
- ps:为了适配 yanfrp 我自己修改了些面板代码,如果想自己搭建需要改造
- 管理面板网址https://frp.octopusyan.top/?page=login
2022-04-11 17:51:11 +08:00
### 安装教程
1. git clone https://gitee.com/octopus_yan/yan-frp.git
2. mvn jfx:jar
### 后续?
- ~~HTTP Basic Auth~~
- ~~添加连接方式(xtcp,stcp)~~
- ~~删除隧道~~
- HTTP URL路由
- 待添加...
2022-04-11 17:51:11 +08:00
#### 参与贡献
2022-04-11 17:51:11 +08:00
1. 有实际需要的朋友,请留言联系哈
2022-04-11 17:51:11 +08:00
### 界面:
2022-04-11 17:51:11 +08:00
#### 登录
![Image text](https://git.octopusyan.top/octopus_yan/YanFrp/raw/branch/master/readme/login.png)
2022-04-11 17:51:11 +08:00
#### 注册
![Image text](https://git.octopusyan.top/octopus_yan/YanFrp/raw/branch/master/readme/register.png)
2022-04-11 17:51:11 +08:00
#### 主界面
![Image text](https://git.octopusyan.top/octopus_yan/YanFrp/raw/branch/master/readme/main.png)
2022-04-11 17:51:11 +08:00
#### 主界面-运行
2022-04-11 17:51:11 +08:00
![Image text](https://git.octopusyan.top/octopus_yan/YanFrp/raw/branch/master/readme/main-run.png)