Toby Chui
dd4df0b4db
Update originPicker.go
...
- Removed unused function
2025-02-26 21:20:35 +08:00
Toby Chui
85709dacf6
Fixed #550
...
- Updated to not set the session cookie and lets the fallback method to detect for change in upstreams
2025-02-26 21:19:41 +08:00
Toby Chui
394cf50e1d
#550
...
- Instead of clearing the Zoraxy cookie on the client side, set the Zoraxy session in the server side to an empty value instead
2025-02-19 21:38:27 +08:00
Toby Chui
5d8bec7f24
Fixed sticky session bug
...
- Fixed sticky session bug in new active fallback lb implementation
2025-02-14 22:53:29 +08:00
Toby Chui
32f60dfba6
Fixed #523
...
- Fixed passive fallback logic
- Added active fallback setting notify from uptime monitor
2025-02-14 22:04:51 +08:00
Toby Chui
608cc0c523
Optimized upstream & loadbalancer
...
- Test and optimized load balancer origin picker
- Fixed no active origin cannot load proxy rule bug
- Implemented logger design in websocket proxy module
- Added more quickstart tours
- Fixed #270 (I guess)
- Fixed #90 (I guess)
2024-08-19 16:10:35 +08:00
Kawin Viriyaprasopsook
8a8ec1cb0b
📝 randIndex for fallbackUpstreams random
2024-07-24 14:59:48 +07:00
Kawin Viriyaprasopsook
e53c3cf3c4
⚡ ️ fallbackUpstreams with preserve index
2024-07-24 14:47:33 +07:00
Kawin Viriyaprasopsook
d17de5c200
✨ weighted random upstream
2024-07-23 08:50:10 +07:00
Kawin Viriyaprasopsook
97ff48ee70
🔥 origins already checked before getRandomUpstreamByWeight
2024-07-23 08:31:59 +07:00
bouroo
bec363abab
⚡ ️ immediate return if single upstream
2024-07-23 08:31:59 +07:00
Toby Chui
aca6e44b35
Added load balance origin picker
...
+ Added load balance picker
+ Added fallback mode for upstream
+ Added stick session
2024-07-12 20:14:31 +08:00
Toby Chui
2aa35cbe6d
Added load balancer (wip)
...
+ Added support for multiple upstreams
+ Added load balancer
+ Added upstream abstraction in endpoint
+ Added load balancer structure
+ Added breaking change auto-updater
+ Added uptime monitor proxy type definitions
+ Added upstream editor UI
+ Fixed charset bug in many snippets HTML files
2024-07-01 21:17:20 +08:00