Skip to content

Commit

Permalink
update v0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stilleshan committed Apr 9, 2024
1 parent 1b6859b commit 5ff08b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 /

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
> *docker image support for X86 and ARM*
## 更新
- **2024-03-19** 更新到最新版本`0.56.0`,全新版本配置文件已更新,请注意修改配置文件。
- **2024-02-25** 更新toml配置文件
- **2024-02-25** 更新到新版本,支持 toml 配置文件.
- **2021-05-31** 更新国内镜像方便使用
- **2021-05-31** 更新 Linux 一键安装脚本同时支持 X86 和 ARM
- **2021-05-29** 更新从`0.36.2`版本起 docker 镜像同时支持 X86 和 ARM
Expand Down Expand Up @@ -47,7 +46,7 @@ wget https://github.ioiox.com/stilleshan/frps/raw/branch/master/frps_linux_unins
- Push 仓库到 GitHub

#### 修改 frps_linux_install.sh 脚本
`FRP_VERSION=0.56.0` 可根据原版项目更新自行修改为最新版本.
`FRP_VERSION=0.57.0` 可根据原版项目更新自行修改为最新版本.
`REPO=stilleshan/frps` 由于 **fork** 到你自己的仓库,需修改`stilleshan`为你的 GitHub 账号ID.

#### 执行一键脚本
Expand Down
2 changes: 1 addition & 1 deletion frps_linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Font="\033[0m"
# fonts color

# variable
FRP_VERSION=0.56.0
FRP_VERSION=0.57.0
REPO=stilleshan/frps
WORK_PATH=$(dirname $(readlink -f $0))
FRP_NAME=frps
Expand Down
2 changes: 1 addition & 1 deletion frps_linux_uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Font="\033[0m"
# variable
WORK_PATH=$(dirname $(readlink -f $0))
FRP_NAME=frps
FRP_VERSION=0.56.0
FRP_VERSION=0.57.0
FRP_PATH=/usr/local/frp

# 停止frpc
Expand Down

0 comments on commit 5ff08b1

Please sign in to comment.