This repository implements a tiny-go shadowsocks client so it can be used as a WATER dialer
For generating a debug version, run:
make debug
For generating a release version, run:
make release
If you need to add a new field that should be loaded from the config file, you can add it to the Config
struct in config/config.go
and generate the tinyjson file with:
make config
make test