File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
### New
2
2
3
- * Added ` route_by_http_user ` in ` http ` and ` tcpmux ` proxy to support route to different clients by HTTP basic auth user.
4
- * ` CONNECT ` method can be forwarded in ` http ` type proxy.
5
- * Added ` tcpmux_passthrough ` in ` tcpmux ` proxy. If true, ` CONNECT ` request will be forwarded to frpc.
3
+ * Use auto generated certificates if ` plugin_key_path ` and ` plugin_crt_path ` are empty for plugin ` https2https ` and ` https2http ` .
4
+ * Server dashboard supports TLS configs.
5
+
6
+ ### Fix
7
+
8
+ * xtcp error with IPv6 address.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"strings"
20
20
)
21
21
22
- var version string = "0.43 .0"
22
+ var version string = "0.44 .0"
23
23
24
24
func Full () string {
25
25
return version
You can’t perform that action at this time.
0 commit comments