Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 897 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 897 Bytes

自行打包的 frp,包括 frpsfrpc,供 Debian 或其他发行版上使用。

Self-packaged frp for use on Debian or other distro, include frpsfrpc.

Usage/用法

echo "deb [trusted=yes] https://github.com/wcbing-build/frp-debs/releases/latest/download ./" |
    sudo tee /etc/apt/sources.list.d/frp.list
sudo apt update

配置文件

配置文件在升级或安装时会被覆盖,请注意备份。

尤其是 frpc

frps

frps 有 Systemd 服务,安装后默认启动并设置开机自启。

其配置文件在 /etc/frp/frps.toml,修改文件后请重启 Systemd 服务。

frpc

为保证安全并未设置 Systemd 服务,有需要请自行编写。

默认配置文件在 /etc/frp/frpc.toml


更多内容请查看官网