Co-authored-by: lizhisheng <zhishengli@deepglint.com>
github.com/fatedier/frp/client.(*Service).ctl
* fix: data race in client/service.go * review fixes
Signed-off-by: cuishuang <imcusg@gmail.com>
* feat: random sleep duration before reconnecting * fix: bug
* feat: support set local ip in client when connect server * fix: typo Co-authored-by: blizard863 <760076784@qq.com>
fix #2754
* refactor: refine pkg net utils * fix: x Co-authored-by: blizard863 <760076784@qq.com>
Co-authored-by: blizard863 <760076784@qq.com>
* Get rid of ugly statik go1.16 introduced the embed package, it's the more graceful solution for embedding file into binary. https://golang.org/pkg/embed/ * remove statik totally * split go and static files in assets
* refactoring config * Update by comments