We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af85da commit 0711295Copy full SHA for 0711295
Release.md
@@ -1 +1,5 @@
1
+### New
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.
pkg/util/version/version.go
@@ -19,7 +19,7 @@ import (
19
"strings"
20
)
21
22
-var version string = "0.42.0"
+var version string = "0.43.0"
23
24
func Full() string {
25
return version
0 commit comments