Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

WingLim/frp-install-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

frps Install Script

一个安装 frp 服务端的脚本

frp 是一个可用于内网穿透的高性能的反向代理应用,支持 tcp, udp 协议,为 http 和 https 应用协议提供了额外的能力,且尝试性支持了点对点穿透。

项目地址: https://github.com/fatedier/frp

这个脚本是用来安装最新 frp 服务端,并且添加了 systemd service 来管理开关以及自启

注意:这个脚本只在 CentOS 7 和 Ubuntu 18.04.1 LTS 下测试过

安装

wget --no-check-certificate https://raw.githubusercontent.com/WingLim/frp_install_script/master/frps.sh
chmod +x frps.sh
./frps.sh 2>&1 | tee frps.log

配置

配置文件位于 /usr/local/frp/frps.ini

想要配置更多内容请参考 frps full configuration file

frps 安装在 /usr/local/frp

frps.service 安装在 /lib/systemd/system/frps.service

使用

systemctl start frps
systemctl stop frps
systemctl status frps

卸载

./frps.sh uninstall

About

一个安装 frp 服务端的脚本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages