An open API service indexing awesome lists of open source software.

https://github.com/dup4/frp-deploy

Fastly install and deploy Frp server and client.
https://github.com/dup4/frp-deploy

bash frp frp-deploy frpc frps script

Last synced: 2 months ago
JSON representation

Fastly install and deploy Frp server and client.

Awesome Lists containing this project

README

        

# frp-deploy

[![Build Status](https://img.shields.io/github/workflow/status/Dup4/frp-deploy/Test?style=flat-square)](https://github.com/Dup4/frp-deploy/actions?query=workflow%3ACI)
[![License](https://img.shields.io/github/license/Dup4/frp-deploy?style=flat-square)](LICENSE)
[![jsDelivr](https://data.jsdelivr.com/v1/package/gh/Dup4/frp-deploy/badge)](https://www.jsdelivr.com/package/gh/Dup4/frp-deploy)

## Usage

### Install

#### frpc

```bash
bash <(curl -s -L https://raw.githubusercontent.com/Dup4/frp-deploy/main/install.sh) -i frpc
```

##### use cdn

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

#### frps

```bash
bash <(curl -s -L https://raw.githubusercontent.com/Dup4/frp-deploy/main/install.sh) -i frps
```

##### use cdn

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

### Uninstall

#### frpc

```bash
bash <(curl -s -L https://raw.githubusercontent.com/Dup4/frp-deploy/main/uninstall.sh) -i frpc
```

##### use cdn

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

#### frps

```bash
bash <(curl -s -L https://raw.githubusercontent.com/Dup4/frp-deploy/main/uninstall.sh) -i frps
```

##### use cdn

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