v0.17.0

fatedier/frpv0.17.0Apr 23, 2018by fatedier

AI Summary

Adds a stats API for single proxies and custom DNS support, expands CLI capabilities for quick proxy launches, and renames configuration parameters.

Key Highlights

  • Support single proxy stats api in frps.
  • frpc support specify a dns server instead of the os default one.
  • More CLI commands to start single proxy without specified configure file.
  • Config rename: privilege_token -> token, privilege_allow_ports -> allow_ports.

Breaking Changes

  • privilege_token renamed to token
  • privilege_allow_ports renamed to allow_ports

New Features

  • Single proxy stats API
  • Custom DNS server support
  • Expanded CLI commands

Full Release Notes

### 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
```