139 Commits

Author SHA1 Message Date
Toby Chui
9f9e0750e1
Update README.md 2023-08-26 15:05:53 +08:00
Toby Chui
5664965491
Update README.md
Added donation link (wip)
2023-08-26 11:59:51 +08:00
Toby Chui
db4016e79f
Merge pull request #54 from PassiveLemon/Docker-Rework
Completely rework the container
2023-08-25 11:03:38 +08:00
PassiveLemon
f84c4370cf doc: update readme 2023-08-24 17:59:35 -04:00
PassiveLemon
b39cb6391b Completely rework the container 2023-08-24 17:48:57 -04:00
Toby Chui
4f7f60188f Added basic auth exception paths
Added feature request from #25
2023-08-22 23:46:54 +08:00
Toby Chui
dce58343db
Merge pull request #48 from daluntw/dev-custom-acme
Add custom ACME server feature in backend
2023-08-22 14:05:42 +08:00
dalun
415838ad39 add frontend support 2023-08-21 13:19:33 +00:00
dalun
ce0b1a7585 fix missing space 2023-08-21 12:55:14 +00:00
dalun
352995e852 add custom acme feature in backend 2023-08-20 21:01:33 +00:00
Toby Chui
a3d55a3274 Patching redirection bug
+ Added wip basic auth editor custom exception rules
+ Added custom logic to handle apache screw up redirect header
2023-08-20 14:50:25 +08:00
Toby Chui
70adadf129 bug fixes for 2.6.5
+ Added potential fixes for #34 and #39
+ Added better error handling for #43
2023-08-17 14:08:48 +08:00
Toby Chui
d42ac8a146
Merge pull request #36 from tobychui/Docker-2.1.0
Docker 2.1.0
2023-07-29 00:00:09 +08:00
PassiveLemon
f304ff8862 feature: network connectivity test 2023-07-28 10:23:20 -04:00
PassiveLemon
7d91e02dc9 feature: golang specific image
smaller size
2023-07-28 10:22:46 -04:00
PassiveLemon
dae510ae0a doc: VERSION 2023-07-28 10:22:22 -04:00
Toby Chui
cd382a78a5
Merge pull request #35 from Morethanevil/patch-5
Update CHANGELOG.md
2023-07-27 00:22:57 +08:00
Marcel
987de4a7be
Update CHANGELOG.md 2023-07-26 17:21:09 +02:00
Toby Chui
52d3b2f8c2 Fixed memory leaking
+ Patch on memory leaking for Windows netstat module (do not effect any of the previous non Windows builds)
+ Fixed potential memory leak in acme handler logic
+ Added "do you want to get a TLS certificate for this subdomain?" dialog when a new subdomain proxy rule is created
2023-07-26 19:17:43 +08:00
PassiveLemon
5038429a70
Update README.md 2023-07-20 22:04:16 -04:00
Toby Chui
2acbf0f3f5
Merge pull request #31 from tobychui/DockerMerge
Docker 2.0.0
2023-07-20 10:30:55 +08:00
Toby Chui
aed703e260
Merge branch 'main' into DockerMerge 2023-07-20 10:30:07 +08:00
PassiveLemon
5ece7c0da4 2.0.0 init
Completely revamped the container to support the new external configuration files.
2023-07-19 16:39:51 -04:00
Toby Chui
7eda6ba501
Merge pull request #29 from Morethanevil/patch-4
Updated change log
2.6.5
2023-07-19 11:42:13 +08:00
Marcel
2da5ef048f
Update CHANGELOG.md 2023-07-19 05:14:42 +02:00
Marcel
6c48939316
Update CHANGELOG.md 2023-07-19 05:10:08 +02:00
Toby Chui
544894bbba
Merge pull request #28 from tobychui/autorenew_experimental
Auto-renew with ACME
2023-07-19 09:43:23 +08:00
Toby Chui
153d056bdf ACME compatibility fix for /.well-known/
+ Updated acme well known take-over regrex
+ Added experimental config export and import
+ Added unit test for location rewrite in dpcore
+ Moved all config files to ./conf and original proxy files to ./conf/proxy
+ Minor optimization on UI regarding TLS verification logo on subdomain and vdir list
2023-07-12 21:42:09 +08:00
Toby Chui
12c1118af9
Merge pull request #27 from tobychui/main
Update auto-renew branch to catch up with main
2023-07-09 14:43:07 +08:00
Toby Chui
67ba143999
Merge branch 'autorenew_experimental' into main 2023-07-09 14:41:34 +08:00
Toby Chui
0a8a821394 Update main.go
Switched dev mode to false (Note: The advance routing rule system is still work in progress, do not use them)
2023-07-06 11:03:41 +08:00
Toby Chui
36b17ce4cf acme and redirection patch
+ Added experimental fix for redirection tailing problem
+ Added acme widget for first time users to setup https
2023-07-06 11:01:33 +08:00
PassiveLemon
519372069f
Update README.md 2023-07-04 07:58:40 -04:00
Toby Chui
2f14d6f271 Fixed minor bugs in renew policy toggle 2023-06-29 18:59:24 +08:00
Toby Chui
44ac7144ec Added access control bypass for /.well-known router 2023-06-23 23:45:49 +08:00
Toby Chui
741d3f8de1 Minor fix to renew now function 2023-06-23 23:22:19 +08:00
Toby Chui
23eca5afae Added experimental acme renew from Let's Encrypt 2023-06-23 23:09:10 +08:00
Toby Chui
050fab9481
Merge pull request #24 from tobychui/DockerMerge
Updates + Changes
2023-06-22 11:12:26 +08:00
PassiveLemon
3fc92bac27 Updates + Changes
Some code improvements. If the version ever changes, it will download the new binary if it doesn't already exist. Old ones will be kept however.

Some general changes to documentation.
2023-06-21 13:04:32 -04:00
Toby Chui
594f75da97 Update README.md 2023-06-21 23:59:24 +08:00
Toby Chui
3fbf246fb4 Added docker file (Fork from PassiveLemon) 2023-06-21 19:45:58 +08:00
Toby Chui
828af6263d
Merge pull request #23 from Morethanevil/patch-3
Update CHANGELOG.md
2023-06-16 21:46:32 +08:00
Marcel
ab42cec31f
Update CHANGELOG.md 2023-06-15 19:23:45 +02:00
Toby Chui
a8bf07dbba Update start.go
Patched the rule folder name
2.6.4
2023-06-16 00:54:55 +08:00
Toby Chui
48dc85ea3e Updates 2.6.4
+ Added force TLS v1.2 above toggle
+ Added trace route
+ Added ICMP ping
+ Added special routing rules module for up-coming acme integration
+ Fixed IPv6 check bug in black/whitelist
+ Optimized UI for TCP Proxy
+
2023-06-16 00:48:39 +08:00
Toby Chui
a73a7944ec
Merge pull request #19 from Morethanevil/patch-2
Update CHANGELOG.md
2023-06-09 00:22:33 +08:00
Toby Chui
d187124db6 Quick fix on the edit not working bug 2023-06-09 00:01:11 +08:00
Marcel
0dd9e5d73c
Update CHANGELOG.md 2023-06-08 17:05:41 +02:00
Toby Chui
5e7599756f Updates 2.6.3
+ Added X-Forwarded-Proto for automatic proxy detector
+ Split blacklist and whitelist from geodb script file
+ Optimized compile binary size
+ Added access control to TCP proxy
+ Added "invalid config detect" in up time monitor for isse #7
+ Fixed minor bugs in advance stats panel
+ Reduced file size of embedded materials
2.6.3
2023-06-08 21:42:03 +08:00
Toby Chui
5db50c1ca2
Merge pull request #16 from Morethanevil/main-1
Create CHANGELOG.md
2023-06-06 14:38:03 +08:00