Dup4 / frp-deploy

Fastly install and deploy Frp server and client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frp-deploy

Build Status License jsDelivr

Usage

Install

frpc

bash <(curl -s -L https://raw.githubusercontent.com/Dup4/frp-deploy/main/install.sh) -i frpc
use cdn
bash <(curl -s -L https://cdn.jsdelivr.net/gh/Dup4/frp-deploy@latest/install.sh) -i frpc

frps

bash <(curl -s -L https://raw.githubusercontent.com/Dup4/frp-deploy/main/install.sh) -i frps
use cdn
bash <(curl -s -L https://cdn.jsdelivr.net/gh/Dup4/frp-deploy@latest/install.sh) -i frps

Uninstall

frpc

bash <(curl -s -L https://raw.githubusercontent.com/Dup4/frp-deploy/main/uninstall.sh) -i frpc
use cdn
bash <(curl -s -L https://cdn.jsdelivr.net/gh/Dup4/frp-deploy@latest/uninstall.sh) -i frpc

frps

bash <(curl -s -L https://raw.githubusercontent.com/Dup4/frp-deploy/main/uninstall.sh) -i frps
use cdn
bash <(curl -s -L https://cdn.jsdelivr.net/gh/Dup4/frp-deploy@latest/uninstall.sh) -i frps

About

Fastly install and deploy Frp server and client.

License:MIT License


Languages

Language:Shell 100.0%