* fix: close of closed channel * feat: replace Try0 to std
* feat: add example * feat: add ssh doc --------- Co-authored-by: int7 <int7@gmail.com>
Co-authored-by: int7 <int7@gmail.com>
* feat: frps support ssh * fix: comments * fix: update pkg * fix: remove useless change --------- Co-authored-by: int7 <int7@gmail.com>
* Test configuration loading more precisely * Add strict configuration parsing
* chore: Update dependencies * Removed all foolish updates
```toml log.level = info ``` changed to ```toml log.level = "info" ```