Toby Chui
d3dbbf9052
Merge branch 'v3.1.0' of https://github.com/tobychui/zoraxy into v3.1.0
2024-07-21 15:11:27 +08:00
Toby Chui
f4a5c905e7
Fixed #256
...
- Added startup paramter to change the early renew days of certificates
- Changed the default early renew days of certificates from 14 days to 30 days
- Fixed vdir update not updating uptime monitor bug
2024-07-21 15:11:13 +08:00
tobychui
245379e91f
Fixed #254
...
- Added uptime cleaning logic to update function
2024-07-19 10:21:26 +08:00
Toby Chui
955a2232df
Update Makefile
...
- Fixed bug in CICD pipeline
2024-07-18 18:50:45 +08:00
Toby Chui
bddeae8365
Fixed manual renew certificate bug
...
- Fixed manual renew certificate bug in wildcard certs
- Updated version no
2024-07-16 22:08:51 +08:00
Toby Chui
0828fd1958
Update update.go
...
Fixed bug in skip version upgrade
2024-07-16 15:14:49 +08:00
Toby Chui
cf9a05f130
Updated v3.0.9
...
- Added certificate download
- Updated netcup timeout value
- Updated geoip db
- Removed debug print from log viewer
- Upgraded netstat log printing to new log formatter
- Improved updater implementation
2024-07-16 11:30:12 +08:00
Toby Chui
cb469f28d2
Updated geodb
2024-07-15 14:39:04 +08:00
Toby Chui
8239f4cb53
Added apache compatible logger
...
- Rewritten the logger to make it more apache log parser friendly
- Fixed uptime not updating after upstream change bug
- Added SSO page (wip)
- Added log viewer
2024-07-14 22:25:49 +08:00
Toby Chui
e410b92e34
Fixed #235
...
- Added flush sniffing for keep-alive request
- Set default flush interval to 100ms for hostname and 500ms for virtual directory
2024-07-13 23:12:23 +08: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
Toby Chui
7e62fef879
3.0.8 init
...
- Fixed rate limit bug #216
- Added HSTS auto subdomain include check
2024-06-25 18:10:39 +08:00
Toby Chui
e7b4054248
Finalized v3.0.7 codebase
2024-06-19 10:44:12 +08:00
Toby Chui
973d0b3372
Added load balancer module
...
- Added load balancer module wip
- Updated geoipv4
- Reduced uptime timeout to 5 sec
- Optimized rate limit implementation
- Fixed minor UI bug in stream proxy
2024-06-19 00:38:48 +08:00
Toby Chui
03974163d4
Added docker conditional compilation
...
- Moved docker UX optimization into module
- Added conditional compilation for Windows build
- Added Permission Policy header editor
- Fixed docker container list ui error message bug
2024-06-17 00:24:24 +08:00
Toby Chui
dfb81513b1
Optimized docker detection structure
...
- Merged #202 and optimized UI elements
- Added HSTS headers toggle
- Added permission policy injector in dynamicproxy
- Fixed slow search LAN ip detection
- Optimized UI for HTTP reverse proxy rules
- Added wip permission policy and load balancer
2024-06-16 12:46:29 +08:00
Toby Chui
dd84864dd4
Merge branch 'v3.0.7' into main
2024-06-16 11:42:31 +08:00
Borys Anikiyenko
443cd961d2
add docker containers list to set rules
2024-06-15 17:19:19 +03:00
Toby Chui
10048150bb
Optimized rate limiter implementation
...
- Moved rate limiter scope into proxy router
- Give IpTable a better name following clean code guideline
- Optimized client IP retrieval method
- Added stop channel for request counter ticker
- Fixed #199
- Optimized UI for rate limit
2024-06-14 23:42:52 +08:00
kirari04
49babbd60f
implemented update ratelimit
2024-06-11 22:45:46 +02:00
kirari04
fa11422748
Implemented ui part for rate limit
2024-06-11 22:36:03 +02:00
kirari04
bb1b161ae2
clean up implementation
2024-06-11 22:04:30 +02:00
kirari04
9545343151
Removing Benchmark & Updated implementation
2024-06-11 16:56:59 +02:00
kirari04
61e4d45430
improoved benchmark
2024-06-11 16:53:29 +02:00
kirari04
6026c4fd53
implement sync.Map and atomic values with benchmark
2024-06-11 16:40:04 +02:00
kirari04
e3f8c99ed3
poc of an ratelimit implementation
2024-06-10 17:52:16 +02:00
Toby Chui
1183b0ed55
Finalized v3.0.6 changes
...
- Updated geodb database
- Updated custom header UI
- Added tools for update acmedns and geodb
2024-06-10 15:36:20 +08:00
Toby Chui
b00e302f6d
Added new custom header structure
...
+ Moved custom header rewrite to dpcore
+ Restructure dpcore header rewrite sequence
+ Added advance custom header settings (zoraxy to upstream and zoraxy to downstream mode)
+ Added header remove feature
+ Removed password requirement for SMTP #80
+ Completed stream proxy module (TCP and UDP)
+ Optimized UX for reminding user to click Apply after port change
+ Added version number to footer #160
2024-06-09 22:49:35 +08:00
Toby Chui
deddb17803
Updated Stream Proxy module
...
- Fixed stream proxy stopping racing condition bug
- Merged PR #187
- Updated stream proxy UI
2024-06-08 00:33:29 +08:00
Toby Chui
c6f7f37aaf
Added stream proxy UDP support
...
+ Added UDP support #147 (wip)
+ Updated structure for proxy storage
+ Renamed TCPprox module to streamproxy
+ Added multi selection for white / blacklist #176
2024-06-07 01:12:42 +08:00
Toby Chui
136d1ecafb
init commit
...
+ Added fastly_client_ip to X-Real-IP auto rewrite
+ Updated header rewrite data structure (wip)
+ Added atomic accumulator to TCP proxy
+ Added wip UDP proxy
+ Added white logo for future dark theme
2024-06-06 11:30:16 +08:00
Toby Chui
c248dacccf
Update uptime.go
...
+ Added cookiejar to request client #149
2024-05-25 14:44:48 +08:00
Toby Chui
d596d6b843
v3.0.5 init commit
...
+ Added external domain name detection for PR #168
+ Updated uptime error message in 5xx range
+ Modernized reverse proxy error page template
+ Added wip permission policy module
2024-05-24 22:24:14 +08:00
Garnet
3a26a5b4d3
Use correct Host HTTP header
2024-05-23 12:03:00 -07:00
Toby Chui
334c1ab131
Updated provider dns credential fields
2024-05-20 21:56:40 +08:00
Toby Chui
7b69b5fa63
Updated README
...
- Added start.sh
- Updated provider.json
2024-05-15 14:27:59 +08:00
Toby Chui
ce4f46cb50
Fixed bugs caused by DNS challenge PR
...
- Fixed concurrency in EAB and DNS credential save
- Fixed missing CA name in ACME Obtain certificate handler
- Optimized acmedns code config
- Fixed a lot of front-end bugs in acme snippet
2024-05-14 16:21:47 +08:00
Toby Chui
3454a9b975
Added backend generated dns providers arch
...
- Added acmedns
- Added auto dns credential form generator
2024-05-10 23:34:02 +08:00
Toby Chui
3df96350a3
Updated version number
2024-05-06 19:06:59 +08:00
Toby Chui
34fab7b3d0
Fixed cert upgrade panic
...
- Fixed no config json cert upgrade panic bug
2024-05-06 19:06:26 +08:00
Toby Chui
46817d0664
Fixed minor code style in PR
...
- Fixed minor coding style in PR
- Updated geoip list
2024-05-06 18:50:12 +08:00
Toby Chui
1db2ca61fa
Create README.txt
...
Added source location for geodb
2024-05-06 16:26:02 +08:00
Toby Chui
0b601406de
Merge pull request #144 from Teifun2/dns-challenge-for-letsencrypt
...
DNS challenge for letsencrypt
2024-05-06 10:50:18 +08:00
Daniel
a486d42351
fix spelling mistake
2024-05-04 12:49:23 +02:00
Linard Schwendener
90c2199a1b
Added Logging Statement
2024-05-04 10:50:30 +02:00
Linard Schwendener
161c61fac7
Scraped all DNS Providers with their Configuration
2024-05-04 10:35:31 +02:00
Linard Schwendener
5ffacb1d06
Support all DNS Provders with acme-lego 4.16
2024-05-04 09:13:37 +02:00
Linard Schwendener
75ebd0ffbe
DNS Provider Agnostic Solution
2024-05-03 17:23:23 +02:00
Linard Schwendener
dc069f3c57
Fixed Error Messages
2024-05-03 01:08:50 +02:00