1
0
mirror of https://github.com/fatedier/frp.git synced 2025-01-13 00:04:49 +07:00
Commit Graph

59 Commits

Author SHA1 Message Date
fatedier
e8ace492a5
bump version to 0.54.0 () 2024-02-01 12:52:25 +08:00
Remember
596262d5e0
upgrade go-jose and crypto version () 2023-12-26 10:49:46 +08:00
fatedier
cc2076970f
update doc () 2023-12-14 20:54:03 +08:00
fatedier
d5b41f1e14 sshTunnelGateway refactor () 2023-11-22 14:35:37 +08:00
0x7fff
8b432e179d feat: ssh client implement ()
* feat: frps support ssh

* fix: comments

* fix: update pkg

* fix: remove useless change

---------

Co-authored-by: int7 <int7@gmail.com>
2023-11-22 14:35:37 +08:00
Rene Leonhardt
5c4d820eb4
chore: Update dependencies ()
* chore: Update dependencies

* Removed all foolish updates
2023-10-31 19:40:48 +08:00
fatedier
7cd02f5bd8
add e2e tests for v1 config () 2023-09-13 16:32:39 +08:00
fatedier
c95311d1a0
support yaml/json/toml configuration format, make ini deprecated () 2023-09-06 10:18:02 +08:00
fatedier
f1454e91f5
support go1.21 () 2023-08-14 11:10:38 +08:00
fatedier
e9e12cf888
fix incorrect use of snappy pool () 2023-07-25 21:31:26 +08:00
fatedier
3235addaaa
update dependencies () 2023-07-21 14:34:44 +08:00
fatedier
efcc028a3d
fix a race condition issue () 2023-07-20 22:32:32 +08:00
fatedier
90861b6821
update golib () 2023-07-17 17:27:43 +08:00
fatedier
801e8c6742
support wss between frpc and frps () 2023-06-29 11:20:45 +08:00
fatedier
c71efde303
refactor the code related to xtcp () 2023-05-28 16:50:43 +08:00
fatedier
a22d6c9504
frpc: support nathole discover () 2023-03-30 20:28:15 +08:00
fatedier
8f394dba27
trace log adds join errors () 2023-03-11 19:34:06 +08:00
fatedier
54eb704650
e2e: upgrade to ginkgo v2 () 2023-02-27 14:44:16 +08:00
fatedier
8c6303c1e5
web/frpc: support more info () 2023-02-26 02:54:53 +08:00
fatedier
100148d925
support go1.20 () 2023-02-05 20:52:36 +08:00
fatedier
6b3daffaf0
upgrade quic-go and change import path () 2023-02-02 20:20:17 +08:00
0x7fff
af0b7939a7
feat: odic refine ()
Co-authored-by: Matt Feury <mattfeury@gmail.com>
2022-12-12 15:10:38 +08:00
fatedier
2f66dc3e99
support protocol quic between frpc and frps () 2022-12-12 11:04:10 +08:00
fatedier
6ecc97c857
update deps () 2022-09-08 17:16:45 +08:00
fatedier
9d077b02cf
lint by golangci-lint () 2022-08-29 01:02:53 +08:00
fatedier
888ed25314
dependency: update github.com/pires/go-proxyproto to v0.6.2 () 2022-04-15 11:36:00 +08:00
fatedier
100d556336
support tcp keepalive params () 2022-03-22 19:29:30 +08:00
fatedier
10100c28d9
client: add dial_server_timeout () 2022-02-19 16:49:21 +08:00
fatedier
70f4caac23
move dial functions into golib () 2022-01-20 20:03:07 +08:00
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
2021-08-17 20:20:04 +08:00
fatedier
09f39de74e
add more e2e test () 2021-08-02 13:07:28 +08:00
fatedier
2a68c1152f
dep: update github.com/hashicorp/yamux to latest () 2021-07-08 10:42:28 +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 () 2021-06-18 16:48:36 +08:00
fatedier
fbaa5f866e
add e2e tests () 2021-03-31 16:57:39 +08:00
fatedier
184a0ff9ab
update Makefile.cross-compiles and support darwin/arm64 () 2021-03-15 21:02:56 +08:00
yuyulei
3621aad1c1
Reconstruct config ()
* refactoring config

* Update by comments
2021-01-26 11:31:08 +08:00
fatedier
8a779eb88c
add goreleaser action ()
* add goreleaser action

* change version
2020-11-20 17:00:14 +08:00
vesta
710ecf44f5
feat: support ntlm proxy set in http_proxy env () 2020-09-23 12:05:05 +08:00
fatedier
c9fe23eb10
more e2e tests () 2020-09-07 14:57:23 +08:00
fatedier
262317192c
new e2e framework () 2020-06-02 22:48:55 +08:00
fatedier
495d999b6c
refactoring monitor code, support prometheus ()
* refactoring monitor code, support prometheus
* remove vendor
2020-03-11 13:20:26 +08:00
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
2020-03-01 10:57:01 +08:00
fatedier
6da093a402 support bandwith limit for one proxy 2019-11-03 01:20:49 +08:00
fatedier
abc6d720d0 vendor update github.com/gorilla/websocket 2019-08-06 18:53:15 +08:00