139 Commits

Author SHA1 Message Date
Toby Chui
36e461795a
Added zoraxy start paramters for reference 2024-01-30 15:22:59 +08:00
Toby Chui
d6e7641364
Merge pull request #88 from PassiveLemon/EnglishCorrection
English correction
2024-01-01 21:38:42 +08:00
PassiveLemon
15cebd6e06 Update README.md 2023-12-04 21:03:45 -05:00
PassiveLemon
e9a074d4d1 Merge branch 'EnglishCorrection' of https://github.com/PassiveLemon/zoraxy-dev into EnglishCorrection 2023-12-04 21:01:28 -05:00
PassiveLemon
4b7fd39e57 Update web root 2023-12-04 20:59:50 -05:00
PassiveLemon
fa005f1327 Update README.md 2023-12-04 20:59:25 -05:00
PassiveLemon
c7a9f40baa Update README.md 2023-12-04 20:44:42 -05:00
PassiveLemon
d5b9726158 Update index.html 2023-12-04 20:44:41 -05:00
PassiveLemon
f659e66cf7 Update CHANGELOG.md 2023-12-04 20:44:39 -05:00
PassiveLemon
801bdbf298 Fix: main.yml
Some things somehow passed by me and needed fixing.
Updated the actions in the process.
2023-11-28 23:16:51 -05:00
Toby Chui
09da93cfb3
Merge pull request #70 from PassiveLemon/Ghcr
Update container (2.6.8)
2023-11-28 18:46:42 +08:00
PassiveLemon
70ace02e80 Revert port update 2023-11-27 20:18:24 -05:00
PassiveLemon
1f758e953d Fix: OpenSSL CVE 2023-11-26 16:16:31 -05:00
PassiveLemon
ffad2cab81 Comment out GHCR 2023-11-25 12:20:52 -05:00
PassiveLemon
dbb10644de Update to new port 2023-11-25 12:14:26 -05:00
PassiveLemon
4848392185
Merge branch 'tobychui:main' into Ghcr 2023-11-25 12:09:43 -05:00
Toby Chui
956f4ac30f
Merge pull request #85 from Morethanevil/patch-7
Update CHANGELOG.md
2023-11-25 23:07:14 +08:00
Marcel
c09ff28fd5
Update CHANGELOG.md 2023-11-25 16:00:54 +01:00
Toby Chui
20cf290d37
Merge pull request #84 from tobychui/2.6.8
Update v2.6.8
2.6.8
2023-11-25 22:25:22 +08:00
Toby Chui
4ca0fcc6d1 Update main.go
Swap to use embedded web fs
2023-11-25 16:38:15 +08:00
Toby Chui
ce4ce72820 Added optional TLS bypass mechanism
+ Added opt-out for subdomains for global TLS settings #44
+ Optimized subdomain / vdir editing interface
2023-11-25 15:54:28 +08:00
Toby Chui
e363d55899 Fixed #77 and added systemwide logger
+ Added system wide logger (wip)
+ Fixed issue #77 uptime monitor bug
+ Added backend options for bypass global TLS (or allow per rule TLS settings, wip)
+
2023-11-25 12:50:30 +08:00
Toby Chui
172479e4fb Added default HTTP/2 Mode
+ Added automatic HTTP/2 switch to TLS mode (Related to #40)
2023-10-20 13:44:47 +08:00
tobychui
156fa5dace Bug fix
+ Added potential fix for #67
+ Update version number
+ Changed default static web port to 5487 so it is even more unlikely to be used
+
2023-10-20 11:01:28 +08:00
PassiveLemon
4d40e0aa38 Publish to GHCR 2023-10-03 16:36:53 -04:00
PassiveLemon
045e66b631 Revert "Publish to GitHub Container Registry"
This reverts commit 23bdaa15177ce1eac24b92b8d5613d9d1ee06fff.
2023-10-03 16:35:10 -04:00
PassiveLemon
62e60d78de
Merge branch 'tobychui:main' into main 2023-10-03 16:34:43 -04:00
PassiveLemon
23bdaa1517 Publish to GitHub Container Registry 2023-10-03 16:34:23 -04:00
Toby Chui
50f222cced
Merge pull request #68 from Morethanevil/patch-6
Update CHANGELOG.md
2023-09-26 21:30:23 +08:00
Marcel
640e1adf96
Update CHANGELOG.md
Updated to latest version
2023-09-26 09:28:57 +02:00
Toby Chui
d4bb84180c
Merge pull request #66 from tobychui/2.6.7
v2.6.7 Update
2.6.7
2023-09-26 11:24:09 +08:00
Toby Chui
bda47fc36b Added default Ca features
+ Added default CA feature
+ Fixed RWD issue in TLS cert table
+ Optimized ACME UI in the TLS page
2023-09-25 20:54:50 +08:00
Toby Chui
fd6ba56143 Added web directory manager
+ Added web directory manager
+ Added dummy service expose proxy page
+ Moved ACME and renew to a new section in TLS management page
2023-09-24 23:44:48 +08:00
Toby Chui
b63a0fc246 Added static web server and black / whitelist template
- Added static web server
- Added static web server default index
- Added embeded templates to blacklist / whitelist
- Added wip Web Directory Manager

Place the templates at ./www/templates/blacklist.html or whitelist.html to replace the build in embedded template for access control 403 error
-
2023-09-14 16:15:40 +08:00
Toby Chui
ed92cccf0e
Merge pull request #65 from daluntw/2.6.7
Fix the out of range problem when certificate auto renew
2023-09-13 17:21:29 +08:00
dalun
95892802fd use issuer org as failover for json file not exist 2023-09-13 04:28:33 +00:00
dalun
8a5004e828 handle buypass issuer not match 2023-09-13 04:27:11 +00:00
dalun
c6c523e005 prevent out of range when check issuer exist 2023-09-13 00:39:29 +00:00
Toby Chui
a692ec818d Static web server
- Fixed arm64 build bug in Make file
- Added wip static web server
2023-09-12 16:41:52 +08:00
Toby Chui
c65f780613
Merge pull request #64 from daluntw/multidomain_fix
Fix multidomain UI handle incorrectly
2023-09-10 17:42:07 +08:00
Toby Chui
507c2ab468 Updated 2.6.7 init 2023-09-09 12:28:24 +08:00
dalun
1180da8d11 fix multidomain missing logic 2023-09-08 23:18:47 +00:00
Toby Chui
83f574e3ab
Merge pull request #60 from Morethanevil/main
Update CHANGELOG.md
2023-08-30 22:47:42 +08:00
Marcel
60837f307d
Update CHANGELOG.md 2023-08-30 16:34:43 +02:00
Toby Chui
50d5dedabe
Merge pull request #59 from tobychui/2.6.6-experimental
2.6.6
2.6.6
2023-08-30 15:36:50 +08:00
Toby Chui
f15c774c70 Updated go mod
+ Updated go mod to latest version
+ Fixed minor UX problem pn acme snippet
2023-08-30 12:16:53 +08:00
Toby Chui
069f4805f6
Merge pull request #57 from daluntw/dev-custom-acme
Add Skip TLS Verify Feature For ACME Server
2023-08-29 10:06:52 +08:00
dalun
eb98624a6a fix naming convention 2023-08-28 03:35:20 +00:00
dalun
6a0c7cf499 add skipTLS for custom acme server 2023-08-28 03:31:33 +00:00
Toby Chui
73ab9ca778 Optimized memory usage and root routing
+ Added unset subdomain custom redirection feature #46
+ Optimized memory usage by space time tradeoff in geoip lookup to fix #52
+ Replaced all stori/go.uuid to google/uuid for security reasons #55
2023-08-27 10:18:49 +08:00