-
-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4137 from fatedier/dev
bump version
- Loading branch information
Showing
15 changed files
with
311 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,7 @@ | ||
### Features | ||
|
||
* Support range ports mapping in TOML/YAML/JSON configuration file by using go template syntax. | ||
|
||
For example: | ||
|
||
``` | ||
{{- range $_, $v := parseNumberRangePair "6000-6006,6007" "6000-6006,6007" }} | ||
[[proxies]] | ||
name = "tcp-{{ $v.First }}" | ||
type = "tcp" | ||
localPort = {{ $v.First }} | ||
remotePort = {{ $v.Second }} | ||
{{- end }} | ||
``` | ||
|
||
This will create 8 proxies such as `tcp-6000, tcp-6001, ... tcp-6007`. | ||
|
||
* Health check supports custom request headers. | ||
* Enable compatibility mode for the Android system to solve the issues of incorrect log time caused by time zone problems and default DNS resolution failures. | ||
* `https2http` and `https2https` plugin now supports `X-Forwared-For` header. | ||
|
||
### Fixes | ||
|
||
* Fix the issue of incorrect interval time for rotating the log by day. | ||
* Disable quic-go's ECN support by default. It may cause issues on certain operating systems. | ||
* `X-Forwared-For` header is now correctly set in the request to the backend server for proxy type http. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.