Releases: fatedier/frp
Releases · fatedier/frp
v0.23.0
v0.22.0
v0.21.0
v0.20.0
v0.19.1
v0.19.0
New
socks5 proxy
is supported for frpc to connect to frps.vhost_http_port
andvhost_https_port
can use same port with frps'sbind_port
. frps will detect connection's protocol and handle it correspondingly.- Show more configuration parameters in frps dashboard.
Change
- Move some common packages to golib, so we could reuse these packages in other repos.
v0.18.0
v0.17.0
New
- Support single proxy stats api in frps. #636
- frpc support specify a dns server instead of the os default one. #700
Change
- Support more CLI commands.
Now you can start a single proxy in frpc without specified configure file such as:
./frpc tcp -s "127.0.0.1:7000" -n ssh -l 22 -r 6000
Try more with frpc -h
and frps -h
.
Note
We removed privilege mode since v0.10.0, so some configures are changed in this release version.
privilege_token -> token
privilege_allow_ports -> allow_ports