fatedier
71489d194c
e2e: add delay duration for monitor case
2021-10-25 20:27:22 +08:00
fatedier
85aa3df256
bump version
2021-10-25 20:14:21 +08:00
fatedier
f1a51eba18
client: lint
2021-10-19 15:02:45 +08:00
Blizard
1d26ea440b
fix: kcp protocol cause delay release resource ( #2621 )
...
Co-authored-by: blizard863 <760076784@qq.com>
2021-10-19 14:57:26 +08:00
Blizard
998e678a7f
fix: typo ( #2614 )
...
Co-authored-by: blizard863 <760076784@qq.com>
2021-10-11 12:11:59 +08:00
kekeimiku
0cee1877e3
refactor: move from io/ioutil to io and os package ( #2592 )
2021-09-29 10:33:57 +08:00
fatedier
72a7fd948e
Update bug_report.yaml
2021-09-03 11:52:04 +08:00
fatedier
357c9b0dcb
use github issue form ( #2563 )
2021-09-03 11:47:55 +08:00
fatedier
14bd0716d0
Create FUNDING.yml ( #2558 )
2021-08-31 20:28:13 +08:00
bobo liu
2f74f54f18
Let's get rid of ugly statik ( #2255 )
...
* 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
2021-08-17 20:20:04 +08:00
fatedier
a62a9431b1
support go1.17 and remove go1.15 ( #2532 )
2021-08-17 15:26:43 +08:00
fatedier
42745a3da2
frpc: add disable_custom_tls_first_byte to not send first custom tls to frps ( #2520 )
2021-08-11 23:10:35 +08:00
fatedier
82f80a22be
add healthz api ( #2511 )
2021-08-04 14:33:53 +08:00
fatedier
f570dcb307
update stale action
2021-08-04 10:51:18 +08:00
fatedier
87e60683ed
add release note for v0.37.1 ( #2507 )
2021-08-03 23:10:27 +08:00
fatedier
86b2e686a5
vhost: use new readClientHello function ( #2504 )
2021-08-03 22:58:03 +08:00
fatedier
09f39de74e
add more e2e test ( #2505 )
2021-08-02 13:07:28 +08:00
fatedier
2a68c1152f
dep: update github.com/hashicorp/yamux to latest ( #2472 )
2021-07-08 10:42:28 +08:00
Fishbone
df5859b5f7
Fix server-side proxy inappropriate quit when met accept: too many open files
error ( #2467 )
2021-07-05 10:27:15 +08:00
Blizard
3dd888a9ea
fix: stuct name typo ( #2458 )
...
Co-authored-by: tanghuafa <tanghuafa@bytedance.com>
2021-06-24 16:33:52 +08:00
fatedier
a51e221db3
add real ip test
2021-06-21 19:35:52 +08:00
fatedier
fe4e9b55f3
update github.com/pires/go-proxyproto to v0.5.0
2021-06-21 19:35:52 +08:00
fatedier
3f11b6a082
update k8s.io/apimachinery to v0.21.2
2021-06-21 19:35:52 +08:00
fatedier
8a333c2ae0
update github.com/stretchr/testify to v1.7.0
2021-06-21 19:35:52 +08:00
fatedier
1fd6ba2738
update github.com/spf13/cobra to v1.1.3
2021-06-21 19:35:52 +08:00
fatedier
a98a9616f6
update dependency github.com/rodaine/table to v1.0.1
2021-06-21 19:35:52 +08:00
fatedier
95cd9ab900
update dependency github.com/prometheus/client_golang to v1.11.0
2021-06-21 19:35:52 +08:00
fatedier
900454e58b
more e2e test cases ( #2450 )
2021-06-18 16:48:36 +08:00
fatedier
c7d4637382
fix web js ( #2444 )
2021-06-09 11:53:39 +08:00
ztz
56925961df
Typo: josn => json ( #2429 )
2021-06-04 11:21:52 +08:00
fatedier
2393923870
update build image go version
2021-06-03 00:56:07 +08:00
fatedier
5f594e9a71
fix goreleaser
2021-06-03 00:46:56 +08:00
fatedier
8637077d90
update version
2021-06-03 00:10:35 +08:00
fatedier
ccb85a9926
update README
2021-06-03 00:07:51 +08:00
fatedier
02b12df887
frpc: consider include configs for verify and reload command ( #2424 )
2021-06-02 23:54:22 +08:00
fatedier
c32a2ed140
frpc: support 'includes' in common section to include proxy configs in other files( #2421 )
2021-06-02 00:39:05 +08:00
Wu Han
9ae322cccf
readme: fix toc hyperlinx ( #2401 )
2021-05-17 17:29:13 +08:00
fatedier
9cebfccb39
cmd: add verify command to verify if config file syntax is valid ( #2389 )
2021-05-12 12:15:22 +08:00
fatedier
630dad50ed
web: support sudp in dashboard ( #2385 )
2021-05-11 13:37:14 +08:00
fatedier
0d84da91d4
change default value of dashboard_user and dashboard_pwd to empty string ( #2383 )
2021-05-10 23:04:26 +08:00
fatedier
2408f1df04
frpc: fix that login_fail_exit invalid if protocol=kcp
( #2363 )
2021-04-22 18:33:10 +08:00
fatedier
fbaa5f866e
add e2e tests ( #2334 )
2021-03-31 16:57:39 +08:00
fatedier
9a849a29e9
fix config parse logic ( #2323 )
2021-03-22 14:53:30 +08:00
Splash
6b80861bd6
Fix log_file does not work in config files ( #2316 )
2021-03-22 11:30:12 +08:00
fatedier
fa0e84382e
autogen code
2021-03-19 17:39:26 +08:00
bobo liu
1a11b28f8d
config: inline is NOT SUPPORTED in encoding/json ( #2304 )
2021-03-19 17:36:39 +08:00
YK-Samgo
bed13d7ef1
Support reverseproxy to dashboard with additional parts in path ( #2289 )
...
/api/ -> ../api/ in vendor.js
Support reverseproxy to dashboard with addtional parts in path.
2021-03-19 17:31:16 +08:00
fatedier
e7d76b180d
update README.md ( #2314 )
2021-03-19 16:06:22 +08:00
wuqing
dba8925eaa
makefile add arm64
2021-03-19 14:01:26 +08:00
wuqing
fdef7448a7
update version
2021-03-18 11:12:10 +08:00