Toby Chui
05297d854b
Merge pull request #117 from tobychui/v3.0.1
...
V3.0.1 Updates
- Added regex support for redirect (slow, don't use it unless you really needs it)
- Added new dpcore implementations for faster proxy speed
- Added support for CF-Connecting-IP to X-Real-IP auto rewrite
- Added better 404 page
- Added option to bypass websocket origin check
- Updated project homepage design
- Fixed recursive port detection logic
- Fixed UserAgent in resp bug
- Updated minimum required Go version to v1.22 (Notes: Windows 7 support is dropped)
3.0.1
2024-04-04 15:02:10 +08:00
Toby Chui
0d7bce4d30
Updated to go 1.22
2024-04-04 14:48:17 +08:00
Toby Chui
8db95dddc6
Added regexp redirect support
2024-04-04 14:24:38 +08:00
Toby Chui
05daeded37
Updated dpcore
...
- Added immediate flush for buffer (i.e. no chunked encoding)
- Added support for stream mode proxy sniffing logic
2024-04-01 21:36:11 +08:00
Toby Chui
8ce6471be5
Updated homepage design
2024-03-30 16:26:03 +08:00
Toby Chui
e242c9288f
Fixed recursive port detection logic
...
+ Fixed recursive port detection logic
+ Added support for CF-Connecting-IP #114
2024-03-30 15:52:10 +08:00
Toby Chui
c55a29e7cf
Better 404 page and rules disable toggle
2024-03-16 20:45:05 +08:00
Toby Chui
6af047430c
Added UI for WebSocket Origin Check bypass
2024-03-12 14:03:31 +08:00
Toby Chui
200c924acd
3.0.1 init commit
...
- Removed Go HTTP client UA
- Added optional bypass of websocket origin check #107
- Added basic forward proxy for debug
- Fixed UI error in network utils tab
2024-03-10 14:49:18 +08:00
TC pushbot 5
9b2168466c
Update access.html
...
Fixed issue #103
2024-02-24 14:04:33 +08:00
Toby Chui
7ae48bf370
Update README.md
...
Added quick download links for Github noobs
2024-02-20 22:00:58 +08:00
PassiveLemon
ee3d76fb96
Fix: Failure to build upon release
...
If we need these back, we can just re-add them.
2024-02-18 14:20:34 -05:00
Toby Chui
40d192524b
Merge pull request #102 from Morethanevil/main
...
Update CHANGELOG.md
2024-02-18 21:08:50 +08:00
Marcel
c659e05005
Update CHANGELOG.md
...
Updated Changelog
2024-02-18 13:36:35 +01:00
Toby Chui
676a45c222
Merge pull request #101 from tobychui/v3.0.0
...
V3.0.0 Updates
3.0.0
2024-02-18 20:00:20 +08:00
Toby Chui
1da0761b13
Update vdir.html
...
Fixed minor issue on vdir not loading on start
2024-02-18 19:59:10 +08:00
PassiveLemon
32939874f2
Fix: Remove override for OpenSSL
2024-02-17 12:24:31 -05:00
Toby Chui
43a4bf389a
Updated README
2024-02-17 21:07:28 +08:00
Toby Chui
33c7c5fa00
Custom header support
...
+ Added custom header
+ Removed unused files
2024-02-17 20:28:19 +08:00
Toby Chui
216b53f224
Updated GAN features
...
+ Added add controller as memeber feature
+ Deprecated aroz subservice support
2024-02-16 21:16:14 +08:00
Toby Chui
059b0a2e1c
Update 1.png
2024-02-16 16:00:17 +08:00
Toby Chui
3ab952f168
Update main.css
...
Fixed text color on rule instruction bug
2024-02-16 15:51:56 +08:00
Toby Chui
4f676d6770
Updated system screenshots
2024-02-16 15:51:23 +08:00
Toby Chui
e980bc847b
Updated a lot of stuffs
...
+ Added comments for whitelist
+ Added automatic cert pick for multi-host certs (SNI)
+ Renamed .crt to .pem for cert store
+ Added best-fit selection for wildcard matching rules
+ Added x-proxy-by header
+ Added X-real-Ip header
+ Added Development Mode (Cache-Control: no-store)
+ Updated utm timeout to 10 seconds instead of 90
2024-02-16 15:44:09 +08:00
Toby Chui
174efc9080
Added per host vdir implementation
2024-02-14 22:52:56 +08:00
Toby Chui
3228789375
Restructured proxy routing logic
...
- Moved virtual directory into host routing object
- Generalized root and hosts routing struct
- Optimized UI
2024-02-13 21:46:43 +08:00
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