The new command line parameter --strict_config has been added to enable strict configuration validation mode. It will throw an error for unknown fields instead of ignoring them. In future versions, we will set the default value of this parameter to true to avoid misconfigurations.
Support SSH reverse tunneling. With this feature, you can expose your local service without running frpc, only using SSH. The SSH reverse tunnel agent has many functional limitations compared to the frpc agent. The currently supported proxy types are tcp, http, https, tcpmux, and stcp.
The frpc tcpmux command line parameters have been updated to support configuring http_user and http_pwd.
The frpc stcp/sudp/xtcp command line parameters have been updated to support configuring allow_users.
Fixes
frpc: Return code 1 when the first login attempt fails and exits.
When auth.method is oidc and auth.additionalScopes contains HeartBeats, if obtaining AccessToken fails, the application will be unresponsive.
v0.52.3
Fixes
admin_user is not effective in the INI configuration.
v0.52.2
Fixes
Encryption and compression are not displayed correctly in the dashboard.
v0.52.1
Fixes
transport.tls.disableCustomTLSFirstByte doesn't have any effect.
The Server API did not return the data correctly.
The Dashboard is unable to display data.
natHoleStunServer is missing a default value.
v0.52.0
Features
Configuration: We now support TOML, YAML, and JSON for configuration. Please note that INI is deprecated and will be removed in future releases. New features will only be available in TOML, YAML, or JSON. Users wanting these new features should switch their configuration format accordingly. #2521
Breaking Changes
Change the way to start the visitor through the command line from frpc stcp --role=visitor xxx to frpc stcp visitor xxx.
Modified the semantics of the server_addr in the command line, no longer including the port. Added the server_port parameter to configure the port.
No longer support range ports mapping in TOML/YAML/JSON.
Commits
051299e Merge pull request #3845 from fatedier/dev
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/fatedier/frp from 0.51.3 to 0.53.0.
Release notes
Sourced from github.com/fatedier/frp's releases.
Commits
051299e
Merge pull request #3845 from fatedier/devcc20769
update doc (#3844)e7652f4
feat: ssh doc (#3841)e66e77c
add error (#3833)1bc9d1a
update sponsor doc7ad6281
update sponsor doc (#3823)9ecafea
bump version to v0.53.0 (#3822)95cf418
ssh: return informations to client (#3821)6d9e0c2
fix static assets (#3816)97d3cf1
call config complete in nathole discover (#3813)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show