Skip to content

Commit

Permalink
[Add] 📌 Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Aug 17, 2023
1 parent d6db727 commit e25274c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
## 机密环境变量

```bash
TYPE # 内网穿透飞方式 可选值 (不包含引号) 'NPS'、'NGROK'、'FRP'
TYPE # 内网穿透飞方式 可选值 (不包含引号) 'HIPER'、'NPS'、'NGROK'、'FRP'

# HIPER
HIPER_AUTH_TOKEN # HIPER 凭证兑换码

# NPS
NPS_AUTH_TOKEN # NPS 验证令牌
Expand All @@ -18,5 +21,10 @@ NPS_TYPE # NPS 连接类型, 可选值 (不包含引号) 'tcp'、'kcp'
NGROK_AUTH_TOKEN # NGROK 验证令牌

# FRP
# 待补充
FRP_TYPE # Frp 的类型, 可选值 (不包含引号) 'SAKURA' 或 为空
FRP_AUTH_TOKEN # Frp 的验证令牌, `FRP_TYPE` 值为空时, eg: gobingaifrp; `FRP_TYPE` 值为 'SAKURA' 时, eg: gobingaifrp:114514
FRP_ADDRESS # Frp 服务器地址, `FRP_TYPE` 值为空时必填 eg: 1.2.3.4
FRP_PORT # Frp 服务器端口, `FRP_TYPE` 值为空时必填 eg: 11451
FRP_USER # Frp 服务的用户名, `FRP_TYPE` 值为空时必填 eg: gobingai
FRP_DOMAIN # Frp 服务绑定的域名, `FRP_TYPE` 值为空时必填 eg: gobingai.com
```

0 comments on commit e25274c

Please sign in to comment.