mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-06 15:47:19 +02:00
commit
5785261c7e
42
CHANGELOG.md
42
CHANGELOG.md
@ -1,3 +1,42 @@
|
|||||||
|
# v3.0.7 20 Jun 2024
|
||||||
|
|
||||||
|
+ Fixed redirection enable bug [#199](https://github.com/tobychui/zoraxy/issues/199)
|
||||||
|
+ Fixed header tool user agent rewrite sequence
|
||||||
|
+ Optimized rate limit UI
|
||||||
|
+ Added HSTS and Permission Policy Editor [#163](https://github.com/tobychui/zoraxy/issues/163)
|
||||||
|
+ Docker UX optimization start parameter `-docker`
|
||||||
|
+ Docker container selector implementation for conditional compilations for Windows
|
||||||
|
|
||||||
|
From contributors:
|
||||||
|
|
||||||
|
+ Add Rate Limits Limits to Zoraxy fixes [185](https://github.com/tobychui/zoraxy/issues/185) by [Kirari04](https://github.com/Kirari04)
|
||||||
|
+ Add docker containers list to set rule by [7brend7](https://github.com/7brend7) [PR202](https://github.com/tobychui/zoraxy/pull/202)
|
||||||
|
|
||||||
|
### Important for docker users: You need to map `docker.sock` into Zoraxy for easy discovery for your services. The new `docker` startup parameter is needed for future improvements. Here is an example for your docker-compose.yml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
|
||||||
|
services:
|
||||||
|
zoraxy:
|
||||||
|
image: zoraxydocker/zoraxy:latest
|
||||||
|
container_name: zoraxy
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
- 443:443
|
||||||
|
- 8005:8000/tcp
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- ./config:/opt/zoraxy/config/
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
|
environment:
|
||||||
|
noauth: false
|
||||||
|
docker: true
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
# v3.0.6 10 Jun 2024
|
# v3.0.6 10 Jun 2024
|
||||||
|
|
||||||
+ Added fastly_client_ip to X-Real-IP auto rewrite
|
+ Added fastly_client_ip to X-Real-IP auto rewrite
|
||||||
@ -13,6 +52,9 @@
|
|||||||
+ Added stream proxy auto start [#169](https://github.com/tobychui/zoraxy/issues/169)
|
+ Added stream proxy auto start [#169](https://github.com/tobychui/zoraxy/issues/169)
|
||||||
+ Optimized UX for reminding user to click Apply after port change
|
+ Optimized UX for reminding user to click Apply after port change
|
||||||
+ Added version number to footer [#160](https://github.com/tobychui/zoraxy/issues/160)
|
+ Added version number to footer [#160](https://github.com/tobychui/zoraxy/issues/160)
|
||||||
|
|
||||||
|
From contributors:
|
||||||
|
|
||||||
+ Fixed missing / unnecessary error check [PR187](https://github.com/tobychui/zoraxy/pull/187) by [Kirari04](https://github.com/Kirari04)
|
+ Fixed missing / unnecessary error check [PR187](https://github.com/tobychui/zoraxy/pull/187) by [Kirari04](https://github.com/Kirari04)
|
||||||
|
|
||||||
# v3.0.5 May 26 2024
|
# v3.0.5 May 26 2024
|
||||||
|
Loading…
x
Reference in New Issue
Block a user