Toby Chui
1c79fa4e96
Fixed #394
2024-11-17 08:38:13 +08:00
Toby Chui
ec5c24b9b8
Added more darktheme
...
- Added more dark theme css
- Merged main branch fixes and new features
- Added todo tag for custom timeout
2024-11-14 21:18:05 +08:00
Toby Chui
4cf5d29692
Added more dark theme
2024-11-09 16:12:41 +08:00
Toby Chui
634e9c9855
v3.1.3 init commit
...
- Fixed #378
- Added wip dark theme
- Fixed in code typo
- Fixed int conversion bug in some DNS challenge supplier
2024-11-08 22:24:07 +08:00
Toby Chui
f877bf9eda
Update reverseproxy.go
...
Fixed typo
2024-11-03 09:31:24 +08:00
Toby Chui
363b9b6d94
Merge branch 'main' into v3.1.2
2024-11-02 15:26:41 +08:00
Toby Chui
c5ca68868b
Optimized ACME logic
...
- Added automatic port 80 listener enable for those who don't read our wiki
- Reduced default interval for polling and propagation timeout
2024-10-28 21:40:58 +08:00
Toby Chui
f927bb539a
Updated geodb
...
- Updated geoip table
- Fixed bug in streamproxy delete in dev version
- Commented SSO related features (WIP) for release
2024-10-27 16:35:59 +08:00
Toby Chui
5f64b622b5
Fixed #353 and #327
...
- Added user defined polling and propagation timeout option in ACME
- Updated lego and added a few new DNS challenge providers
- Updated code gen to support new parameters
2024-10-27 16:17:44 +08:00
Toby Chui
172c5afa60
Added support for custom header variables
...
- Added support for using nginx-like variables in custom headers
- Supported variables includes: $host, $remote_addr, $request_uri, $request_method, $content_length, $content_type, $uri, $args, $scheme, $query_string, $http_user_agent and $http_referer
- Added test case for custom header variable rewriter
2024-10-27 14:47:01 +08:00
Toby Chui
f98e04a9fc
Fixed #318
...
- Added support for automatic X-Remote-User header when basic auth is enabled
- Moved header logic to rewrite module (new module)
- Added default site automatic fix for URL missing http:// or https:// prefix
2024-10-26 22:21:49 +08:00
Toby Chui
99295cad86
Fixed #342
...
- Added port scanner
- Moved handlers for IP scanner into ipscan module
-Minor code optimization
2024-10-26 19:41:43 +08:00
Ikko Eltociear Ashimine
00bfa262cb
docs: update reverseproxy.go
...
Defination -> Definition
2024-10-26 18:46:42 +09:00
Toby Chui
528be69fe0
Optimized stream proxy codebase
...
- Moved stream proxy config from database to file based conf
- Optimized implementation for detecting proxy rule running
- Fixed #320 (hopefully)
2024-10-25 23:30:44 +08:00
Toby Chui
6923f0d200
Fixed #328
...
- Fixed register enter not working
- Updated all link to new project domain (aroz.org)
2024-10-23 21:31:06 +08:00
Toby Chui
cab2f4e63a
Fixed #316
...
Fixed early renew day not passed into auto renewer config bug
2024-09-26 22:57:49 +08:00
Toby Chui
5c56da1180
Added basic oauth module structure (wip)
...
- Added struct for oauth
- Added interception handler for Zoraxy SSO
- Added user structure for SSO
2024-09-12 10:55:01 +08:00
Toby Chui
3392013a5c
Fixed #297
...
- Added UI to showcase ZeroSSL do not support DNS challenge
- Added test case for origin picker
- Updated zerotier struct info (wip)
2024-09-09 21:12:12 +08:00
Toby Chui
a45092a449
Patched #274
2024-09-04 22:05:54 +08:00
Toby Chui
d74e8badb9
Fixed #287
...
- Removed unusded tab switch in quicksetup.js
- Changed Macedonia to North Macedonia
2024-08-25 13:12:07 +08:00
Toby Chui
b40131d212
Updated geodb and merged PR from main
2024-08-23 17:52:36 +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
Toby Chui
b558bcbfcf
Merge pull request #258 from bouroo/perf/upstreams-sortfunc
...
weighted random upstream
2024-08-19 15:39:22 +08:00
Toby Chui
9ea3fa2542
Added tour for setup https
2024-08-16 22:28:21 +08:00
Toby Chui
01f68c5ef5
Added tour for basic operations
...
- added static website setup tour
- added subdomain setup tour
2024-08-15 22:35:43 +08:00
Toby Chui
a7f89086d4
Restructured log format in acme module
...
- Replaced all log.Println in acme module to system wide logger
- Fixed file manager path escape bug #274
2024-08-13 21:56:23 +08:00
tobychui
a5ef6456c6
v3.1.1 init
...
- Fixed path traverse bug in web server file manager
- Merged docker container list from main
- Updated version code
- Merged network status fix from PR
- Removed unused comments in dpcore
-
2024-08-07 13:53:43 +08:00
Toby Chui
54475e4b99
Fixed #271
...
- Fixed implementation in geoip resolver trie tree
2024-07-31 21:57:59 +08:00
Toby Chui
6ac16caf37
Update main.go
...
- Updated main to internal web fs
2024-07-31 16:15:59 +08:00
Toby Chui
0747cf4b0f
Fixed gandi DNS bug
...
- Fixed gandi DNS challenge extra input field
- Updated geoip list
2024-07-31 16:11:50 +08:00
Toby Chui
94483acc92
Added log viewer filter
...
+ Added filter to log viewer #243
+ Added auto log refresh
2024-07-31 16:01:49 +08:00
Toby Chui
7626857c02
Updated acme dns list
...
- Updated acme dns configs
- Updated dns propagation timeout from default (2min) to 5 minutes
2024-07-29 12:55:37 +08:00
Toby Chui
fd1439f746
Fixed csrf token error in cert upload ui
...
- Fixed csrf token error in cert upload interface
- Added system wide logger into tls cert manager
2024-07-29 12:28:21 +08:00
Toby Chui
ca37bfbfa6
Fixed #106
...
- Added experimental proxmox fixes
- Fixed upstream error resp code not logging bug
2024-07-27 17:33:41 +08:00
Toby Chui
c1e16d55ab
Optimized csrf mux
...
- Forced same site to lax mode for better browser compatibility
- Set zoraxy-csrf as cookie name
2024-07-24 22:47:49 +08:00
Toby Chui
f595da92a1
Fixed #267
...
- Added csrf middleware to management portal mux
- Added csrf token to all html templates
- Added csrf validation to all endpoints
- Optimized some old endpoints implementation
2024-07-24 21:58:44 +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
Kawin Viriyaprasopsook
d64b1174af
⏪ keep compatible with go 1.20
2024-07-23 08:31:59 +07:00
bouroo
bec363abab
⚡ ️ immediate return if single upstream
2024-07-23 08:31:59 +07:00
Kawin Viriyaprasopsook
0dddd1f9e3
📝 discribe for upstream sort func
2024-07-23 08:31:59 +07:00
Kawin Viriyaprasopsook
6bfcb2e1f5
⚡ ️ slices.SortFunc for upstreams
2024-07-23 08:31:59 +07:00
Toby Chui
b1c5bc2963
Fixed #255
...
- Added host header manual overwrite feature
- Added toggle for automatic hop-by-hop header removing
2024-07-21 17:06:09 +08:00
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