mirror of https://github.com/fatedier/frp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
618 B
618 B
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
tofrpc stcp visitor xxx
. - Modified the semantics of the
server_addr
in the command line, no longer including the port. Added theserver_port
parameter to configure the port.