Mewster
e8e7fe3afb
Added backward compatibility with login_fail_exit
...
In case both login_fail_exit is defined, a warning will tell to use
login_fail_retry.
In case login_fail_exit = false and login_fail_retry >= 0, an error will
warn about the mismatch.
2019-02-14 12:07:12 +01:00
Mewster
83039d354b
Changed LoginFailExit to LoginFailRetry
...
When client attempts a connection to the server, attempts a certain
amount of times before exiting.
2019-02-14 11:21:49 +01:00
fatedier
bbc6f1687d
doc: add health check
2019-01-15 11:29:41 +08:00
fatedier
aea9f9fbcc
health: add more ci cases and fix bugs
2018-12-09 21:56:46 +08:00
fatedier
89d1a1fb2b
Merge pull request #968 from fatedier/health
...
support health check and code refactor
2018-11-09 10:06:47 +08:00
fatedier
b33ea9274c
client/control: refactor code
2018-11-06 18:35:05 +08:00
FishFish
b8037475ed
websocket protocol
2018-08-05 12:55:31 +08:00
fatedier
c33b5152e7
split visitors from proxies and add health check config
2018-06-25 18:22:35 +08:00
fatedier
102408d37f
doc: load balancing
2018-05-26 02:28:13 +08:00
fatedier
b9f062bef2
support lb
2018-05-21 21:22:10 +08:00
fatedier
db2d1fce76
http: support setting headers
2018-05-20 23:22:07 +08:00
fatedier
58a54bd0fb
Merge pull request #755 from king6cong/master
...
typo fix
2018-05-08 17:12:02 +08:00
king6cong
caec4982cc
typo fix
2018-05-08 17:02:49 +08:00
fatedier
30af32728a
frpc: support connectiong frps by socks5 proxy
2018-05-04 18:36:38 +08:00
fatedier
461c4c18fd
update doc
2018-04-23 03:04:33 +08:00
fatedier
00b9ba95ae
frpc: support specify default dns server, close #700
2018-04-23 02:59:40 +08:00
fatedier
0f6f674a64
cmd: support more cli command
2018-04-23 02:00:25 +08:00
fatedier
5c9909aeef
typo
2018-01-30 22:07:16 +08:00
fatedier
41c41789b6
plugin: socks5 support user password auth, close #484
2018-01-24 23:06:38 +08:00
fatedier
68dfc89bce
plugin: new plugin static_file for getting files by http protocol
2018-01-24 17:49:13 +08:00
fatedier
63e6e0dc92
doc: update
2018-01-18 16:43:03 +08:00
fatedier
3bb404dfb5
more test case
2017-12-18 19:35:09 +08:00
fatedier
bd1e9a3010
update doc and fix vistor -> visitor
2017-12-05 01:34:33 +08:00
fatedier
fa2b9a836c
fix xtcp encryption
2017-10-25 02:49:56 +08:00
fatedier
0559865fe5
support xtcp for making nat hole
2017-10-25 01:27:04 +08:00
fatedier
2b1ba3a946
update conf
2017-07-13 12:01:46 +08:00
fatedier
d246400a71
frpc: add admin server for reload configure file
2017-07-13 02:20:49 +08:00
fatedier
171bc8dd22
new proxy type: stcp(secret tcp)
2017-06-26 03:02:33 +08:00
fatedier
e3fc73dbc5
update doc
2017-06-17 18:01:08 +08:00
fatedier
80ba931326
support protocol kcp
2017-06-04 19:56:21 +08:00
fatedier
03d55201b2
plugin: add http_proxy
2017-05-30 16:10:21 +08:00
fatedier
49b503c17b
client: add start params
...
Proxy names specified in 'start' params divided by ',' will be started.
If it is empty or not defined, all proxies will be started.
2017-05-25 01:45:38 +08:00
fatedier
4dc96f41c9
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.
2017-05-25 01:10:58 +08:00