mirror of
https://github.com/fatedier/frp.git
synced 2026-09-02 10:42:37 +00:00
6277af4790
The ServerCommonConf is now passed around as an argument instead of being shared between components as a global variable. This allows for more natural interaction with server.Session as a library and allows for multiple servers to co-exist within the same process. Related: #1387