Go to file
Akkariin Meiko 47d907d789
Merge pull request #10 from Reiyy/test1
vhost: use new readClientHello function - From Upstream #2504
2024-11-16 00:27:18 +08:00
.github update ISSUE_TEMPLATE 2019-07-12 17:59:45 +08:00
assets fix api 2019-02-11 14:37:52 +08:00
client fix health check bug, fix #1367 2019-08-09 12:47:27 +08:00
cmd Merge pull request #1275 from Arugal/dev 2019-06-02 21:22:29 +08:00
conf Add api feature 2019-08-21 15:37:33 +08:00
doc/pic doc: add zsxq pic 2019-01-15 15:27:27 +08:00
extend Add close client 2020-01-18 04:33:28 +08:00
g cmd: support more cli command 2018-04-23 02:00:25 +08:00
models Fix speed limit 2019-09-09 12:57:40 +08:00
server Fix: Proxy name replace 2020-01-20 05:14:00 +08:00
tests Fixed typos in comments 2019-07-19 12:40:14 +02:00
utils vhost: use new readClientHello function - From Upstream #2504 2024-07-30 08:39:33 +08:00
vendor vendor update github.com/gorilla/websocket 2019-08-06 18:53:15 +08:00
web fix api 2019-02-11 14:37:52 +08:00
.gitignore add: proxy limit 2019-09-07 00:24:20 +08:00
.travis.yml no support for go1.11 2019-08-06 18:53:32 +08:00
go.mod add: proxy limit 2019-09-07 00:24:20 +08:00
go.sum add: proxy limit 2019-09-07 00:24:20 +08:00
LICENSE Initial commit 2015-12-21 23:24:59 +08:00
Makefile add admin UI for frpc 2019-02-01 19:28:05 +08:00
Makefile.cross-compiles build linux_arm64 package 2018-05-20 23:05:29 +08:00
package.sh update package.sh 2019-03-25 18:38:02 +08:00
README.md Update README.md 2020-04-19 19:31:17 +08:00

SakuraFrp

此项目为 fatedier/frp 衍生项目,如需了解原版 Frp请前往官方仓库。

Sakura Frp 是一个基于 frp 的二次开发项目,在原版的基础上增加了限速、流控以及对接网站的功能,可实现商业化运营。

此软件需要配合 SakuraPanel 面板使用。

安装

安装可选两种方式,下载 Release 页面上已经编译好的版本或者自行编译。

编译方法(编译过程需要科学上网):

git clone https://github.com/ZeroDream-CN/SakuraFrp
cd SakuraFrp/
make

配置

默认配置文件请访问 Wiki 页面的 Configuration 子页面。