v0.42.0

fatedier/frpv0.42.0Apr 22, 2022by fatedier

AI Summary

A new configuration parameter enables running multiple client instances within a single process, though full feature compatibility is not guaranteed, alongside a fix for environment variable parsing.

Key Highlights

  • Added `config_dir` to run multiple client instances in one process
  • Fix for equal sign in environment variables causing parsing error

New Features

  • Multiple client instances in one process

Full Release Notes

### New

* Added new parameter `config_dir` in frpc to run multiple client instances in one process. (**Not all features can be supported in this mode**)

### Fix

* Equal sign in environment variables causes parsing error.