update v0.57.0

This commit is contained in:
Stille 2024-04-09 12:03:35 +08:00
parent 138bea6911
commit fed271b71e
5 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.8
LABEL maintainer="Stille <stille@ioiox.com>"
ENV VERSION 0.56.0
ENV VERSION 0.57.0
ENV TZ=Asia/Shanghai
WORKDIR /

View File

@ -7,8 +7,7 @@
> *docker image support for X86 and ARM*
## 更新
- **2024-03-19** 更新到最新版本`0.56.0`,全新版本配置文件已更新,请注意修改配置文件。
- **2024-03-03** 更新到toml配置文件
- **2024-03-03** 更新到新版本,支持 toml 配置文件.
- **2021-05-31** 更新国内镜像方便使用
- **2021-05-31** 目前 X86 群晖 DMS 7.0 可直接使用 Linux 版本脚本,已实测.由于没有 ARM 版可尝试,请自行尝试.
- **2021-05-31** 更新 Linux 一键安装脚本同时支持 X86 和 ARM

View File

@ -14,7 +14,7 @@ Font="\033[0m"
# variable
WORK_PATH=$(dirname $(readlink -f $0))
FRP_NAME=frpc
FRP_VERSION=0.56.0
FRP_VERSION=0.57.0
FRP_PATH=/usr/local/frp
PROXY_URL="https://mirror.ghproxy.com/"

View File

@ -14,7 +14,7 @@ Font="\033[0m"
# variable
WORK_PATH=$(dirname $(readlink -f $0))
FRP_NAME=frpc
FRP_VERSION=0.56.0
FRP_VERSION=0.57.0
FRP_PATH=/usr/local/frp
# 停止frpc

View File

@ -12,7 +12,7 @@ Font="\033[0m"
# variable
WORK_PATH=$(dirname $(readlink -f $0))
FRP_NAME=frpc
FRP_VERSION=0.56.0
FRP_VERSION=0.57.0
FRP_PATH=/usr/local/frp
PROXY_URL="https://mirror.ghproxy.com/"