flora kit
v0.30
A complete implementation based on shadowsocks-go, fully compatible with Surge configuration files.
NOTE: The logic of automatic Proxy has been fully implemented and can be used. I have been running in my macOS environment for two consecutive days, which is stable and effective.
https://github.com/huacnlee/flora-kit/releases
Please download the required release package according to the system.
NOTE: Since you need to modify the system's network configuration when starting, you need to use sudo to execute:
$ cd flora
$ sudo ./flora
$ cd flora
$ ./flora
flora.exe
Since go get often cannot download packages, I need to perform the following operations when adding several dependent libraries to the project development method in vendor:
git submodule init
git submodule update
Apache License 2.0