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
44985f5 Merge pull request #3722 from fatedier/dev
a6478ae rename example configuration file name (#3721)
You can trigger a rebase of this PR 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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps github.com/fatedier/frp from 0.51.3 to 0.52.3.
Release notes
Sourced from github.com/fatedier/frp's releases.
Commits
44985f5
Merge pull request #3722 from fatedier/deva6478ae
rename example configuration file name (#3721)806b55c
admin user not convert in INI (#3719)c9ca935
Merge pull request #3714 from fatedier/dev496b1f1
remove configuration files in release assets (#3713)9cb0726
fix example config (#3701)31190c7
fix doc link (#3694)1452fac
README typo (#3683)6d4d8e6
fix encryption and compresion in dashboard (#3682)a7ad967
update README (#3670)You can trigger a rebase of this PR 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