Update zoraxy to version v3.1.9 (#2284)

This commit is contained in:
Alexander L. 2025-03-10 05:21:20 +01:00 committed by GitHub
parent 4d7b421295
commit f4ca2097ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 8 deletions

View File

@ -6,7 +6,7 @@ services:
APP_HOST: zoraxy_server_1
APP_PORT: 8000
server:
image: zoraxydocker/zoraxy:v3.1.8@sha256:d3e104cefcc73345d64195017323c8fd328d0a77d271f4bcb9e50202111ae366
image: zoraxydocker/zoraxy:v3.1.9@sha256:725929655d5dc817ff287097813b0ffc29e3f68f8a0702ad1f545e1bce961173
restart: on-failure
ports:
- 41080:80

View File

@ -3,7 +3,7 @@ id: zoraxy
name: Zoraxy
tagline: An efficient reverse proxy server with automated SSL management
category: networking
version: "3.1.8"
version: "3.1.9"
port: 8400
description: >-
Expose your apps to the internet easily and securely.
@ -59,12 +59,15 @@ gallery:
- 4.jpg
- 5.jpg
releaseNotes: >-
This update includes:
- Added active load balancing for rules with uptime monitoring enabled
- Added ability to customize connection timeout values
- Improved SMTP handling
- Fixed various bugs related to sticky sessions and load balancing
- Performance improvements and optimizations
This release fixes a few bugs and introduces a new plugin system prototype.
Change Log:
- Fixed netstat underflow bug
- Fixed origin picker cookie bug
- Added prototype plugin system and examples
- Added notice for build-in Zerotier network controller deprecation
- Added country code display for quickban list
Full release notes can be found at https://github.com/tobychui/zoraxy/releases
dependencies: []