client: add login_fail_exit params, default is true

if login_fail_exit is false, when frpc first login to server failed, it
    will continues relogin to server every 30 seconds.
This commit is contained in:
fatedier
2017-05-25 01:10:58 +08:00
parent 6c13b6d37a
commit 4dc96f41c9
9 changed files with 174 additions and 156 deletions

View File

@@ -2,8 +2,8 @@ sudo: false
language: go
go:
- 1.7.5
- 1.8
- 1.7.x
- 1.8.x
install:
- make