fatedier
10100c28d9
client: add dial_server_timeout ( #2805 )
3 years ago
fatedier
70f4caac23
move dial functions into golib ( #2767 )
3 years ago
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
3 years ago
fatedier
09f39de74e
add more e2e test ( #2505 )
3 years ago
fatedier
2a68c1152f
dep: update github.com/hashicorp/yamux to latest ( #2472 )
3 years ago
fatedier
fe4e9b55f3
update github.com/pires/go-proxyproto to v0.5.0
3 years ago
fatedier
3f11b6a082
update k8s.io/apimachinery to v0.21.2
3 years ago
fatedier
8a333c2ae0
update github.com/stretchr/testify to v1.7.0
3 years ago
fatedier
1fd6ba2738
update github.com/spf13/cobra to v1.1.3
3 years ago
fatedier
a98a9616f6
update dependency github.com/rodaine/table to v1.0.1
3 years ago
fatedier
95cd9ab900
update dependency github.com/prometheus/client_golang to v1.11.0
3 years ago
fatedier
900454e58b
more e2e test cases ( #2450 )
3 years ago
fatedier
fbaa5f866e
add e2e tests ( #2334 )
4 years ago
fatedier
184a0ff9ab
update Makefile.cross-compiles and support darwin/arm64 ( #2295 )
4 years ago
yuyulei
3621aad1c1
Reconstruct config ( #2098 )
...
* refactoring config
* Update by comments
4 years ago
fatedier
8a779eb88c
add goreleaser action ( #2087 )
...
* add goreleaser action
* change version
4 years ago
vesta
710ecf44f5
feat: support ntlm proxy set in http_proxy env ( #2002 )
4 years ago
fatedier
c9fe23eb10
more e2e tests ( #1845 )
4 years ago
fatedier
262317192c
new e2e framework ( #1835 )
5 years ago
fatedier
495d999b6c
refactoring monitor code, support prometheus ( #1668 )
...
* refactoring monitor code, support prometheus
* remove vendor
5 years ago
Guy Lewin
6c6607ae68
feat: add multiple authentication methods, token and oidc.
...
token is the current token comparison, and oidc generates oidc token using client-credentials flow. in addition - add ping verification using the same method
5 years ago
fatedier
6da093a402
support bandwith limit for one proxy
5 years ago
fatedier
abc6d720d0
vendor update github.com/gorilla/websocket
5 years ago
fatedier
261be6a7b7
add vendor files
5 years ago
fatedier
b53a2c1ed9
update reverseproxy from std libraries
5 years ago
fatedier
4e363eca2b
update version of github.com/gorilla/mux
5 years ago
fatedier
6a99f0caf7
update testify and kcp-go
5 years ago
fatedier
9c4ec56491
support proxy protocol
6 years ago
fatedier
fdcdccb0c2
update kcp-go package
6 years ago
fatedier
3cf83f57a8
update yamux version
6 years ago
fatedier
5e1983f7ed
change from dep to go mod
6 years ago
fatedier
516cdbddb0
support go mod
6 years ago