Commit Graph

36 Commits (1f88a7a0b8092e1200d2a8f515d41f728d2b14b5)

Author SHA1 Message Date
fatedier 10100c28d9
client: add dial_server_timeout ()
fatedier 70f4caac23
move dial functions into golib ()
bobo liu 2f74f54f18
Let's get rid of ugly statik ()
* 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
fatedier 09f39de74e
add more e2e test ()
fatedier 2a68c1152f
dep: update github.com/hashicorp/yamux to latest ()
fatedier fe4e9b55f3 update github.com/pires/go-proxyproto to v0.5.0
fatedier 3f11b6a082 update k8s.io/apimachinery to v0.21.2
fatedier 8a333c2ae0 update github.com/stretchr/testify to v1.7.0
fatedier 1fd6ba2738 update github.com/spf13/cobra to v1.1.3
fatedier a98a9616f6 update dependency github.com/rodaine/table to v1.0.1
fatedier 95cd9ab900 update dependency github.com/prometheus/client_golang to v1.11.0
fatedier 900454e58b
more e2e test cases ()
fatedier fbaa5f866e
add e2e tests ()
fatedier 184a0ff9ab
update Makefile.cross-compiles and support darwin/arm64 ()
yuyulei 3621aad1c1
Reconstruct config ()
* refactoring config

* Update by comments
vesta 710ecf44f5
feat: support ntlm proxy set in http_proxy env ()
fatedier c9fe23eb10
more e2e tests ()
fatedier 262317192c
new e2e framework ()
fatedier b6ec9dad28 bump version to v0.32.1
Tank caa6e8cf01
fix: frpc reconnect frps frequently lead to memory leak ()
fatedier 495d999b6c
refactoring monitor code, support prometheus ()
* refactoring monitor code, support prometheus
* remove vendor
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
fatedier 6da093a402 support bandwith limit for one proxy
fatedier 649f47c345 change log method
Tyler Compton bc46e3330a Add an "assets_dir" option for frpc
This option allows users to specify where they want assets to be loaded
from, like the "assets_dir" option that already exists for frps. This
allows library users to use the admin panel without having to bundle
assets with statik.
fatedier abc6d720d0 vendor update github.com/gorilla/websocket
fatedier 261be6a7b7 add vendor files
fatedier b53a2c1ed9 update reverseproxy from std libraries
fatedier 4e363eca2b update version of github.com/gorilla/mux
fatedier 6a99f0caf7 update testify and kcp-go
Jiajun Huang 2d24879fa3 fix
fatedier 9c4ec56491 support proxy protocol
fatedier fdcdccb0c2 update kcp-go package
fatedier 3cf83f57a8 update yamux version
fatedier 5e1983f7ed change from dep to go mod
fatedier 516cdbddb0 support go mod