-
-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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 #2638 from fatedier/dev
bump version to v0.38.0
- Loading branch information
Showing
53 changed files
with
294 additions
and
226 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# These are supported funding model platforms | ||
|
||
github: [fatedier] |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,77 @@ | ||
name: Bug report | ||
description: Report a bug to help us improve frp | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Bug Description | ||
description: Tell us what issues you ran into | ||
placeholder: Include information about what you tried, what you expected to happen, and what actually happened. The more details, the better! | ||
validations: | ||
required: true | ||
- type: input | ||
id: frpc-version | ||
attributes: | ||
label: frpc Version | ||
description: Include the output of `frpc -v` | ||
validations: | ||
required: true | ||
- type: input | ||
id: frps-version | ||
attributes: | ||
label: frps Version | ||
description: Include the output of `frps -v` | ||
validations: | ||
required: true | ||
- type: input | ||
id: system-architecture | ||
attributes: | ||
label: System Architecture | ||
description: Include which architecture you used, such as `linux/amd64`, `windows/amd64` | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: config | ||
attributes: | ||
label: Configurations | ||
description: Include what configurrations you used and ran into this problem | ||
placeholder: Pay attention to hiding the token and password in your output | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: log | ||
attributes: | ||
label: Logs | ||
description: Prefer you providing releated error logs here | ||
placeholder: Pay attention to hiding your personal informations | ||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: How to reproduce it? It's important for us to find the bug | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
- type: checkboxes | ||
id: area | ||
attributes: | ||
label: Affected area | ||
options: | ||
- label: "Docs" | ||
- label: "Installation" | ||
- label: "Performance and Scalability" | ||
- label: "Security" | ||
- label: "User Experience" | ||
- label: "Test and Release" | ||
- label: "Developer Infrastructure" | ||
- label: "Client Plugin" | ||
- label: "Server Plugin" | ||
- label: "Extensions" | ||
- label: "Others" |
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,5 +1 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: DOCS | ||
url: https://github.com/fatedier/frp | ||
about: Here you can find out how to configure frp. |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Feature Request | ||
description: Suggest an idea to improve frp | ||
title: "[Feature Request] " | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This is only used to request new product features. | ||
- type: textarea | ||
id: feature-request | ||
attributes: | ||
label: Describe the feature request | ||
description: Tell us what's you want and why it should be added in frp. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Describe alternatives you've considered | ||
- type: checkboxes | ||
id: area | ||
attributes: | ||
label: Affected area | ||
options: | ||
- label: "Docs" | ||
- label: "Installation" | ||
- label: "Performance and Scalability" | ||
- label: "Security" | ||
- label: "User Experience" | ||
- label: "Test and Release" | ||
- label: "Developer Infrastructure" | ||
- label: "Client Plugin" | ||
- label: "Server Plugin" | ||
- label: "Extensions" | ||
- label: "Others" |
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
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
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,5 +1,8 @@ | ||
### Fix | ||
### New | ||
|
||
* Plugin `https2https` not work. | ||
* `context canceled` problem for `http_proxy` plugin when multiple requests reuse same connection. | ||
* In some cases, frps can't get server name for `https` proxy. | ||
* Add `/healthz` API. | ||
* frpc support `disable_custom_tls_first_byte` .If set true, frpc will not send custom header byte. | ||
|
||
### Improve | ||
|
||
* Use go standard embed package instead of statik. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package frpc | ||
|
||
import ( | ||
"embed" | ||
|
||
"github.com/fatedier/frp/assets" | ||
) | ||
|
||
//go:embed static/* | ||
var content embed.FS | ||
|
||
func init() { | ||
assets.Register(content) | ||
} |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package frpc | ||
|
||
import ( | ||
"embed" | ||
|
||
"github.com/fatedier/frp/assets" | ||
) | ||
|
||
//go:embed static/* | ||
var content embed.FS | ||
|
||
func init() { | ||
assets.Register(content) | ||
} |
This file was deleted.
Oops, something went wrong.
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.