Skip to content

Commit

Permalink
0.57.0
Browse files Browse the repository at this point in the history
Features
https2http and https2https plugin now supports X-Forwared-For header.
Fixes
X-Forwared-For header is now correctly set in the request to the backend server for proxy type http.
  • Loading branch information
snowdream committed Apr 17, 2024
1 parent 34e0e3e commit 1faf2d9
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frpc-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtechamd64/frpc:latest
snowdreamtechamd64/frpc:0.56.0
snowdreamtechamd64/frpc:0.57.0
ghcr.io/snowdreamtech/frpc:amd64-latest
ghcr.io/snowdreamtech/frpc:amd64-0.56.0
ghcr.io/snowdreamtech/frpc:amd64-0.57.0
4 changes: 2 additions & 2 deletions .github/workflows/frpc-arm32v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v6/frpc:latest
snowdreamtecharm32v6/frpc:0.56.0
snowdreamtecharm32v6/frpc:0.57.0
ghcr.io/snowdreamtech/frpc:arm32v6-latest
ghcr.io/snowdreamtech/frpc:arm32v6-0.56.0
ghcr.io/snowdreamtech/frpc:arm32v6-0.57.0
4 changes: 2 additions & 2 deletions .github/workflows/frpc-arm32v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v7/frpc:latest
snowdreamtecharm32v7/frpc:0.56.0
snowdreamtecharm32v7/frpc:0.57.0
ghcr.io/snowdreamtech/frpc:arm32v7-latest
ghcr.io/snowdreamtech/frpc:arm32v7-0.56.0
ghcr.io/snowdreamtech/frpc:arm32v7-0.57.0
4 changes: 2 additions & 2 deletions .github/workflows/frpc-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm64v8/frpc:latest
snowdreamtecharm64v8/frpc:0.56.0
snowdreamtecharm64v8/frpc:0.57.0
ghcr.io/snowdreamtech/frpc:arm64v8-latest
ghcr.io/snowdreamtech/frpc:arm64v8-0.56.0
ghcr.io/snowdreamtech/frpc:arm64v8-0.57.0
4 changes: 2 additions & 2 deletions .github/workflows/frps-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtechamd64/frps:latest
snowdreamtechamd64/frps:0.56.0
snowdreamtechamd64/frps:0.57.0
ghcr.io/snowdreamtech/frps:amd64-latest
ghcr.io/snowdreamtech/frps:amd64-0.56.0
ghcr.io/snowdreamtech/frps:amd64-0.57.0
4 changes: 2 additions & 2 deletions .github/workflows/frps-arm32v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v6/frps:latest
snowdreamtecharm32v6/frps:0.56.0
snowdreamtecharm32v6/frps:0.57.0
ghcr.io/snowdreamtech/frps:arm32v6-latest
ghcr.io/snowdreamtech/frps:arm32v6-0.56.0
ghcr.io/snowdreamtech/frps:arm32v6-0.57.0
4 changes: 2 additions & 2 deletions .github/workflows/frps-arm32v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v7/frps:latest
snowdreamtecharm32v7/frps:0.56.0
snowdreamtecharm32v7/frps:0.57.0
ghcr.io/snowdreamtech/frps:arm32v7-latest
ghcr.io/snowdreamtech/frps:arm32v7-0.56.0
ghcr.io/snowdreamtech/frps:arm32v7-0.57.0
4 changes: 2 additions & 2 deletions .github/workflows/frps-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm64v8/frps:latest
snowdreamtecharm64v8/frps:0.56.0
snowdreamtecharm64v8/frps:0.57.0
ghcr.io/snowdreamtech/frps:arm64v8-latest
ghcr.io/snowdreamtech/frps:arm64v8-0.56.0
ghcr.io/snowdreamtech/frps:arm64v8-0.57.0
2 changes: 1 addition & 1 deletion frpc-dockerhub.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: snowdreamtech/frpc:latest
tags: ["latest","0.56.0"]
tags: ["latest","0.57.0"]
manifests:
- image: snowdreamtechamd64/frpc:latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frpc-github.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: ghcr.io/snowdreamtech/frpc:latest
tags: ["latest","0.56.0"]
tags: ["latest","0.57.0"]
manifests:
- image: ghcr.io/snowdreamtech/frpc:amd64-latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frpc/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM amd64/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.56.0
ENV FRP_VERSION 0.57.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frpc/arm32v6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v6/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.56.0
ENV FRP_VERSION 0.57.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frpc/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v7/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.56.0
ENV FRP_VERSION 0.57.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frpc/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm64v8/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.56.0
ENV FRP_VERSION 0.57.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm64.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps-dockerhub.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: snowdreamtech/frps:latest
tags: ["latest","0.56.0"]
tags: ["latest","0.57.0"]
manifests:
- image: snowdreamtechamd64/frps:latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frps-github.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: ghcr.io/snowdreamtech/frps:latest
tags: ["latest","0.56.0"]
tags: ["latest","0.57.0"]
manifests:
- image: ghcr.io/snowdreamtech/frps:amd64-latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frps/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM amd64/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.56.0
ENV FRP_VERSION 0.57.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps/arm32v6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v6/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.56.0
ENV FRP_VERSION 0.57.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v7/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.56.0
ENV FRP_VERSION 0.57.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm64v8/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.56.0
ENV FRP_VERSION 0.57.0

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm64.tar.gz \
Expand Down

0 comments on commit 1faf2d9

Please sign in to comment.