Linard Schwendener
cb0e13976d
Added ui components needed for dns challenge
2024-05-01 14:40:53 +02:00
Toby Chui
ccd8dcff56
Added template examples
...
- Added a uwu version of the notfound and access control template
- Added example index file for internal static web server
2024-05-01 20:39:26 +08:00
Toby Chui
750656fd7f
Merge pull request #140 from Morethanevil/main
...
Update CHANGELOG.md
2024-04-30 17:29:39 +08:00
Marcel
d9f515fdba
Update CHANGELOG.md
...
Update changelog
2024-04-30 11:06:24 +02:00
Toby Chui
176249a7d9
Merge pull request #138 from tobychui/v3.0.3
...
Update V3.0.3
- Updated SMTP UI for non email login username
- Fixed ACME cert store reload after cert request
- Fixed default rule not applying to default site when default site is set to proxy target
- Fixed blacklist-ip not working with CIDR bug
- Fixed minor vdir bug in tailing slash detection and redirect logic
- Added custom mdns name support (-mdnsname flag)
- Added LAN tag in statistic
3.0.3
2024-04-30 14:39:49 +08:00
Toby Chui
e2a449a7bc
Update blacklist.go
...
Fixed blacklist CIDR not working bug
2024-04-30 13:39:48 +08:00
Toby Chui
a9695e969e
Update Server.go
...
Fixed default site bypassing access filter bug
2024-04-30 13:25:26 +08:00
Toby Chui
7ba997dfc2
Added support for changing mdns name
...
+ Added `mdnsname` startup flag
2024-04-30 11:49:34 +08:00
Toby Chui
d00117e878
Merge pull request #135 from PassiveLemon/Graceful-Shutdown
...
Fix: Graceful container shutdown
2024-04-29 09:18:03 +08:00
PassiveLemon
43a84a3f1c
Fix: Graceful container shutdown
2024-04-28 10:55:45 -04:00
Toby Chui
e24f31bdef
Fixed #126
...
- Added cert store hot reload to fix newly ssl cert not loaded
- Optimized SMTP structure and UI
2024-04-28 22:25:05 +08:00
Toby Chui
fc9240fbac
Fixed #131
...
- Added LAN detection in geoip resolver
- Updated UI for LAN/loopback request origin rendering
2024-04-28 11:27:00 +08:00
Toby Chui
e0f5431215
Fixed #129
...
- Removed requirements for Domain (now domain field can be empty and no error will be shown)
2024-04-27 22:37:55 +08:00
Toby Chui
de658a3c6c
Minor bug fix
...
- Added potential fix for #130
- Added fix for disabled virtual directory check (future features)
- Updated version number to v3.0.3
2024-04-26 22:40:27 +08:00
Toby Chui
73276b1918
Update README.md
...
Fixed description that easily cause misunderstanding
2024-04-26 22:36:12 +08:00
Toby Chui
abdb7d4d75
Merge pull request #125 from Morethanevil/main
...
Update CHANGELOG.md
2024-04-24 23:55:23 +08:00
Marcel
72299ace15
Update CHANGELOG.md
2024-04-24 17:51:36 +02:00
Toby Chui
4d6c79f51b
Update README.md
...
Added Alias support in Features
3.0.2
2024-04-24 16:17:47 +08:00
Toby Chui
2c045f4f40
Merge pull request #124 from tobychui/v3.0.2
...
V3.0.2 Updates
Pre-checks on git.hkwtc is working and approved
- Added alias for HTTP proxy host names
- Added separator support for create new proxy rules (use "," to add alias when creating new proxy rule)
- Added HTTP proxy host based access rules
- Added EAD Configuration for ACME (by @yeungalan )
- Fixed bug for bypassGlobalTLS endpoint do not support basic-auth
- Removed dependencies on management panel css for online font files
2024-04-24 16:15:53 +08:00
Toby Chui
b8cf046ca6
Fixed offline font bug
...
- Fixed offline font bug
- Set to pre-release embedded webui
2024-04-24 11:34:00 +08:00
Toby Chui
026dd6b89d
Update README.md
...
Added more info
2024-04-19 09:57:34 +08:00
Toby Chui
5805fe6ed2
Update README.md
...
Added more info
2024-04-19 09:56:58 +08:00
Toby Chui
3c78211800
Added alias support
...
+ Added alias support (use , when adding a new proxy target to automatically add alias hostnames)
+ Fixed some UI issues
2024-04-16 23:33:24 +08:00
Toby Chui
8e648a8e1f
v3.0.2 init commit
...
+ Fixed zeroSSL bug (said by @yeungalan ) #45
+ Fixed manual renew button bug
+ Seperated geodb module with access controller
+ Added per hosts access control (experimental) #69
+ Fixed basic auth not working on TLS bypass mode bug
+ Fixed empty domain crash bug #120
2024-04-14 19:37:01 +08:00
Toby Chui
a000893dd1
Merge pull request #118 from Morethanevil/main
...
Update CHANGELOG.md
2024-04-04 18:44:09 +08:00
Marcel
db88bfb752
Update CHANGELOG.md
...
Thanks again for your hard work
2024-04-04 11:54:38 +02:00
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